Runtime snapshot
Runtime snapshot
Returns a cheap Go-runtime snapshot for incident triage (goroutine count, GC cycles, heap bytes). No tenant or high-cardinality data. Unauthenticated.
GET
Runtime snapshot
Response
200 - application/json
The runtime snapshot.
The Go runtime version.
Example:
"go1.26.5"
The current goroutine count.
Example:
42
The number of completed GC cycles.
Example:
17
Heap bytes currently allocated.
Example:
8388608
The number of logical CPUs available.
Example:
8

