API keys
Used by the Peekr SDK's HTTPExporter to authenticate span ingestion.
No live keys in the demo
When you sign in, mint a pk_live_ key here and copy it into your SDK config. The plaintext is shown exactly once; only a sha256 hash is stored.
Retention
Per-retention_class TTL. Set tags on spans via session(retention_class='...') in the SDK.
| Class | TTL | Use for |
|---|---|---|
| short | 24 hours | Verbose / debug traces |
| defaultdefault | 30 days | Everyday production traffic |
| long | 1 year | Audit-grade / compliance evidence |
| pii | Never | Drop on ingest |