Returns runtime info
GET {{baseUrl}}/status/runtimeinfo
The following endpoint returns various runtime information properties about the Prometheus server
The returned values are of different types, depending on the nature of the runtime property
NOTE: The exact returned runtime properties may change without notice between Prometheus versions.
New in v2.14
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":"success","data":{"startTime":"2019-11-02T16:23:59.301Z","CWD":"/","reloadConfigSuccess":true,"lastConfigTime":"2019-11-02T16:23:59.000Z","timeSeriesCount":873,"corruptionCount":0,"goroutineCount":48,"GOMAXPROCS":4,"GOGC":"","GODEBUG":"","storageRetention":"15d"}}