zh:remove controlling-what-the-sidecar-reports.md (#11806)

This commit is contained in:
Michael 2022-09-07 03:12:31 +08:00 committed by GitHub
parent 75fb0cc068
commit 76d604514f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
---
title: 如何控制 sidecar 上报数据?
weight: 20
---
有时会对访问的特定 URL 排除在上报之外,这样做是有用的。例如,你可能希望把健康检测的 URL 剔除。可以配置使用 `match` 语法来跳过匹配到的 URL 上报,比如:
{{< text yaml >}}
match: source.name != "health"
{{< /text >}}