elastic / opentelemetry-lib

Apache License 2.0
0 stars 6 forks source link

Add a taint to the scope of the metrics processed by the library #19

Open lahsivjar opened 1 month ago

lahsivjar commented 1 month ago

Currently, we add a taint of event.module: elastic/opentelemetry-lib to all the remapped metrics. This allows us to identify the remapped metrics. We should also add a similar taint to the ScopeMetrics attribute passed as input to the remappers. This will allow us to prevent the metrics from being double-processed.