-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Description
In #6393, I need to define an asynchronous UpDown counter for the "otel.sdk.processor.span.queue.size" and , "otel.sdk.processor.span.queue.capacity" metrics.
However, these are hard-coded as an Int64UpDownCounter:
opentelemetry-go/semconv/v1.34.0/otelconv/metric.go
Lines 1598 to 1600 in 291140b
| type SDKProcessorSpanQueueSize struct { | |
| metric.Int64UpDownCounter | |
| } |
Expected behavior
I expected to be able to get an asynchronous version of the metric.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working