Skip to main content

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)

KeyValueDescription
tracing.enabledtrueEnables OpenTelemetry distributed tracing
otel.instrumentation.annotations.enabledfalseDisables OpenTelemetry annotation instrumentation (workaround for conflicts)
otel.exporter.otlp.endpointhttp://localhost:4317OTLP exporter endpoint for traces
otel.service.namecvarc-applicationService name for trace identification
otel.traces.exporterotlpExporter type (otlp, zipkin, jaeger, logging, none)
activeviam.apm.zipkin.span.levelspecificConfigures 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:
KeyValueDescription
otel.traces.exporterzipkinUse Zipkin exporter
otel.exporter.zipkin.endpointhttp://localhost:9411/api/v2/spansZipkin collector endpoint