opentelemetry-cpp
opentelemetry-cpp copied to clipboard
The OpenTelemetry C++ Client
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...
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...
Run [clang-tidy](https://clang.llvm.org/extra/clang-tidy/) on the code base, fix issues reported.
**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...
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...
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...
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....
**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....