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

Provide Dynatrace Exporter #170

Closed KarstenSchnitter closed 9 months ago

KarstenSchnitter commented 9 months ago

Adds a DynatraceMetricsExporter to the provided exporters. This exporter will parse CF bindings for a Dynatrace service binding. If found, it will export metrics to the API endpoint. For this to work, the API token field in the service credentials needs to be provided with otel.javaagent.extension.sap.cf.binding.dynatrace.metrics.token-name.

Several refacotrings align Dynatrace and Cloud Logging exporters.