Skip to content

Commit e6b826f

Browse files
committed
added url to github for the sensitive data processor
1 parent cbde334 commit e6b826f

File tree

1 file changed

+2
-2
lines changed
  • content/en/ninja-workshops/10-advanced-otel/6-sensitive-data

1 file changed

+2
-2
lines changed

content/en/ninja-workshops/10-advanced-otel/6-sensitive-data/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ In this section, you'll learn how to configure the OpenTelemetry Collector to re
99

1010
We'll walk through configuring key processors in the OpenTelemetry Collector, including:
1111

12-
- **Attributes Processor**: Modifies or removes specific span attributes.
13-
- **Redaction Processor**: Ensures sensitive data is sanitized before being stored or transmitted.
12+
- **[Attributes Processor](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/processor/attributesprocessor/README.md)**: Modifies or removes specific span attributes.
13+
- [**Redaction Processor**](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/processor/redactionprocessor/README.md): Ensures sensitive data is sanitized before being stored or transmitted.
1414

1515
{{% notice title="Exercise" style="green" icon="running" %}}
1616

0 commit comments

Comments
 (0)