C++

C++ A language-specific implementation of OpenTelemetry in C++.

You are viewing the English version of this page because it has not yet been fully translated. Interested in helping out? See Contributing.

Welcome to the OpenTelemetry C++ documentation. This section introduces how to use OpenTelemetry with C++ to generate and collect telemetry data such as metrics, logs, and traces using the OpenTelemetry API and SDKs.

These pages are intended to help you get started and understand the current capabilities and status of OpenTelemetry C++.

Status and Releases

The current status of the major functional components for OpenTelemetry C++ is as follows:

TracesMetricsLogs
StableStableStable

For releases, including the latest release, see Releases.

Repositories


Getting Started

Get telemetry for your app in less than 5 minutes!

Instrumentation

Instrumentation for OpenTelemetry C++

Using instrumentation libraries

Exporters

API reference

Examples

Registry

Instrumentation libraries, exporters and other useful components for OpenTelemetry C++