Navigation :
tracing.properties
File purpose
The tracing.properties file includes additional tracing configuration for Atoti Server.
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.