Spring Boot Autoconfiguration for Micrometer Observation.
Join the Micrometer Slack to share your questions, concerns, and feature requests.
Snapshots are published to repo.spring.io
for every successful build on the main
branch and maintenance branches.
To use:
repositories {
maven { url 'https://repo.spring.io/libs-snapshot' }
}
dependencies {
implementation 'io.micrometer:micrometer-observation-spring-boot-autoconfigure:latest.integration'
}
Milestone releases are published to https://repo.spring.io/milestone. Include that as a maven repository in your build configuration to use milestone releases. Note that milestone releases are for testing purposes and are not intended for production use.
See our Contributing Guide for information about contributing to Micrometer Observation Spring Boot.
Licensed under Apache Software License 2.0
Sponsored by VMware