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

## 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...

do-not-stale
triage/accepted

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...

bug
do-not-stale

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....

enhancement
Stale
triage/needs-information

**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...

help wanted

This is needed for security audits on the code. Parent issue: #2282

bug
help wanted
Stale

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...

do-not-stale

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...

bug
triage/accepted

Implement the following spec change: * https://github.com/open-telemetry/opentelemetry-specification/pull/3777

bug
help wanted
spec-compliance

[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:...

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

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

help wanted
good first issue
do-not-stale