diff --git a/docs/topics/Config-options.md b/docs/topics/Config-options.md index 2a125590e5..e44111289c 100644 --- a/docs/topics/Config-options.md +++ b/docs/topics/Config-options.md @@ -345,6 +345,16 @@ seconds higher than the queryCon to allow for aggregation post-processing to occur. +### 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: