We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b458ae4 commit 2ee194bCopy full SHA for 2ee194b
content/en/tracing/trace_search_and_analytics/query_syntax.md
@@ -84,7 +84,7 @@ If your tags don't follow [tags best practices][2] and don't use the `key:value`
84
To perform a multi-character wildcard search, use the `*` symbol as follows:
85
86
* `service:web*` matches every trace that has a services starting with `web`
87
-* `@url:data*` matches every trace that has a `url` starting by `data`.
+* `@url:data*` matches every trace that has a `url` starting with `data`.
88
89
### Numerical values
90
0 commit comments