Navigation :
test ../../ test dev.html
Developer Guide
test ../../ test dev/dev-release.html
-
Release and migration notes
test ../../ test dev/getting-started.html
-
Getting started
test ../../ test dev/dev-ui-config.html
-
Configuring the UI
test ../../ test dev/integration.html
-
How to Integrate Limits to an Atoti Server
test ../../ test dev/alert-tasks.html
-
AlertTaskManager
test ../../ test dev/scopes.html
-
Limit Scopes
test ../../ test dev/date-roll.html
- Date Roll
test ../../ test dev/restful-endpoint.html
- RESTful endpoints
test ../../ test dev/limit-workflow.html
- Limit Workflow
test ../../ test dev/security.html
- Required Roles
test ../../ test user-ref.html
User & Reference Guide
test ../../ test user-ref/limits-overview.html
-
Atoti Limits Overview
test ../../ test user-ref/whats-new.html
- What's New
test ../../ test user-ref/using-limits.html
-
Manage limits
test ../../ test user-ref/manage-incidents.html
-
Manage incidents
test ../../ test user-ref/storytelling/story-telling.html
- Storytelling
test ../../ test user-ref/input-files.html
-
Input file formats
test ../../ test user-ref/configuration.html
-
Configuration files
test ../../ test user-ref/configuration/application-yml.html
-- application.yml
test ../../ test user-ref/configuration/env-default-properties.html
-- env-default.properties
test ../../ test user-ref/configuration/hibernate.properties.html
-- hibernate.properties
test ../../ test user-ref/configuration/jwt-properties.html
-- jwt.properties
test ../../ test user-ref/configuration/limits-data-load-properties.html
-- limits-data-load.properties
test ../../ test user-ref/configuration/limit-properties.html
-- limits.properties
test ../../ test user-ref/configuration/logback-spring-xml.html
-- logback-spring.xml
test ../../ test user-ref/configuration/serializer-jaxb-cfg-xml.html
-- serializer.jaxb.cfg.xml
test ../../ test user-ref/configuration/tracing-properties.html
-- tracing.properties
test ../../ test user-ref/cube.html
-
Cubes
test ../../ test user-ref/datastore.html
-
Datastores
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 .