79663935

Date: 2025-06-12 17:57:39
Score: 0.5
Natty:
Report link

with micrometer you can set required properties through application.yaml file and they will be added into every single span.
Example:

management:
  observations:
    key-values:
      environment: dev

please refer to the following manual for more details
https://docs.spring.io/spring-boot/reference/actuator/observability.html

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Taras