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 6f95640 commit 5571080
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/sources/tempo/api_docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,12 +291,12 @@ $ curl -G -s http://localhost:3200/api/search/tags?scope=span | jq
Parameters:
- `scope = (resource|span|intrinsic)`
Specifies the scope of the tags, this is an optional parameter, if not specified it means all scopes.
Optional. Specifies the scope of the tags. If not specified, it means all scopes.
Default = `all`
- `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 tags V2
Expand Down

0 comments on commit 5571080

Please sign in to comment.