Skip to content

Commit 1e10216

Browse files
authored
Update docs/send-data/opentelemetry-collector/remote-management/processing-rules/include-and-exclude-rules.md
1 parent 217f338 commit 1e10216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/send-data/opentelemetry-collector/remote-management/processing-rules/include-and-exclude-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Use include and exclude processing rules to specify what kind of da
77

88
import useBaseUrl from '@docusaurus/useBaseUrl';
99

10-
You can use include and exclude processing rules to define which data is sent to Sumo Logic using the OpenTelemetry Collector. These rules internally utilize the [filter processor](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/filterprocessor) to filter the data.
10+
You can use include and exclude processing rules to define which data is sent to Sumo Logic using the OpenTelemetry Collector. These rules internally utilize the [filter processor](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/filterprocessor) to filter the data.
1111

1212
* An exclude rule functions as a denylist filter, ensuring that matching data is not sent to Sumo Logic.
1313
* An include rule functions as an allowlist filter, ensuring that only matching data is sent to Sumo Logic.

0 commit comments

Comments
 (0)