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

Revisit merge policy and get more clarity in terms of - Size of the PR - Number of approvals required based on size of the PR - Define days for...

do-not-stale

As of now, otel-cpp use Curl as the default HTTP Client, and is set [here ](https://github.com/open-telemetry/opentelemetry-cpp/blob/9bcfcb99ffb7e03f9f8d502ccc3c7991bc35fcef/CMakeLists.txt#L374) for CMake. It should be instead possible for users to bring their own HTTP...

enhancement
Stale
do-not-stale

Run [clang-tidy](https://clang.llvm.org/extra/clang-tidy/) on the code base, fix issues reported.

help wanted
good first issue
do-not-stale

**Describe your environment** In OTLP project, there are two different build mechanisms which one of them could be used for compilation different targets. Also, it would be helpful to maintain...

bug
help wanted
good first issue
do-not-stale

Hi, If OTel collector is down or due to some other reason if OTLP exporter received Retryable error code from OTel collector, it has to be handled and the OTLP...

help wanted
area:exporter:otlp
do-not-stale

Addresses two issues - 1. Fix the use of a conditional variable where a wait on the variable might not be in flight when a notify is called. This is...

In the context of #2481, opentelemetry-cpp needs to have more dependencies, to a yaml parser in this case. This raises the question on how to select a given package, and...

bug
needs-triage

We noticed that the propagation headers were not being populated correctly when using the opentracing-shim. The trace-id, span-id and trace flags were missing. The various propagation injectors will attempt to...

There's a lot of dependabot failures to upgrade the [cpp tooling in build-tools](https://github.com/open-telemetry/build-tools/tree/main/cpp_format_tools) repository. As such, I'd like to propose the following: 1. We can create a specific `cpp-build-tools` repository....

needs-triage

**Describe your environment** I am using Windows, and building with Visual Studio 2019 **Steps to reproduce** This issue can be reproduced by making some small changes to the "metrics_simple" example....

bug
needs-triage