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

I've incorporated OpenTelemetry into my program and on certain execution paths, especially on Linux, I get `terminate called without an active exception` or similar kinds of messages. If I take...

Stale
triage/unresolved

I am trying to use formatting for log messages as suggested in https://github.com/open-telemetry/opentelemetry-cpp/blob/e86ceba79dc5999c7b3655fd006847a360b351a0/api/include/opentelemetry/logs/logger.h#L287. It does not seem to work. Q: Is it actually implemented? Q: Do you have an example...

bug
documentation
good first issue
do-not-stale
triage/accepted

Fixes #2052 Contributes to #2054 ## Changes Please provide a brief description of the changes here. * Add an include-what-you-use build in CI * Upload the logs as an artifact,...

pr:please-review

In light of the `xz` attack: * https://arstechnica.com/security/2024/04/what-we-know-about-the-xz-utils-backdoor-that-almost-infected-the-world/ audit the opentelemetry-cpp repository for possible attack vectors. Full list of checks to be determined. To start with: * review executable permissions...

bug
Stale
triage/accepted

Upgrade to abseil 20240116.1 for bazel. See related: * https://github.com/open-telemetry/opentelemetry-cpp/pull/2599 Currently, updating file `bazel/repository.bzl` with abseil-cpp-20240116.1 causes build breaks.

bug
triage/accepted

When building opentelemetry-cpp 1.14.2 for Fedora using gcc-c++ 14.0.1 (which is the default for upcoming Fedora 40 and rawhide), compile errors occur. Builds for the current Fedora 38 and 39...

bug
Stale
triage/accepted

Investigate and/or implement possible performance improvements. Related to this idea from #2530 > Do you think we can use the in-place compression of the data without using a separate output...

bug
help wanted
good first issue
Stale

**Describe your environment** Linux server which git installed **Steps to reproduce** After git clone opentelemetry-cpp repo, $ /local/repo/opentelemetry-cpp]$ cd docker/ $ /local/repo/opentelemetry-cpp/docker]$ ./build.sh -g Attachment for error message: [otel-docker-build-error.txt](https://github.com/open-telemetry/opentelemetry-cpp/files/14582276/otel-docker-build-error.txt) I...

bug
Stale
triage/accepted

**Describe your environment** Describe any aspect of your environment relevant to the problem, including your platform, build system, version numbers of installed dependencies, etc. If you're reporting a problem with...

bug
Stale
triage/accepted

Platform : Ubuntu 23.10 Build: opentelemetry 1.11.0 with WITH_ASYNC_EXPORT_PREVIEW enabled Deps: curl 7.85.0 Here are the lines of code used to initialize the logger provider: ``` opentelemetry::exporter::otlp::OtlpHttpLogRecordExporterOptions opts; auto exporter...

bug
triage/accepted