Skip to content

Commit

Permalink
Update docs/sources/tempo/traceql/_index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
knylander-grafana authored Feb 6, 2025
1 parent 0f9931f commit 482ebfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/tempo/traceql/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ It's a convenient request to identify misconfigurations and leaks across product
TraceQL automatically queries data contained in arrays.
Support for arrays is available in vParquet4 and on.

If `span.foo` is an array and contains the value `bar`, then it will be found by this query.
If `span.foo` is an array and contains the value `bar`, then it will be found by this query.

```
{ span.foo = "bar" }
Expand Down

0 comments on commit 482ebfc

Please sign in to comment.