Operations | Monitoring | ITSM | DevOps | Cloud

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

Pipeline Module: Event to Metric

At the most abstract level, a data pipeline is a series of steps for processing data, where the type of data being processed determines the types and order of the steps. In other words, a data pipeline is an algorithm, and standard data types can be processed in a standard way, just as solving an algebra problem follows a standard order of operations.

How to visualize Amazon CloudWatch metrics in Grafana

In the wide world of observability, you have many options for visualizing metrics collected by Amazon CloudWatch. And because of that, you’re often left making lots of decisions — about cost, configurations, flexibility, and more. At Grafana Labs, we stick to our “big tent” philosophy, which means we don’t force you into a decision or even tell you that you have to bring your CloudWatch metrics to Grafana Cloud.

The Impact of AI on Cybersecurity

Artificial intelligence (AI) is seemingly everywhere in today’s tech landscape. The hype cycle is in full flow, especially regarding the use of large language models (LLM) for generative AI like OpenAI ChatGPT, Google Gemini and Anthropic Claude. Indeed, many tech companies are determined to add LLM into products where it sometimes seems tacked on.

Making Use of Previous State in Icinga2 Check Commands

When writing a custom check plugin for Icinga 2, there are situations where in addition to observing the current state of a system, taking the past into account as well can be helpful. A common case for this is when the data source provides counter values, i.e. values that increase over time and you are less interested in the current value but more in how it changes.

The Forensics Of React Server Components (RSCs)

In this article, we’re going to look deeply at React Server Components (RSCs). They are the latest innovation in React’s ecosystem, leveraging both server-side and client-side rendering as well as streaming HTML to deliver content as fast as possible. We will get really nerdy to get a full understanding of how RFCs fit into the React picture, the level of control they offer over the rendering lifecycle of components, and what page loads look like with RFCs in place.

The Promise and Pitfalls of Remote Patient Monitoring

Remote patient monitoring (RPM) is a growing field that allows medical professionals to track a patient's vital signs and other health metrics from afar. This emerging technology shows great promise for expanding access to care, improving outcomes, and reducing costs. However, making the most of RPM requires overcoming some substantial hurdles.
Sponsored Post

Decoding Database Deadlocks: Five-Stage Strategy for Industry Resilience

In database management, a seemingly silent adversary - database deadlocks - casts a shadow over the operational efficiency of industries. Picture a scenario where critical processes come to a sudden standstill, entangled in a web of deadlocks. This challenge transcends mere technical complexities; it has the potential to disrupt entire operations.