Privacy and Security
Last updated
Last updated
slaOS does not perform any hashing or transformation of identifiers - it works with the data exactly as it exists in your Prometheus metrics. If you have privacy concerns about sensitive data, you'll need to handle the hashing in your systems before the data reaches Prometheus.
Here's how the data flows:
Metrics in Prometheus
PromQL Query Configuration
Resulting slaOS JSON Payload
slaOS passes through identifiers exactly as they appear in Prometheus
No hashing or transformation is performed by slaOS
If you need to protect sensitive data, handle the hashing in your systems before it reaches Prometheus
You are responsible for maintaining any mapping between original and hashed identifiers in your secure systems