SAP / cf-java-logging-support

The Java Logging Support for Cloud Foundry supports the creation of structured log messages and the collection of request metrics
Apache License 2.0
77 stars 48 forks source link

Fix Dynatrace Exported to Generate DELTA Temporality #174

Closed KarstenSchnitter closed 8 months ago

KarstenSchnitter commented 8 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.

Anika-Sol commented 8 months ago

Fixes #175 .