Operations | Monitoring | ITSM | DevOps | Cloud

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

What Are Buckets in Elasticsearch? (Explained in 60 Seconds)

Overwhelmed by raw data? In this short video, we demonstrate how Elasticsearch utilizes buckets to group and organize data by time, value, region, or any other shared trait. Whether you're tracking error codes or hourly sales trends, buckets and nested aggregations help turn chaos into clarity. Additionally, discover how time-based bucketing enables you to spot patterns and zoom in on valuable insights quickly.

How to Transform Telemetry Data with the OpenTelemetry Transformation Language

This demonstration shows how to use the OpenTelemetry Transformation Language (OTTL) to transform, filter, and enrich telemetry in the OpenTelemetry Collector without changing application code. We walk through a sample Python application and OpenTelemetry configuration file, generate real traffic, and then analyze the results in Splunk Observability Cloud.

Empowering an MCP server with a telemetry pipeline

This blog was authored by Jason Bloomberg, Managing Director, Intellyx BV ‍ Observability depends upon telemetry – the data streaming from various applications, services, and systems that indicate their internal state in real-time. Various tools consume such telemetry to enable both operational and cybersecurity tasks.

How to Improve MariaDB Performance: Track Slow Queries with Logs and Metrics

Database latency rarely starts in your app layer because it’s almost always a query doing more work than it should. Metrics tell you when that happens, but slow-query logging tells you which statement did it and how. That’s gold for tracking down missing indexes, inefficient filters, or accidental full scans. Pair the logging with a some lightweight counter metrics, and you get both an early warning and a clear path to a fix.

Synthetic Monitoring for Vibe Coded Apps: Why You Need It

Not all software is the product of rigid planning, extensive documentation, and carefully designed test pipelines. Some of it emerges in bursts of intuition, created by small teams or individuals who prioritize momentum over process. This is what many engineers call vibe coding: development driven by flow and creativity, where the goal is to get something working quickly rather than ensuring every edge case is accounted for.

Landing Page Monitoring: Why, When and How to Do It Right

Landing pages are the lifeblood of modern marketing campaigns. They’re not the homepage, not the product catalog, not the blog—they’re the sharp end of the funnel where traffic from ads, emails, and social clicks is supposed to turn into revenue. A landing page is where a $50,000 media buy either pays off or evaporates.

Tiger teams: How we tackle urgent, cross-functional challenges at Grafana Labs

A year ago, we hit a wall. Our Grafana OSS releases were excruciating to execute. The process was confusing and hard to follow, security patches were non-trivial, and many engineering hours were lost to an overly manual process. We needed to move fast, cut through ambiguity, and pull in just the right people without waiting on roadmaps or org charts.

Understanding dbt: basics and best practices

Data Build Tool (dbt) is an open source analytics engineering framework that enables teams to transform raw data that has been loaded into a warehouse like Snowflake, BigQuery, Redshift, or Databricks using SQL-based workflows. dbt is available in two main forms: dbt Core, the free and open source CLI tool, and dbt Cloud, a managed platform that adds scheduling, UI support, collaboration tools, and native integrations.

Kubernetes Monitoring Metrics That Improve Cluster Reliability

A Kubernetes cluster can generate more than 1,400 metrics out of the box. That’s a lot of numbers to sift through, especially when you’re troubleshooting a production slowdown in the middle of the night. The key is knowing which metrics tell you the most, with the least noise. These are the signals worth paying attention to when you need answers fast.