Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Distributed Tracing and related technologies.

Meet Ted Young, OpenTelemetry co-founder and the newest Grafanista

In just a few short years, OpenTelemetry has become the second largest CNCF project behind Kubernetes and is well on its way to becoming an industry standard for collecting and exporting telemetry data. And with KubeCon + CloudNativeCon Europe 2025 just around the corner, there’s no one better to talk to about the state of OpenTelemetry than Ted Young. Ted is the co-founder of OpenTelemetry and serves on the OpenTelemetry Governance Committee.

Better CloudWatch Metrics in Honeycomb with the OpenTelemetry Collector

CloudWatch metrics can be a very useful source of information for a number of AWS services that don’t produce telemetry as well as instrumented code. There are also a number of useful metrics for non-web-request based functions, like metrics on concurrent database requests. We use them at Honeycomb to get statistics on load balancers and RDS instances. The Amazon Data Firehose is able to export directly to Honeycomb as well, which makes getting the data into Honeycomb straightforward.

Easiest Way to Monitor Your Java Application Using OpenTelemetry

When you're running a Java application, the JVM is doing a ton of work behind the scenes but unless you're actively collecting its internal metrics, you're essentially flying blind. Fortunately, the JMX Prometheus Receiver paired with the JMX Java Exporter Agent offers one of the simplest and most effective ways to expose JVM performance data.

How to Monitor JVM with OpenTelemetry and MetricFire

When you're running a Java application, the JVM is doing a ton of work behind the scenes but unless you're monitoring those internals, it's hard to know how your app is really performing. JVM metrics give you a window into the heart of the runtime: how much memory you're using, how often garbage collection is kicking in, how many threads are active, and where potential bottlenecks might be hiding.

OpenTelemetry Backends: A Practical Implementation Guide

If you’ve ever found yourself sifting through logs, metrics, and traces without a clear answer to why your app crashed at 2 AM, you’re not alone. Troubleshooting without the right tools can feel like chasing shadows. That’s where the right OpenTelemetry backend makes all the difference—bringing everything together and turning scattered data into a clear picture.

Distributed Tracing: An Advanced Guide for DevOps & SREs

In the microservices world, tracking down performance issues feels like solving a mystery with pieces scattered across dozens of systems. When users report slowness, your team needs answers fast—not hours of guesswork. Distributed tracing is emerged as the solution, but implementing it effectively requires more than just understanding the basics. This guide takes you beyond the fundamentals to show you how DevOps teams and SREs can build truly effective tracing strategies.