mirror of
https://github.com/openfaas/faas.git
synced 2025-06-22 06:43:23 +00:00
Bump Prometheus client version
- updates the Prometheus go client version and switches to the promhttp handler to avoid conflicts with the new system-level metrics. Tested with Docker Swarm locally - no conflicts and new metrics were gathered. Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
This commit is contained in:
committed by
Alex Ellis
parent
64a3f4e495
commit
e9cf708cb5
12
gateway/vendor/github.com/prometheus/client_golang/go.mod
generated
vendored
Normal file
12
gateway/vendor/github.com/prometheus/client_golang/go.mod
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
module github.com/prometheus/client_golang
|
||||
|
||||
require (
|
||||
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
|
||||
github.com/golang/protobuf v1.2.0
|
||||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
||||
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
|
||||
github.com/prometheus/common v0.0.0-20181126121408-4724e9255275
|
||||
github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a
|
||||
golang.org/x/net v0.0.0-20181201002055-351d144fa1fc
|
||||
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect
|
||||
)
|
Reference in New Issue
Block a user