opentelemetry-cpp
opentelemetry-cpp copied to clipboard
The OpenTelemetry C++ Client
Fixes #2574 May also fixes #2583 ## Changes + Using a sequence to check if a complete notification includes the datas when call `ForceFlush`. For significant contributions please make sure...
...because base class trace_sdk::Recordable defines it. Currently, the conversion operator always produces nullptr even if the real class pointed to is SpanData, SpanData does not override the operator, but it...
To Discuss: * which version of clang-format to use * fix docker images accordingly (including cpp-build-tools)
Doing bazel test //... is the same as doing a build first and then test. In some cases it might be better to do directly for increased parallelism.
This adds support for bzlmod, which is bazel's new dependency resolution system. Theoretically we could now remove the previous dependency management configuration which required flattening all the dependencies, but I...
This way downstream consumers can enable this flag as well
Per spec change: * https://github.com/open-telemetry/opentelemetry-specification/pull/3877
**Describe your environment**: the OpenTelemetry C++ client library cmake build on Amazon Linux 2023 fails when the option `WITH_OTLP_GRPC` is set to `ON`, as in `-DWITH_OTLP_GRPC=ON`, see below. The build...
I've built an application that sends telemetry data to a grafana cloud stack. The application sends both logs and traces. And I can query the traces and logs I send...
Hi! In most cases simple string_view or const char * is sufficient for needs of our project. But I wonder if there are some plans to extend logs/attributes with unicode...