79361375

Date: 2025-01-16 11:27:09
Score: 1
Natty:
Report link

The problem was with the configuration, setting it like this resolved the problem:

management:
  tracing:
    sampling:
      probability: 1.0

By default, Spring Boot samples only 10% of requests to prevent overwhelming the trace backend. This property switches it to 100% so that every request is sent to the trace backend.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Sabith Citrus