Skip to content

Commit 2419517

Browse files
committed
added url to github for filer processor in drop spans
1 parent f0c947b commit 2419517

File tree

1 file changed

+1
-1
lines changed
  • content/en/ninja-workshops/10-advanced-otel/5-dropping-spans

1 file changed

+1
-1
lines changed

content/en/ninja-workshops/10-advanced-otel/5-dropping-spans/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ time: 10 minutes
55
weight: 5
66
---
77

8-
In this section, we will explore how to use the **Filter Processor** to selectively drop spans based on certain conditions.
8+
In this section, we will explore how to use the [**Filter Processor**](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/processor/filterprocessor/README.md) to selectively drop spans based on certain conditions.
99

1010
Specifically, we will drop traces based on the span name, which is commonly used to filter out unwanted spans such as health checks or internal communication traces. In this case, we will be filtering out spans whose name is `"/_healthz"`, typically associated with health check requests and usually are quite "**noisy**".
1111

0 commit comments

Comments
 (0)