opentelemetry-cpp icon indicating copy to clipboard operation
opentelemetry-cpp copied to clipboard

The OpenTelemetry C++ Client

Results 371 opentelemetry-cpp issues
Sort by recently updated
recently updated
newest added

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...

ok-to-merge

...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...

bug
Stale
triage/accepted

To Discuss: * which version of clang-format to use * fix docker images accordingly (including cpp-build-tools)

bug
triage/accepted

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

issue:blocked

Per spec change: * https://github.com/open-telemetry/opentelemetry-specification/pull/3877

bug
Stale
triage/accepted

**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...

bug
triage/needs-information

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...

bug
triage/accepted

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...

help wanted
good first issue
Stale
triage/accepted