Automatically ingest Spring Application metrics and analyze them end-to-end in context of your trace, log and diagnostics data.
Micrometer is an open-source instrumentation framework for JVM-based application metrics. By adding Dynatrace support to Micrometer, you get intelligent observability and automatic root cause analysis for 17+ pre-instrumented JVM-based frameworks and servers.
This is intended for users who want to:
This enables you to:
Compatibility Requirements
DataExport
scope (access problems and event feed, metrics, and topology)Deploy the Java dependency in your application and configure the token to access the API.
For Gradle, add the following implementation: io.micrometer:micrometer-registry-dynatrace:latest.release
For Maven, add the following dependency:
<dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-registry-dynatrace</artifactId> <version>${micrometer.version}</version></dependency>
Next, complete these Micrometer configuration steps.
For more details, please refer to the Micrometer documentation
Additional resources:
Dynatrace performance clinic recording, Feed your observability data into Dynatrace AIOps
DZone blog post: How to Publish Spring Boot Actuator Metrics to Dynatrace