diff --git a/docs/sources/tempo/api_docs/_index.md b/docs/sources/tempo/api_docs/_index.md index 88318fa66bf..bd17b2069fc 100644 --- a/docs/sources/tempo/api_docs/_index.md +++ b/docs/sources/tempo/api_docs/_index.md @@ -363,7 +363,7 @@ Parameters: - `limit = (integer)` Optional. Limits the maximum number of tags values. - `maxStaleValues = (integer)` - Optional. Limits the search for tags names. If the number of stale (already known) values reaches or exceeds this limit, the search stops. + Optional. Limits the search for tags names. If the number of stale (already known) values reaches or exceeds this limit, the search stops. i.e. If Tempo processes `maxStaleValues` matches without finding a new tag name, the search is returned early. ### Search tags V2