https://github.com/micrometer-metrics/tracing
Provides tracing abstractions over tracers and tracing system reporters.
https://github.com/micrometer-metrics/tracing
cloud-native distributed-tracing java microservices observability
Last synced: about 17 hours ago
JSON representation
Provides tracing abstractions over tracers and tracing system reporters.
- Host: GitHub
- URL: https://github.com/micrometer-metrics/tracing
- Owner: micrometer-metrics
- License: apache-2.0
- Created: 2021-11-10T09:26:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-13T05:00:29.000Z (4 days ago)
- Last Synced: 2026-01-13T05:57:41.732Z (4 days ago)
- Topics: cloud-native, distributed-tracing, java, microservices, observability
- Language: Java
- Homepage: https://micrometer.io
- Size: 4.76 MB
- Stars: 288
- Watchers: 6
- Forks: 56
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Support: SUPPORT.adoc
- Notice: NOTICE
Awesome Lists containing this project
- fucking-awesome-java - Micrometer Tracing - Vendor-neutral distributed tracing facade for the most popular tracer libraries. (Projects / Monitoring)
- awesome-java - Micrometer Tracing
- awesome-java - Micrometer Tracing - Vendor-neutral distributed tracing facade for the most popular tracer libraries. (Projects / Monitoring)
- awesome-java-zh - Micrometer Tracing - 供应商中立的分布式跟踪facade,用于最流行的跟踪器库。 (项目 / 监测)
README
# Micrometer Tracing Facade
[](https://circleci.com/gh/micrometer-metrics/tracing)
[](https://www.apache.org/licenses/LICENSE-2.0)
[](https://search.maven.org/artifact/io.micrometer/micrometer-tracing)
[](https://www.javadoc.io/doc/io.micrometer/micrometer-tracing)
[](https://ge.micrometer.io/)
A application tracing facade.
## Join the discussion
Join the [Micrometer Slack](https://slack.micrometer.io) to share your questions, concerns, and feature requests.
## Snapshot builds
Snapshots are published to `repo.spring.io` for every successful build on the `main` branch and maintenance branches.
To use:
```groovy
repositories {
maven { url 'https://repo.spring.io/snapshot' }
}
dependencies {
implementation 'io.micrometer:micrometer-tracing:latest.integration'
}
```
## Milestone releases
Starting with the 1.5.0-M2 release, milestone releases and release candidates will be published to Maven Central.
Note that milestone releases are for testing purposes and are not intended for production use.
## Documentation
The documentation is available at https://docs.micrometer.io/tracing/reference/.
## Contributing
See our [Contributing Guide](CONTRIBUTING.md) for information about contributing to Micrometer Tracing.
## Code formatting
The [spring-javaformat plugin](https://github.com/spring-io/spring-javaformat) is configured to check and apply consistent formatting in the codebase through the build.
The `checkFormat` task checks the formatting as part of the `check` task.
Apply formatting with the `format` task.
You should rely on the formatting the `format` task applies instead of your IDE's configured formatting.
-------------------------------------
_Licensed under [Apache Software License 2.0](https://www.apache.org/licenses/LICENSE-2.0)_
_Sponsored by [VMware](https://tanzu.vmware.com)_