Operations | Monitoring | ITSM | DevOps | Cloud

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

Tracing: Frontend issues with backend solutions

Frontend issues that affect your users are often triggered by backend problems. Join us in this workshop so you can learn how to identify the issues causing your poor Core Web Vitals. Then, discover how to trace issues to slow database queries or the dreaded server-side request waterfall. In this session you’ll learn how to: Discover common sources for poor web vitals Setup tracing with Sentry Trace issues through your stack to the code-level with Sentry.

Mastering Telemetry Pipelines: Driving Compliance and Data Optimization

I had the opportunity to present with Michael Fratto, Senior Research Analyst at S&P Global Market Intelligence, at a virtual event hosted by Redmond. We discussed how telemetry pipelines are critical in controlling telemetry data (logs, metrics, events, and traces). Mike shared excellent insights from his recent research survey that discussed the proliferation of observability tools in enterprises and the challenges organizations face in managing those tools. ‍

Monitoring AWS Lambda Node.js Functions with OpenTelemetry

When deploying a Node.js function in the cloud, you might initially think of traditional methods involving web servers and other infrastructure. However, if your application suddenly faces a surge in traffic—thousands or even millions of requests—it could crash if it's unable to handle the load. This is where AWS Lambda shines. AWS Lambda allows developers to run code without provisioning or managing servers.

How to use OpenTelemetry resource attributes and Grafana Cloud Application Observability to accelerate root cause analysis

Let’s imagine a scenario: you use OpenTelemetry, and your observability backend runs on several hosts. You collect data on application latency, and notice a recent increase that you want to investigate. But how will you know which host caused the degradation? This is exactly where OpenTelmetry resources come in. In the context of OpenTelemetry, a resource represents the entity producing the telemetry data, such as a container, host, process, service, or operating system.

Introduction to Ingesting OpenTelemetry Logs with Loki | Zero to Hero: Loki | Grafana

Have you just discovered Grafana Loki and are planning to use OpenTelemetry as your instrumentation tool of choice? Or looking for an introduction to what OpenTelemetry is? In this Zero to Hero episode, we cover the basics of instrumenting your code with the Otel SDK, the Otel Collector and the new native Otel endpoint of Loki.

Mobile app observability with OpenTelemetry, Embrace, and Grafana Cloud

We are excited to announce an expansion of our partnership with Embrace to bring mobile observability to our users using open standards like OpenTelemetry. We first worked with Embrace last year when they created a plugin for Grafana that gives mobile teams an easy way to visualize and analyze real-time mobile metrics directly in a Grafana dashboard.

Open Telemetry 101 - A Primer

OpenTelemetry is an open-source observability framework designed to capture distributed traces and metrics from applications and services. It provides a standardized way to collect, process, and export telemetry data to various backends like tracing systems, monitoring platforms, and logging tools. OpenTelemetry, currently an incubating project at the Cloud Native Computing Foundation, is the merger of two popular observability projects: OpenTracing and OpenCensus.

How to achieve Observability for Microservices-based apps using Distributed Tracing?

Modern digital organizations have rapidly adopted microservices-based architecture for their applications. Microservices-based apps have components designed around business capabilities serving a specific purpose. It enables smaller engineering teams to own specific services that lead to increased productivity. But componentization also leads to complexity. Today’s modern internet-scale businesses have hundreds or thousands of microservices.

OpenTelemetry Metrics: Concepts, Types & Instruments

OpenTelemetry (OTel) Metrics are part of the OpenTelemetry project, which provides tools, APIs, and SDKs for telemetry data collection. These metrics capture system performance data like request latency, error rates, resource usage, and throughput. OTel aims to standardize observability across languages and platforms, making it easier to use and integrate telemetry data. Metrics are one of three core signals of OpenTelemetry along with logs and traces.