Marc Alff

Results 73 issues of Marc Alff

Fixes #1459 ## Changes Upgrade to gRPC 1.46.3 For significant contributions please make sure you have completed the following items: * [ ] `CHANGELOG.md` updated for non-trivial changes * [...

Fix header only API for singletons (#1520) ## Changes DRAFT -- implement header only API singletons. * [ ] `CHANGELOG.md` updated for non-trivial changes * [ ] Unit tests have...

This is a remaining item identified during review of PR #1420 For all the static variables found in SDK header files, consider (to discuss) to either: - move the code...

bug
priority:p2

Greetings, In the spec, for the OpenTelemetry Protocol Exporter configurations options: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md#specifying-headers-via-environment-variables The spec says: > The following configuration options MUST be available to configure the OTLP exporter. Each configuration...

bug
help wanted
area:exporter:otlp
priority:p2
spec-compliance
do-not-stale

Same as issue #1393, but for Metrics. Please assign to me.

bug
priority:p2

This is a remaining item identified during review of PR #1420 (1) Document: - the name of each library delivered - the expected dependency graph (DAG) This documentation is meant...

bug
help wanted
do-not-stale

In the spec for Span creation, for specifying links: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/api.md#specifying-links > The Span creation API MUST provide: > > An API to record a single Link where the Link properties...

bug
do-not-stale

gRPC will require C++14 starting with release 1.47, see the announcement in 1.46: https://github.com/grpc/grpc/releases/tag/v1.46.0 Upgrade opentelemetry-cpp to the latest gRPC C++ 11 release available, 1.46.3. This is a required intermediary...

bug
do-not-stale

Fixes #1612 ## Changes The sampler parameter was ignored in benchmark span creation test. Now BM_NoopSpanCreation() uses the always off sampler, measuring the Noop creation code. * [ ] `CHANGELOG.md`...

Fix header only API for singletons (#1520) ## Changes Alternate solution, test annotation on methods instead of members For significant contributions please make sure you have completed the following items:...