elastic / opentelemetry-lib

Apache License 2.0
0 stars 6 forks source link

Produce remap metrics only when the original metrics is present #6

Open lahsivjar opened 1 month ago

lahsivjar commented 1 month ago

Current codebase will produce a zero value remapping for metrics which are missing in the originally scraped metric. Ideally, we should only produce remapped metrics if we have the values present in the original metric.