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

We build OTel in our CI and want to add a build with cmake and otel abi 2.0. We use vcpkg as a package manager. My ideal vcpkg.json would look...

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
help wanted
Stale

OpenTelemetry-cpp library provides the only one way to log own errors: to use singletone that located under the hood of class GlobalLogHandler. GlobalLogHandler::GetHandlerAndLevel() may provide a reference to destroyed object...

bug
do-not-stale

Fixes #2279 , #2155 ## Changes Please provide a brief description of the changes here. For significant contributions please make sure you have completed the following items: * [ ]...

**Is your feature request related to a problem?** In Opentracing, it was possible to set the 'key' field in span logs, since the api took an array of key value...

Stale
triage/needs-information

As documented in Specs - https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md#opentelemetry-protocol-exporter ``` Compression: Compression key for supported compression types. Supported compression: gzip. Default: No value [2] Env vars: OTEL_EXPORTER_OTLP_COMPRESSION OTEL_EXPORTER_OTLP_TRACES_COMPRESSION OTEL_EXPORTER_OTLP_METRICS_COMPRESSION OTEL_EXPORTER_OTLP_LOGS_COMPRESSION ``` High level...

bug
help wanted
Stale
triage/accepted

[Log4cxx](https://logging.apache.org/log4cxx/latest_stable/) is one of the commonly used logging framework for C++, and it would be good to have the logging appender for the framework using logging bridge API. More details:...

help wanted
good first issue
do-not-stale
logs
contrib-repo

Add a [clang-tidy](https://clang.llvm.org/extra/clang-tidy/) build in CI.

help wanted
good first issue
do-not-stale

To discuss. Asynchronous export has been stable for a while. The preview flag can be removed, and the code be mainstream (without ifdef). This will decrease the overall complexity, and...

bug
Stale
triage/accepted

Since bazel 6.0, bazel added [bzlmod](https://bazel.build/external/overview?hl=en#bzlmod) dependency management and tracking system. Currently open telemetry is built by Bazel but is not published to the [Bazel Central Regestry](https://registry.bazel.build), which complicates importing...

enhancement
help wanted