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

According to the Abseil doc: * https://github.com/abseil/abseil-cpp?tab=readme-ov-file#support support for C++14 will be revisited on 2024-12-15: * https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md Per policies: * https://opensource.google/documentation/policies/cplusplus-support C++ 14 will be dropped for C++17: ``` We...

bug
Stale
triage/accepted

I believe it would be great to better integrate googletest into the opentelemetry-cpp's build process, so when distro/system-wide googletest source code is available, it can be built along with opentelemetry-cpp....

triage/accepted

We have instrumented component with Opentelemetry 1.17.0 APIs for metrics with OTLP exporter & observing performance issue. We need to check how we can benchmark these numbers? Is there any...

triage/needs-information

**Steps to reproduce** Sudden bring down of otel collector in a high load setup. **What is the expected behavior?** Clients handling export failures **What is the actual behavior?** Hang on...

bug
triage/accepted

Happy 2025 This is a user survey, please indicate in comments what you think opentelemetry-cpp should focus on in priority this year. Possible areas include: * [ ] Better coverage...

enhancement
triage/accepted

Implement the various limits defined in the specifications: * events collection size limit * attribute collection size limit * links collection size limit * https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/sdk.md#span-limits * https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/common/README.md#attribute-limits

bug
help wanted
good first issue

**Describe your environment** WSL -> Ubuntu 20.04.6 LTS gcc version 9.4.0 **Steps to reproduce** Vcpkg manifest: ``` { "dependencies": [ { "name": "opentelemetry-cpp", "features": [ "otlp-grpc" ], "version>=" : "1.19.0"...

bug
triage/needs-information
needs-triage

## Changes This PR adds a basic stress testing framework to validate the scalability and reliability of the functionality under high-concurrency and long-running workloads. Unlike Google Benchmark, which focuses on...

``` [ RUN ] BasicCurlHttpTests.FinishInAsyncCallback ext/test/http/curl_http_test.cc:525: Failure Value of: handlers[i]->got_response_ Actual: false Expected: true [ FAILED ] BasicCurlHttpTests.FinishInAsyncCallback (5 ms) [----------] 15 tests from BasicCurlHttpTests (7643 ms total) [----------] Global...

bug
Stale
triage/accepted

**Problem** I am encountering a test failure with Tracer.WithActiveSpan and unsure what might be causing this. The test expects the spas trace id and the first space context trace id...

bug
Stale
triage/needs-information