micronaut-projects / micronaut-tracing

Distributed Tracing Support
Apache License 2.0
16 stars 24 forks source link

Add support for Micrometer Tracing #6

Open graemerocher opened 2 years ago

graemerocher commented 2 years ago

Feature description

See https://github.com/micrometer-metrics/tracing

It is not GA yet but we should move to this as well. Note it is likely going to be JDK 11 only.

scprek commented 9 months ago

Would y'all plan on putting this in micronaut-tracing or micronaut-micrometer? Spring Slueth has moved to Micrometer Tracing Right? Would this mean eventually we shouldn't use micronaut-tracing at all if we want OpenTelemetry and favor the Micrometer option?

Reference:

https://spring.io/projects/spring-cloud-sleuth

Spring Cloud Sleuth’s last minor version is 3.1. You can check the 3.1.x branch for the latest commits. The core of this project got moved to Micrometer Tracing project and the instrumentations will be moved to Micrometer and all respective projects (no longer all instrumentations will be done in a single repository).