개요
- Prometheus /api/v1/status/runtimeinfo
# curl -s localhost:9090/api/v1/status/runtimeinfo | jq
{
"status": "success",
"data": {
"startTime": "2021-03-16T10:26:10.25569154Z",
"CWD": "/opt/bitnami/prometheus",
"reloadConfigSuccess": true,
"lastConfigTime": "2021-03-16T10:26:10Z",
"corruptionCount": 0,
"goroutineCount": 27,
"GOMAXPROCS": 4,
"GOGC": "",
"GODEBUG": "",
"storageRetention": "15d"
}
}