C++ instrumentation with Helios
Helios leverages the standard OpenTelemetry instrumentation in C++ so that developers can benefit from all the functionality Helios has to offer.
OpenTelemetry C++ instrumentation
Get started by getting the opentelemetry-cpp code:
$ git clone --recursive <https://github.com/open-telemetry/opentelemetry-cpp>
Updated 14 days ago