opentelemetry-go icon indicating copy to clipboard operation
opentelemetry-go copied to clipboard

Partial-success responses for OTLP metrics

Open liangyuanpeng opened this issue 3 years ago • 1 comments

Problem Statement

If I understand correctly then we don't support partial-success responses for OTLP metrics yet. So i create it to trace for partial-success responses of metrics.

Ref:

Remind me if i missed something,Thanks.

/cc @jmacd @MrAlias

Proposed Solution

Alternatives

Prior Art

Additional Context

liangyuanpeng avatar Sep 10 '22 06:09 liangyuanpeng

@liangyuanpeng I originally included metrics support in https://github.com/open-telemetry/opentelemetry-go/pull/3106, but it was reverted to avoid conflicts with the new SDK branch. This issue may now stand for following up there, after the grpc/http exporters are fully restored.

jmacd avatar Sep 12 '22 22:09 jmacd