Operations | Monitoring | ITSM | DevOps | Cloud

Tracing

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

Monitoring Windows Servers With the OpenTelemetry Collector

This post was written by Martin Thwaites and Vivian Lobo. The OpenTelemetry Collector is an exceptional solution for proxying and enhancing telemetry, but it’s also great for generating telemetry from machines too. In this post, we’ll go through a basic, opinionated setup of using the OpenTelemetry Collector to extract metrics and logs from a Windows server.

The Ultimate Guide to API Monitoring in 2025 - Metrics, Tools, and Proven Practices

According to Akamai, 83% of web traffic is through APIs. Microservices, servers, and clients constantly communicate to exchange information. Even the Google search you made to reach this article involved your browser client calling Google APIs. Given APIs govern the internet, businesses rely on them heavily. API health is directly proportional to business prosperity. This article covers everything about API monitoring, so your API infrastructure’s health is always in check .

Top 6 Distributed Tracing Tools in 2025

Distributed tracing is the functionality to trace requests or messages flowing through different systems or environments like frontend, Backend, middleware. Distributed tracing brings connectivity or visibility of various services using a unique identifier. This identifier is passed to different services to correlate them as a single flow. We track data from different services with distributed tracing, but how do we visualize them? Visualization is a tedious task.

Traceparent and Tracestate Explained: A Guide to Distributed Tracing with Atatus

In modern microservice architectures, requests often span multiple services, making it challenging to monitor and debug performance issues. Distributed tracing provides the ability to follow a request’s journey through these services, identifying performance bottlenecks and dependencies. The W3C trace context standard simplifies this process by introducing two critical headers: traceparent and tracestate.