Closed KarstenSchnitter closed 9 months ago
The Dynatrace OTel metrics API requires DELTA temporality, since CUMULATIVE is currently unsupported. This change will allow configuration of the temporality via
otel.exporter.dynatrace.metrics.temporality.preference
This config now defaults to "delta" instead to the hard-coded "cumulative" before. Usually, no configuration is required.
Fixes #175 .
The Dynatrace OTel metrics API requires DELTA temporality, since CUMULATIVE is currently unsupported. This change will allow configuration of the temporality via
otel.exporter.dynatrace.metrics.temporality.preference
This config now defaults to "delta" instead to the hard-coded "cumulative" before. Usually, no configuration is required.