This product is not supported for your selected Datadog site. ().
Overview
When you add a processor to a pipeline, you can filter metrics (PREVIEW indicates an early access version of a major product or feature that you can opt into before its official release.Glossary) to only process a defined subset. This document goes over the following information:
If you want to match metrics tags that contain the special character ! , use the attribute search syntax: tags:*\:!*.
Search for a tag that contains special characters
Searching for a tag that contains special characters requires escaping or double quotes. For example, to search for a tag service with the value web-store, use one of the following search syntaxes:
tags:service\:web\-store
tags:service\:"web-store"
Match a single special character
To match a single special character or space, use the ? wildcard. For example, the search syntax: "tags:service\:web?store" matches metrics with either of these tags:
service:"web store"
service:"web-store"
Examples
To learn how to escape special characters in a tag search, let’s look at a metric example: