Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Monitoring for Websites, Applications, APIs, Infrastructure, and other technologies.

Data Gravity in Cloud Networks: Distributed Gravity and Network Observability

So far in this series, I’ve outlined how a scaling enterprise’s accumulation of data (data gravity) struggles against three consistent forces: cost, performance, and reliability. This struggle changes an enterprise; this is “digital transformation,” affecting everything from how business domains are represented in IT to software architectures, development and deployment models, and even personnel structures.

Nexthink Infinity: Solving IT's Nightmare Scenario

We are thrilled to announce the launch of Nexthink Infinity, the latest release of our new cloud platform. Infinity is the culmination of years of research, detailed customer feedback, and massive investments into cutting-edge technologies. This release is a major milestone that delivers exponential value and accelerates platform improvements through 2023 and beyond.

Data Modeling: Part 1 - Goals and Methodology

In different techniques, entities and relationships remain central. However, their nature and roles are reinterpreted according to the business goals. Data modeling is the process of defining and representing the data elements in a system in order to communicate connections between data points and structures. In his impactful book “Designing Data-Intensive Applications,” Martin Kleppmann describes data modeling as the most critical step in developing any information system.

Monitoring our monitoring

Last Saturday, our API went down. Not even a funny error message or slightly slower responses either, it just completely vanished off the internet for 18 minutes. I'm not normally one to point fingers at my hosting provider when things go wrong (since ultimately, I chose to use them, so it's my problem to fix), but when fly.io publicly posts on their forums about their reliability issues, I may as well link to them.

4 Tools to Help Protect Against Online Identity Theft

Online identity theft has become a significant concern for everyone, especially as we rely more on the internet for various activities such as shopping, banking, and socializing. Identity theft occurs when someone steals personal information, such as name, address, social security number, or credit card details, to commit fraudulent activities. The consequences of identity theft can be severe: $15.1 billion in monetary loss in a given year alone!

AI Monitoring with MetricFire

Artificial Intelligence (AI) has become a buzzword in recent years. From chatbots to self-driving cars, AI has transformed how we live, work, and interact with the world around us. AI technology has been deployed across various sectors, including healthcare, finance, manufacturing, and more, to improve efficiency, accuracy, and decision-making capabilities. However, as AI systems become more complex, monitoring them to ensure optimal performance and prevent issues or errors becomes crucial.

5 key takeaways from the Grafana Labs Observability Survey 2023

Observability is coming into its own, as SREs and DevOps practitioners increasingly seek to centralize the sprawl of tools and data sources to better manage their workloads and respond to incidents faster — and to save time and money in the process. That was the overarching message from more than 250 observability practitioners who took part in the Grafana Labs’ first ever Observability Survey.

Get your Network in Fighting Shape with The Right Tools for Fortinet SD-WAN Monitoring

Are you ready to fight for your network's performance and reliability? Transitioning to SD-WAN technology can be challenging without proper network visibility. It's time to take the blindfold off and gain control over your network with SD-WAN monitoring. Don't let a lack of visibility hold you back from reaching your goals. With SD-WAN monitoring, you can track your network's progress, identify areas for improvement, and ensure it meets your expectations.

Save network costs with VictoriaMetrics remote write protocol

Prometheus remote write protocol is used by Prometheus for sending data to remote storage systems such as VictoriaMetrics. See these docs on how to setup Prometheus to send the data to VictoriaMetrics. This protocol is very simple - it writes the collected raw samples into WriteRequest protobuf message, then compresses the message with Snappy compression algorithm and sends it to the remote storage in an HTTTP POST request.