Add a /metrics endpoint for the server
This is for prometheus integration Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
parent
4310e6d86f
commit
0e1452a4ec
79 changed files with 12803 additions and 7 deletions
|
@ -57,7 +57,7 @@ golang.org/x/sys 4cd6d1a821c7175768725b55ca82f14683a29ea4
|
|||
golang.org/x/text f72d8390a633d5dfb0cc84043294db9f6c935756
|
||||
github.com/kr/pty v1.0.0
|
||||
github.com/gogo/protobuf v0.3
|
||||
github.com/golang/protobuf 8ee79997227bf9b34611aee7946ae64735e6fd93
|
||||
github.com/golang/protobuf 748d386b5c1ea99658fd69fe9f03991ce86a90c1
|
||||
github.com/coreos/go-systemd v14
|
||||
github.com/coreos/pkg v3
|
||||
github.com/golang/groupcache b710c8433bd175204919eb38776e944233235d03
|
||||
|
@ -71,3 +71,9 @@ github.com/godbus/dbus v4.0.0
|
|||
github.com/urfave/cli v1.19.1
|
||||
github.com/vbatts/tar-split v0.10.1
|
||||
github.com/renstrom/dedent v1.0.0
|
||||
github.com/prometheus/client_golang v0.8.0
|
||||
github.com/prometheus/procfs e645f4e5aaa8506fc71d6edbc5c4ff02c04c46f2
|
||||
github.com/prometheus/common 61f87aac8082fa8c3c5655c7608d7478d46ac2ad
|
||||
github.com/prometheus/client_model 6f3806018612930941127f2a7c6c453ba2c527d2
|
||||
github.com/matttproud/golang_protobuf_extensions v1.0.0
|
||||
github.com/beorn7/perks 4c0e84591b9aa9e6dcfdf3e020114cd81f89d5f9
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue