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
76 stars 46 forks source link

Dynatrace Exporter uses "cumulative" temporality by default #175

Closed Anika-Sol closed 6 months ago

Anika-Sol commented 6 months ago

Currently metrics exported to Dynatrace have the default temporality cumulative. According to the Dynatrace documentation cumulative is not yet supported and delta should be used.

The default temporality leads to metrics not being accepted by Dynatrace.

KarstenSchnitter commented 6 months ago

Thanks for reporting this issue. A fix is available with #174.

KarstenSchnitter commented 6 months ago

Fix is merged and will be provided with version 3.8.3. This release should be available on Maven Central soon.