Marc Alff
Marc Alff
Upgrade to semconv 1.28.0 This may also require to migrate from build-tools to weaver. References: * https://github.com/open-telemetry/semantic-conventions/pull/1458 * https://github.com/open-telemetry/build-tools/issues/322 * https://github.com/open-telemetry/opentelemetry-rust/pull/2098
Add a doxygen build to CI. The goal is to detect incorrect / missing doxygen documentation when merging a PR. This will save a lot of time later, when publishing...
The grpc C++ library is instrumented using opentelemetry-cpp: * https://github.com/grpc/grpc/pull/33650 The opentelemetry-cpp OTLP GRPC exporter uses grpc In the OTLP GRPC exporter implementation, opentelemetry-cpp needs to: * disable instrumentation before...