Navigation :
test ../ test user-ref.html
User & Reference Guide
test ../ test dev.html
Developer Guide
test ../ test dev/dev-release.html
-
Release and migration notes
test ../ test dev/dev-release/release-notes.html
-- Release notes
test ../ test dev/dev-release/migrate-6.0.html
-- Migration notes 6.0
test ../ test dev/dev-release/previous-migration.html
--
Previous migration notes
test ../ test dev/dev-getting-started.html
-
Getting started
test ../ test dev/dev-ui-config.html
-
Configuring the UI
test ../ test dev/dev-extensions.html
-
Extending Atoti CVA Risk Capital
test ../ test dev/dev-tools.html
-
Developer tools
test ../ test user-getting-started.html
What is Atoti CVA-RC?
test ../ test user-getting-started/about-guide.html
- Using this guide
test ../ test user-getting-started/pdf.html
- PDF guides
test ../ test user-getting-started/whats-new.html
- What's New
test ../ test user-getting-started/bookmarks.html
- Bookmarks
test ../ test regulatory-calcs.html
Regulatory calculations
test ../ test configuration.html
Configuration files
test ../ test configuration/apm-properties.html
- apm.properties
test ../ test configuration/application-yml.html
- application.yml
test ../ test configuration/content-server-mv-db.html
- content-server.mv.db
test ../ test configuration/cvarc-data-load-properties.html
- cvarc-data-load.properties
test ../ test configuration/cvarc-properties.html
- cvarc.properties
test ../ test configuration/dee-export-properties.html
- dee.export.properties
test ../ test configuration/env-default-properties.html
- env-default.properties
test ../ test configuration/hibernate-properties.html
- hibernate.properties
test ../ test configuration/jwt-properties.html
- jwt.properties
test ../ test configuration/logback-test-xml.html
- logback-test.xml
test ../ test configuration/logback-xml.html
- logback.xml
test ../ test configuration/serializer-jaxb-cfg-xml.html
- serializer.jaxb.cfg.xml
test ../ test configuration/signoff-export-properties.html
- signoff.export.properties
test ../ test configuration/signoff-import-properties.html
- signoff.import.properties
test ../ test configuration/signoff-properties.html
- signoff.properties
test ../ test configuration/tracing-properties.html
- tracing.properties
test ../ test cube.html
Cube reference
test ../ test input-files.html
Input file formats
test ../ test limits.html
Atoti Limits
test ../ test what-if.html
What-If
test ../ test widgets.html
Widgets
tracing.properties
File purpose
The tracing.properties file includes additional tracing configuration for Atoti Server.
note
As of version 6.0.0, Atoti CVA Risk Capital has migrated from Spring Cloud Sleuth to OpenTelemetry for distributed tracing. The properties below reflect the new OpenTelemetry-based configuration.
File values (6.0.x - OpenTelemetry)
Key
Value
Description
tracing.enabled
true
Enables OpenTelemetry distributed tracing
otel.instrumentation.annotations.enabled
false
Disables OpenTelemetry annotation instrumentation (workaround for conflicts)
otel.exporter.otlp.endpoint
http://localhost:4317
OTLP exporter endpoint for traces
otel.service.name
cvarc-application
Service name for trace identification
otel.traces.exporter
otlp
Exporter type (otlp, zipkin, jaeger, logging, none)
activeviam.apm.zipkin.span.level
specific
Configures tracing granularity within Atoti Server.
For OpenTelemetry configuration options, please refer to the OpenTelemetry Java Documentation .
Zipkin Compatibility
If you are using Zipkin as your tracing backend, you can configure OpenTelemetry to export traces to Zipkin:
Key
Value
Description
otel.traces.exporter
zipkin
Use Zipkin exporter
otel.exporter.zipkin.endpoint
http://localhost:9411/api/v2/spans
Zipkin collector endpoint
Legacy Configuration (5.1.x and earlier - Spring Cloud Sleuth)
The following properties were used in versions prior to 6.0.0:
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
For spring based properties please refer to the Spring Cloud Sleuth Documentation