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

Before opening a feature request against this repo, consider whether the feature should/could be implemented in the [other OpenTelemetry client libraries](https://github.com/open-telemetry/). If so, please [open an issue on opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification/issues/new) first....

help wanted
good first issue
triage/accepted

Now that https://github.com/open-telemetry/opentelemetry-specification/pull/2703 is released, we can update the prometheus exporter to make use of OpenTelemetry scope, particularly for reducing collisions between metrics with the same name. **Describe the solution...

area:exporter:prometheus
do-not-stale
area:metrics

Run [include-what-you-use](https://include-what-you-use.org/) on the code base, fix issues reported.

help wanted
good first issue
Stale

Hi I am getting linking error while trying to cross-compile opentelemetry for android platform when OTLP_HTTP is set to true. Installed protobuf version 3.21.12 using homebrew on my mac. Sharing...

Stale

**Describe your environment** - Alpine Linux v3.16 on Aarch64 **Steps to reproduce** - Commands I am running: ``` sudo apk add cmake grpc-dev re2-dev protobuf-dev c-ares-dev curl-dev nlohmann-json thrift-dev boost-dev...

bug
help wanted
do-not-stale

**Describe your environment** When building from the master branch on MacOS, if `BUILD_SHARED_LIBS=ON` and either `WITH_OLTP_HTTP=ON` or `WITH_OLTP_GRPC` are on then we get build errors: ``` [1/16] Linking CXX shared...

bug
do-not-stale
triage/accepted

Add a [include-what-you-use](https://include-what-you-use.org/) build in CI.

help wanted
good first issue
do-not-stale

As discussed in [today's Feb 22, 2023](https://docs.google.com/document/d/1i1E4-_y4uJ083lCutKGDhkpi3n4_e774SBLi9hPLocw/edit#heading=h.daa6czvwmr28) community meeting: - Need tooling to detect ABI changes in CI, instead of relying on code review only - There was some research...

area:api
do-not-stale

This issue tracks the comments below to make macro `OPENTELEMETRY_LIKELY_IF` more general, and not tightly bound with if with condition. https://github.com/open-telemetry/opentelemetry-cpp/pull/2094#discussion_r1165779909

bug
do-not-stale

This is follow up for below comment. It could be benefit if the the API `Logger` can have a place (like function pointer member) for SDK/exporter to register its its...

bug
do-not-stale