이 페이지는 아직 한국어로 제공되지 않습니다. 번역 작업 중입니다. 현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.
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: