tracing.properties

File purpose

The tracing.properties file provides default properties to enable trace monitoring for the Atoti Limits server with an OpenZipkin Brave tracer. Tracing is not required, but the properties are provided for your convenience.

Location: limits-starter\src\main\resources.

File values

Key Value Description
spring.zipkin.baseUrl* http://127.0.0.1:9411
spring.zipkin.api-path* api/v2/spans
spring.zipkin.service.name* pivot
spring.zipkin.sender.type* web
spring.zipkin.enabled false Enables sending spans to Zipkin if set to true.
spring.sleuth.traceId128* true
activeviam.apm.zipkin.span.level specific Configures tracing granularity within Atoti Server.

*For Spring-based properties please refer to the Spring Cloud Sleuth Documentation

For more details on tracing.properties, see the Atoti Server Documentation.