Skip to content

Commit

Permalink
add zipkinDefaultMaxSpans to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
autata committed Dec 6, 2024
1 parent 0b8a9d8 commit 685631d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/topics/Config-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,16 @@ seconds higher than the <a href="Config-options.md#defaultquerytimeout">queryCon
to allow for aggregation post-processing to occur.
</tip>

### zipkinDefaultMaxSpans

```yaml
queryConfig:
zipkinDefaultMaxSpans: 25000
```

Max spans that the zipkin endpoint will return when the API call does not include `maxSpans`. Traces with more than
this amount of spans will be truncated.

### managerConnectString
```yaml
queryConfig:
Expand Down

0 comments on commit 685631d

Please sign in to comment.