diff --git a/configuration/overview.mdx b/configuration/overview.mdx index 4805d69..572d135 100644 --- a/configuration/overview.mdx +++ b/configuration/overview.mdx @@ -378,10 +378,12 @@ export FLIPT_CORS_ALLOWED_ORIGINS="http://localhost:3000 http://localhost:3001" ### Tracing -| Property | Description | Default | Since | -| ---------------- | ------------------------------------------ | ------- | ------- | -| tracing.enabled | Enable tracing support | false | v1.18.2 | -| tracing.exporter | The exporter to use (jaeger, zipkin, otlp) | jaeger | v1.18.2 | +| Property | Description | Default | Since | +| ---------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | --------------------- | ------- | +| tracing.enabled | Enable tracing support | false | v1.18.2 | +| tracing.exporter | The exporter to use (jaeger, zipkin, otlp) | jaeger | v1.18.2 | +| tracing.sampling_ratio | The sampling ratio to use for exporting spans | 1.0 | v1.41.0 | +| tracing.propogators | The [propagators](https://opentelemetry.io/docs/specs/otel/context/api-propagators/) to use for tracing (tracecontext, b3, jaeger, etc) | tracecontext, baggage | v1.41.0 | #### Tracing: Jaeger