Skip to content

Commit

Permalink
Update docs/sources/tempo/api_docs/_index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
  • Loading branch information
rubenvp8510 and knylander-grafana authored Jan 16, 2024
1 parent a8684b9 commit 5009706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sources/tempo/api_docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5009706

Please sign in to comment.