Application Services

- Overall Status — a single healthy/unhealthy indicator for the system as a whole (for example, Healthy).
- Environment — which environment this status reflects (for example, Dev).
Database

Below that:
- Version — the PostgreSQL version and host platform.
- Connections — Active connections, connections Idle in Transaction, Max Allowed, and overall Utilization.
- Performance — Cache Hit Rate, Long Running Queries, Lock Waits, Temp Files, and Temp Disk Usage.
- Errors — Deadlocks and Rollback Ratio.
- Warnings — any active warnings (for example, high temp file or temp disk usage), each with a short explanation of what’s elevated.
A high Temp Files or Temp Disk Usage figure usually means queries are spilling to disk instead of completing in memory — worth investigating if you see a Warning status here.
OTel Health

Below that:
- Collector — Liveness, Uptime, and the timestamp the collector has been Up Since.
- Pipeline — Pipeline Status, when it was Configured At, the Last Data Received timestamp, the Last Request Date, Days Since Last Data, and whether an Ingest Token is Set.
As explained in the note on this tab: liveness simply means the collector process is alive (its port is open), while pipeline_status confirms data is actually flowing end-to-end — so check pipeline status, not just liveness, to confirm telemetry is really working.
Celery & Redis

- Redis — the broker/cache store, with its response time.
- Celery Broker — the connection to Redis, with its response time.
- Celery Workers — how many workers are online, with response time (flagged as slow if it exceeds normal thresholds).
- Result Backend — task result storage, with its response time.
- Response Latency — a bar chart comparing the latest response time per component (a red bar highlights a slow component, like Celery Workers here).
- Queue Depth — pending tasks per queue (shows “No pending tasks” when the queue is empty).
- Celery Workers table — each active worker’s name, online Status, worker Pool type, Concurrency, Active Tasks, and total Processed task count.
- Redis — version, uptime, connected clients, used memory, and key count.
- Celery Broker & Result Backend — the Broker URL, Result Backend URL, Active Queues, and Pending Tasks.
Keys

The table below lists every key individually:
A large number of Invalid / Expired keys, especially ones sharing the same error, usually points to a token that’s expired or been revoked at the source (e.g. GitHub) rather than an issue with G360 itself — regenerate the token in the provider and reconnect it under Integration.

