diff --git a/docs/sources/tempo/api_docs/_index.md b/docs/sources/tempo/api_docs/_index.md index 1f7b7655bf1..50cafc145a8 100644 --- a/docs/sources/tempo/api_docs/_index.md +++ b/docs/sources/tempo/api_docs/_index.md @@ -391,9 +391,9 @@ $ curl -G -s http://localhost:3200/api/search/tag/service.name/values | jq Parameters: - `start = (unix epoch seconds)` - Optional. Along with `end` define a time range from which tags should be returned. + Optional. Along with `end`, defines a time range from which tags should be returned. - `end = (unix epoch seconds)` - Optional. Along with `start` define a time range from which tags should be returned. Providing both `start` and `end` will include blocks for the specified time range only. + Optional. Along with `start`, defines a time range from which tags should be returned. Providing both `start` and `end` will include blocks for the specified time range only. ### Search tag values V2