prometheus: Add mgmt_process_start_time_seconds metric
This commit is contained in:
@@ -11,6 +11,9 @@ curl 127.0.0.1:9233/metrics | grep "^etcd_server_has_leader 1"
|
||||
# Check that go metrics are loaded
|
||||
curl 127.0.0.1:9233/metrics | grep "^go_goroutines [0-9]\+"
|
||||
|
||||
# Check mgmt_process_start_time_seconds
|
||||
curl 127.0.0.1:9233/metrics | grep "^mgmt_process_start_time_seconds [0-9]\+"
|
||||
|
||||
killall -SIGINT mgmt # send ^C to exit mgmt
|
||||
wait $pid # get exit status
|
||||
exit $?
|
||||
|
||||
Reference in New Issue
Block a user