codegraph anonymous-telemetry ingest — self-hosted (quetta). This is a self-hosted port of the upstream public endpoint. The allowlist and storage schema mirror colbymchenry/codegraph :: telemetry-worker/ one-for-one. No code, file paths, repo/file/symbol names, or query strings are ever sent. The client IP is never read or stored. machine_id is a random UUID the client mints locally (~/.codegraph/telemetry.json) and can delete at any time. Events are stored in our own SQLite database on subdeal-server and are never forwarded anywhere. Raw events are retained indefinitely at this fleet size. Point a client here with: CODEGRAPH_TELEMETRY_ENDPOINT=/v1/events Disable entirely with: codegraph telemetry off | CODEGRAPH_TELEMETRY=0 | DO_NOT_TRACK=1