This page is written in plain English, not legalese — it’s the short, honest version of how simpletel handles your data and what you can expect from it.
What simpletel is
simpletel is an OpenTelemetry-native trace, log, and metric store. Your app sends OpenTelemetry data; simpletel stores it and lets you query it from the terminal or the browser.
What simpletel stores
- Telemetry you send. Traces (spans, events, links), logs, and metrics that your app exports, grouped under a team. The contents are whatever your instrumentation sends — service name, span names, attributes.
- Team scoping. Everything is keyed to the team id your app
sends as the
x-simpletel-teamheader (or gRPC metadata) — the ingest key. A signed-in user sees only the teams they own, never anyone else’s. - Sign-in data. When you sign in with GitHub we store your GitHub login and numeric id. Your user token is stored only as a hash — the raw token is shown once, when it’s minted — and signing out revokes it server-side.
- Retention. Each team has a retention window (30 days by default); records older than it are deleted automatically.
Who can see your data
- You. Only the signed-in owner can read a team’s data. The browser dashboard and the query API both enforce that per-team scoping.
- The operator. simpletel is run by a small operator who may access data when needed to keep the service running, enforce acceptable use, respond to abuse, or honour deletion requests. Your data is not shared, sold, or used to advertise to you.
Service posture
simpletel is a free preview. There is no SLA: things may change, slow down, or go away. It’s meant to be genuinely useful — treat it accordingly.
Acceptable use
Don’t use simpletel for anything harmful: illegal content, spam, or attacking third parties. The operator may disable teams that are used unreasonably.
Deleting your data
Email support@simpletel.dev to delete an account or purge a team’s data. The operator’s runbook covers account deletion and acceptable-use enforcement; backups are kept for a ~72-hour carve-out, and data is purged on request after that.
Questions
Reach the operator at support@simpletel.dev.