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

**Describe your environment** Built and running on linux, ``` cmake .. -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=ON -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_CXX_STANDARD=17 \ -DWITH_STL=CXX17 -DBUILD_SHARED_LIBS=ON -DWITH_OTLP_HTTP=ON -DWITH_OTLP_GRPC=ON -DBUILD_TESTING=OFF ``` Protobuf version installed - 3.17.3 **Steps to reproduce** Don't...

bug
needs-triage

Fixes #2721 ## Changes Please provide a brief description of the changes here. * Remove support for min/max TLS 1.0 in the OTLP HTTP exporter * Remove support for min/max...

removal
pr:please-review

The links of [Using triplets](https://github.com/open-telemetry/opentelemetry-cpp/blob/main/docs/building-with-vcpkg.md#using-triplets) building-with-vcpkg section are outdated. They are pointing to an unexisting endpoint. Specifically: * https://vcpkg.readthedocs.io/en/latest/users/triplets/ * https://vcpkg.readthedocs.io/en/latest/examples/overlay-triplets-linux-dynamic/#overlay-triplets-example Also, "Overlay triplets" are referred as "Custom triplets" which...

bug
needs-triage

Fixes #2716 ## Changes Please provide a brief description of the changes here. * Removed CMake option `WITH_DEPRECATED_SDK_FACTORY` * Removed old references to CMake option `WITH_OTLP` * Removed old references...

removal
pr:please-review

Per the following RFC: https://www.ietf.org/rfc/rfc8996.html 1) > TLS 1.0 MUST NOT be used. Negotiation of TLS 1.0 from any version of TLS MUST NOT be permitted. 2) > TLS 1.1...

bug
removal
needs-triage

This issue is [Compile errors occur when using gcc 14 #2591](https://github.com/open-telemetry/opentelemetry-cpp/issues/2591) reopened. This issue has been observed on opentelemetry-cpp versions 1.15.0 and 1.16.0. A cmake build in which internal abseil...

bug
Stale
triage/accepted

TO @open-telemetry/technical-committee TO @open-telemetry/specs-metrics-approvers CC @svrnm All, The following issues are affecting opentelemetry-cpp, and hinder progress: * https://github.com/open-telemetry/opentelemetry-specification/issues/3617 * prevents deployment of yaml configuration * cc @jack-berg * blocks implementation...

bug
do-not-stale
issue:blocked
triage/accepted

**Describe your environment** Hey guys, I ran into the same problem wit https://github.com/open-telemetry/opentelemetry-cpp/issues/1955.In my side, some error ocassionally occured, and it may be due to http response latency described in...

bug
needs-triage

CMake option `WITH_DEPRECATED_SDK_FACTORY` was introduced in opentelemetry-cpp 1.16.0. This option is temporary, and used to avoid application code changes when upgrading to 1.16.0, to facilitate upgrade. Remove option `WITH_DEPRECATED_SDK_FACTORY` for...

bug
removal
triage/accepted

There is an "issue" to where if the primitive used in the instrument is not the same as the primitive used in the observer result template, when observe is called,...

bug
Stale
triage/needs-information