From 5009706a416768910dd9f6e2d9af17cc525c2ac1 Mon Sep 17 00:00:00 2001 From: Ruben Vargas Date: Tue, 16 Jan 2024 09:44:47 -0600 Subject: [PATCH] Update docs/sources/tempo/api_docs/_index.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> --- docs/sources/tempo/api_docs/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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