Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dasiths/opentelemetry_transformer_spike
https://github.com/dasiths/opentelemetry_transformer_spike
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dasiths/opentelemetry_transformer_spike
- Owner: dasiths
- License: mit
- Created: 2024-09-11T16:04:16.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T18:15:53.000Z (4 months ago)
- Last Synced: 2024-09-14T08:56:32.722Z (4 months ago)
- Language: Python
- Size: 757 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenTelemetry Collector: Handling PII data example
## Design
![Design](design.png)
## Filtered backend
![Filtered backend](filtered-backend.png)
- `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
![Unfiltered backend](unfiltered-backend.png)
- Tax File Numbers are redacted from spans and span events.
- All other spans and associated events (logs) are shown.