Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 2.32 KB

README.md

File metadata and controls

61 lines (42 loc) · 2.32 KB

Micrometer Tracing Facade

Build Status Apache 2.0 Maven Central Javadocs Revved up by Develocity

  • == application tracing facade

Join the discussion

Snapshot builds

  • published to repo.spring.io / every successful build | main branch & maintenance branches

  • Use

    repositories {
        maven { url 'https://repo.spring.io/snapshot' }
    }
    
    dependencies {
        implementation 'io.micrometer:micrometer-tracing:latest.integration'
    }

Milestone releases

  • uses
    • testing purposes
      • NOT for production use
  • https://repo.spring.io/milestone
    • if you want to use milestone releases -> include it as a maven repository | your build configuration

Documentation

Contributing

See our Contributing Guide for information about contributing to Micrometer Tracing.

Code formatting

The spring-javaformat plugin 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

Sponsored by VMware