Observability Glossary

OpenTelemetry

Linkedin icon
Reddit icon

OpenTelemetry is the modern instrumentation framework for applications. It enables you to zoom in and see exactly what's going on, whether it's a slow database query or a bottleneck in your network.

For example, imagine you have a web application that randomly crashes every now and then. With OpenTelemetry, you can instrument your code to capture detailed information about the conditions in which the app crashes, how many database queries are being made before the crash, or what sort of input is provided by users before the crash. This data can then be used to pinpoint the exact cause of the crashes, ultimately enabling you to solve your problem.

In JavaScript, you can use the OpenTelemetry JavaScript SDK to instrument your code and start collecting telemetry data. OpenTelemetry is mostly known for its distributed tracing capabilities, but it's just as powerful for collecting logs and metrics.

Explore related concepts
Start resolving issues today.
Without the hassle.