Skip to content

Commit

Permalink
[release-v2.4] Remove incorrect query (#3608)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8a50f80)

Co-authored-by: Kim Nylander <[email protected]>
  • Loading branch information
github-actions[bot] and knylander-grafana committed Apr 25, 2024
1 parent 36c93ab commit 6e829b5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/sources/tempo/traceql/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,10 +337,7 @@ TraceQL supports arbitrary arithmetic in your queries. This can be useful to mak
```
{ span.http.request_content_length > 10 * 1024 * 1024 }
```
to compare the ratios of two span attributes:
```
{ span.bytes_processed < span.jobs_processed * 10 }
```

or anything else that comes to mind.

## Selection
Expand Down

0 comments on commit 6e829b5

Please sign in to comment.