opentelemetry-cpp
opentelemetry-cpp copied to clipboard
The OpenTelemetry C++ Client
Hello, I have concerns regarding the hash collision issue with the current implementation of metric data aggregation, related to this PR #1993. https://github.com/open-telemetry/opentelemetry-cpp/blob/c6d394547b012077998b6bd74665145488e85ffe/sdk/include/opentelemetry/sdk/metrics/state/attributes_hashmap.h#L201 The aggregation map uses size_t as the...
## Changes - Adds cmake cache initialization files for `opentelemetry-cpp` options in `test_common/cmake` - Run clang tidy in a matrix - all-options-abiv1-preview (ABI version 1 plus all the cmake options...
This feature was introduced by #3223, and is considered stable. * Enable the flag by default * Mark the flag as deprecated * Plan for flag removal
This feature was introduced by #2120, and is considered stable. * Enable the flag by default * Mark the flag as deprecated * Plan for flag removal
This feature was introduced by #3113, and is considered stable. * Enable the flag by default * Mark the flag as deprecated * Plan for flag removal
This feature was introduced by #2530, and is considered stable. * Enable the flag by default * Mark the flag as deprecated * Plan for flag removal
See related: * #3334 * #3336 Now that github downgraded the CMake version from 4.0 in the affected images, the work around to pin cmake to 3.31.6 is no longer...
https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20250330.1 CMake was upgraded from 3.31.6 to 4.0.0 This drops support for CMake 3.5, breaking the build.
I'm incorporating the OpenTelemetry C++ library (v1.8.3) into my project using a CMake helper that creates "imported static" targets with their own include paths and .a files. However, when I...
Fixes # (issue) ## Changes Please provide a brief description of the changes here. * Remove CMake option `WITH_REMOVE_METER_PREVIEW`. This option is no longer used, see PR #2370. For significant...