elastic / opentelemetry-lib

Apache License 2.0
0 stars 6 forks source link

Set aggregation temporality and monotonicity for all remapped metric #15

Open lahsivjar opened 1 month ago

lahsivjar commented 1 month ago

Currently, we don't set aggregation temporality and monotonicity for the remapped metrics (ref). The default aggregation temporality is unspecified which must not be used (ref) and the default monotonicity is false. If used with TSDS the false monotonicity will end up as a gauge instead of a counter (ref).