mirror of
https://github.com/openfaas/faas.git
synced 2025-06-23 07:13: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
8
gateway/vendor/github.com/prometheus/client_golang/CONTRIBUTING.md
generated
vendored
8
gateway/vendor/github.com/prometheus/client_golang/CONTRIBUTING.md
generated
vendored
@ -2,9 +2,9 @@
|
||||
|
||||
Prometheus uses GitHub to manage reviews of pull requests.
|
||||
|
||||
* If you have a trivial fix or improvement, go ahead and create a pull
|
||||
request, addressing (with `@...`) one or more of the maintainers
|
||||
(see [AUTHORS.md](AUTHORS.md)) in the description of the pull request.
|
||||
* If you have a trivial fix or improvement, go ahead and create a pull request,
|
||||
addressing (with `@...`) the maintainer of this repository (see
|
||||
[MAINTAINERS.md](MAINTAINERS.md)) in the description of the pull request.
|
||||
|
||||
* If you plan to do something more involved, first discuss your ideas
|
||||
on our [mailing list](https://groups.google.com/forum/?fromgroups#!forum/prometheus-developers).
|
||||
@ -16,3 +16,5 @@ Prometheus uses GitHub to manage reviews of pull requests.
|
||||
and the _Formatting and style_ section of Peter Bourgon's [Go: Best
|
||||
Practices for Production
|
||||
Environments](http://peter.bourgon.org/go-in-production/#formatting-and-style).
|
||||
|
||||
* Be sure to sign off on the [DCO](https://github.com/probot/dco#how-it-works)
|
||||
|
Reference in New Issue
Block a user