Metric names are case sensitive #4057
Labels
bug
Something isn't working
priority:p2
Bugs and spec inconsistencies which cause telemetry to be incomplete or incorrect
The specification states that metric names are case insensitive. If we see a metric which is the same except for name-case, they are the same metric stream and should be exported as a single stream with the first encountered name. Currently we treat them as separate streams.
I see this as a bug fix.
First off, there shouldn't be any public interfaces or functions that change from this. Only the export behavior.
Specifically for the duplicate stream case: the duplicate instrument registration section already specifies that identical instruments need to aggregated into a single data stream:
Originally posted by @MrAlias in open-telemetry/opentelemetry-specification#3539 (comment)
The text was updated successfully, but these errors were encountered: