Skip to content

Commit d95c466

Browse files
authored
Update advanced-filtering.md (DataDog#20049)
* Update advanced-filtering.md * Update advanced-filtering.md * Update advanced-filtering.md
1 parent 6da5d9c commit d95c466

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/en/metrics/advanced-filtering.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,10 @@ avg:system.cpu.user{env:prod AND location NOT IN (atlanta,seattle,las-vegas)}
7070

7171
## Wildcard filtered queries
7272

73-
Tag value prefix and suffix wildcard matching is supported:
73+
Tag value prefix, suffix, and infix wildcard matching is supported:
7474
- `pod_name: web-*`
7575
- `cluster:*-trace`
76-
77-
**Note**: Prefix and suffix wildcard matching in the same filter is not supported.
76+
- `node:*-prod-*`
7877

7978
### Wildcard filtered query examples
8079

0 commit comments

Comments
 (0)