Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
File purpose
The tracing.properties file includes additional tracing configuration for Atoti Server.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. |
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 |