prometheus: Remove mgmt_process_start_time_seconds metric

That metric is useless as by default the prometheus golang client
provides the `process_start_time_seconds` metric.

This reverts commit 25e2af7c89.
This commit is contained in:
Julien Pivotto
2017-02-14 22:56:12 +01:00
parent ecbaa5bfc1
commit be5040e7a8
3 changed files with 1 additions and 16 deletions

View File

@@ -11,9 +11,6 @@ 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 $?