79616910

Date: 2025-05-11 21:04:14
Score: 0.5
Natty:
Report link

Isn't Micrometer Tracing using 128-bit trace-id by default? On the other hand Spring Cloud Sleuth used 64-bit trace-id.

Try reading this article: https://medium.com/go-city/micrometer-tracing-and-spring-cloud-sleuth-compatibility-e345c3c048b9

There is a property that you can use to make Spring Cloud Sleuth using 128-bit trace-ids as well:

spring:
  sleuth:
    trace-id128: true
Reasons:
  • Blacklisted phrase (1): this article
  • Blacklisted phrase (0.5): medium.com
  • Whitelisted phrase (-1.5): you can use
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
Posted by: Krzysztof Tomaszewski