opentelemetry-dotnet/docs/logs/redaction
Luiz Lelis fea6793a55
Clean up package version definitions using Directory.Packages.props (#4298)
Co-authored-by: Alan West <3676547+alanwest@users.noreply.github.com>
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
2023-05-09 09:35:05 -07:00
..
MyClassWithRedactionEnumerator.cs Remove unnecessary using statements (#4023) 2022-12-20 11:20:15 -08:00
MyRedactionProcessor.cs [sdk.logging] More consistent handling of StateValues/Attributes (#4334) 2023-04-20 10:23:58 -07:00
Program.cs Add a separate example project for Logs redaction (#3744) 2022-10-17 11:31:49 -07:00
README.md Add a separate example project for Logs redaction (#3744) 2022-10-17 11:31:49 -07:00
redaction.csproj Clean up package version definitions using Directory.Packages.props (#4298) 2023-05-09 09:35:05 -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".