Masking
Protect your sensitive information from traces using the masking feature
Masking allows you to automatically redact or transform sensitive data in your traces before they’re sent to the observatory. Masking is essential for several reasons:
To implement masking, you need to define a masking function and configure the trace manager to use it.
The masking function is automatically applied to:
Since the masking function is applied to an observed function’s inputs, outputs, and span attributes, it must handle the various data types defined for each field as necessary.