https://github.com/dasiths/opentelemetry_transformer_spike
https://github.com/dasiths/opentelemetry_transformer_spike
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dasiths/opentelemetry_transformer_spike
- Owner: dasiths
- License: mit
- Created: 2024-09-11T16:04:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-02T06:09:11.000Z (over 1 year ago)
- Last Synced: 2025-01-24T11:12:23.489Z (over 1 year ago)
- Language: Python
- Size: 769 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenTelemetry Collector: Handling PII data example
## Design

## Filtered backend

- `known-span-with-sensitive-attributes` span's `user` attribute value is redacted.
- Names and attributes of spans or span events with `"has_pii": "true"` attribute is redacted.
- `known-sensitive-span` span attributes and events are redacted.
- Tax File Numbers are redacted from spans and span events.
## Unfiltered backend

- Tax File Numbers are redacted from spans and span events.
- All other spans and associated events (logs) are shown.