opentelemetry-cpp
opentelemetry-cpp copied to clipboard
The OpenTelemetry C++ Client
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...
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...
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,...
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...
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.
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...
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...
**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...
**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...
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...