opentelemetry-cpp
opentelemetry-cpp copied to clipboard
The OpenTelemetry C++ Client
**Is your feature request related to a problem?** For debugging purposes I would like to add current callstack as an attribute to a span. [backtrace_symbols](https://linux.die.net/man/3/backtrace_symbols) returns `char**`, so I would...
Previously, we were overloading the `name` key in the metrics ostream exporter. This patch qualifies the `name` key with the appropriate prefix based on the structures they represent.
Fixes # (issue) ## Changes Please provide a brief description of the changes here. otlp gRPC Metrics exporter is reusing the env variable processing from otlp trace exporter, which is...
Fixes #1339 ## Changes As preferred aggregation temporality concept is removed from specs, and is made as function of instrument-kind (see section here - https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/sdk.md#metricreader) , following changes are done...
Hi, Thanks for the wonderful readme/documentation, I could build `opentelemetry-cpp` from the source almost instantly, run the tests outlined successfully on architecture in the subject. In case, if you are...
We have a race condition in [`attributes_hashmap_benchmark`](https://github.com/open-telemetry/opentelemetry-cpp/runs/7657257924?check_suite_focus=true#step:5:592): ``` WARNING: ThreadSanitizer: data race (pid=12) Write of size 8 at 0x7ffd627125c0 by main thread: #0 (anonymous namespace)::BM_AttributseHashMap(benchmark::State&) (attributes_hashmap_benchmark_smoketest+0x9b0d9) #1 benchmark::internal::FunctionBenchmark::Run(benchmark::State&) (libexternal_Scom_Ugithub_Ugoogle_Ubenchmark_Slibbenchmark.so+0xa7c52) #2...
Fixes #1510 (issue) ## Changes when the view is not registered, creates and registers a new view with the provided information. For significant contributions please make sure you have completed...
Fixes #1494 (issue) ## Changes makes all jobs testing the new metrics and adds `bazel` and `cmake`, `gcc 4.8` jobs for testing deprecated metrics. For significant contributions please make sure...
As required by the specs - https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/sdk_exporters/in-memory.md This would also be great tool for testing.