C++ OpenTelemetry auto-instrumentation with Helios

Benefit from distributed tracing and observability over microservices in C++. Helios leverages the standard OpenTelemetry instrumentation in C++ and enhances it.

Get your C++ services auto-instrumented with Helios and OTel by following the installation instructions provided below.

๐Ÿ‘‰

OpenTelemetry C++ instrumentation

Get started by getting the opentelemetry-cpp code:

$ git clone --recursive <https://github.com/open-telemetry/opentelemetry-cpp>

An example for a trace from the Helios OpenTelemetry Sandbox that includes instrumentation of a C++ service and spans:

A trace from the Helios OpenTelemetry Sandbox that propagates through many microservices, including C++

A trace from the Helios OpenTelemetry Sandbox that propagates through many microservices, including C++

๐Ÿ“˜

Installation docs & references