C++
A language-specific implementation of OpenTelemetry in C++.
This is the OpenTelemetry C++ documentation. OpenTelemetry is an observability framework – an API, SDK, and tools that are designed to aid in the generation and collection of application telemetry data such as metrics, logs, and traces. This documentation is designed to help you understand how to get started using OpenTelemetry C++.
Status and Releases
The current status of the major functional components for OpenTelemetry C++ is as follows:
Traces | Metrics | Logs |
---|---|---|
Stable | Experimental | Experimental |
For releases, including the latest release, see Releases.
Further Reading
Last modified October 13, 2022: Add initial version of C++ Getting Started, Manual & Exporters (#1857) (767182d)