Skip to content

Commit

Permalink
chore: add some missing tracing config
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Apr 30, 2024
1 parent 6dc73ee commit fd9ba23
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions configuration/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Check failure on line 386 in configuration/overview.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Flipt.Spelling] Check the spelling of 'tracecontext'. If the spelling is correct, add this word to the spelling exception list. Raw Output: {"message": "[Flipt.Spelling] Check the spelling of 'tracecontext'. If the spelling is correct, add this word to the spelling exception list.", "location": {"path": "configuration/overview.mdx", "range": {"start": {"line": 386, "column": 133}}}, "severity": "ERROR"}

Check failure on line 386 in configuration/overview.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Flipt.Spelling] Check the spelling of 'tracecontext'. If the spelling is correct, add this word to the spelling exception list. Raw Output: {"message": "[Flipt.Spelling] Check the spelling of 'tracecontext'. If the spelling is correct, add this word to the spelling exception list.", "location": {"path": "configuration/overview.mdx", "range": {"start": {"line": 386, "column": 166}}}, "severity": "ERROR"}

#### Tracing: Jaeger

Expand Down

0 comments on commit fd9ba23

Please sign in to comment.