Observability Portal
API keys
Keys
an app sends with an ingest key; readers use a read key| Name | Key | Scope | Created | Last used | By | |
|---|---|---|---|---|---|---|
| acme-api production | gau_live_7f3a… | ingest | 40d ago | 2s ago | Muhammad Qazi | |
| acme-api staging | gau_test_2c91… | ingest | 40d ago | 3h ago | Muhammad Qazi | |
| grafana read-only | gau_live_e0b4… | read | 12d ago | 15m ago | Ada Lovelace |
Connect an app
two lines in the environment; the library does the rest# .env OBSERVE_URL=https://ingest.gauge.gorbital.dev OBSERVE_KEY=gau_live_7f3a… # the app already exports OpenTelemetry through modules/telemetry; # requests, SQL, jobs, mail and errors arrive with their request IDs.