Privacy and Security
End-to-End Data Flow with PII Handling
Data hashing & transformation# Prometheus metrics (with sensitive data)
api_requests_total{
customer_id="super_secret_user", # Sensitive data
endpoint="/api/v1/users"
} 150queries:
- query: 'sum by (customer_id, endpoint) (rate(api_requests_total[5m]))'
step:
value: 60
unit: "s"
slaos_metric_name: "request_rate"
organization_identifier: "customer_id"
# In filters config:
filters:
version: 1
fields:
- name: "customer_id" # This tells the parser to reference customer_id label
hash: true # Hashes customer_id labels
Key Points
Last updated

