Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dasiths/opentelemetry_transformer_spike


https://github.com/dasiths/opentelemetry_transformer_spike

Last synced: about 1 month ago
JSON representation

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.