opentelemetry-dotnet/docs/logs/redaction
Piotr Kiełkowicz 8df7670dd1
[docs] Nullable annotations (#5900)
2024-10-14 09:09:59 -07:00
..
MyRedactionProcessor.cs [docs] Nullable annotations (#5900) 2024-10-14 09:09:59 -07:00
Program.cs Log correlation/redaction doc improvements (#5262) 2024-01-26 13:45:25 -08:00
README.md Add a separate example project for Logs redaction (#3744) 2022-10-17 11:31:49 -07:00
redaction.csproj [docs] Nullable annotations (#5900) 2024-10-14 09:09:59 -07:00

README.md

Redaction

This example shows how to redact sensitive information from Logs. In this example, we attach a custom Processor called MyRedactionProcessor which is responsible for replacing any instance of the word "<secret>" with the value "newRedactedValueHere".