opentelemetry-cpp
                                
                                 opentelemetry-cpp copied to clipboard
                                
                                    opentelemetry-cpp copied to clipboard
                            
                            
                            
                        The OpenTelemetry C++ Client
## Issue Description: As a part of the OpenTelemetry-cpp community, we would like to request the addition of fuzz testing to the library. Fuzz testing is a valuable technique that...
In this code: ``` struct BatchSpanProcessorOptions { /** * The maximum buffer/queue size. After the size is reached, spans are * dropped. */ size_t max_queue_size = 2048; /* The time...
Before opening a feature request against this repo, consider whether the feature should/could be implemented in the [other OpenTelemetry client libraries](https://github.com/open-telemetry/). If so, please [open an issue on opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification/issues/new) first....
**Is your feature request related to a problem?** The issue filed in https://github.com/open-telemetry/opentelemetry-specification/issues/3411 covers the problem/context. **Describe the solution you'd like** As discussed in https://github.com/open-telemetry/opentelemetry-specification/issues/3411, the concrete changes here that...
This is needed for security audits on the code. Parent issue: #2282
There is no example how to use Baggage. I am looking for some code which will shows how to add something to it, retrieve it, and how to propagate it...
The OTLP HTTP exporter uses JSON by default. According to the spec, the export format by default should be BINARY instead. https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md#specify-protocol > If no configuration is provided the default...
Implement the following spec change: * https://github.com/open-telemetry/opentelemetry-specification/pull/3777
[Log4cpp](https://log4cpp.sourceforge.net/#git) 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:...
This is a follow up on: * https://github.com/open-telemetry/opentelemetry-cpp/pull/2120 Add functional tests for validating OTLP gRPC with client certificate chain + Server ca certificate. Ref- https://github.com/open-telemetry/opentelemetry-cpp/tree/main/functional/otlp