prometheus/vendor
Simon Pasquier 83325c8d82 web: replace deprecated InstrumentHandler() (#3862)
* web: replace deprecated InstrumentHandler()

This change replaces the deprecated InstrumentHandler function by the
equivalent functions from the promhttp package.

The following metrics are removed:

* http_request_duration_microseconds (Summary).
* http_request_size_bytes (Summary).
* http_requests_total (Counter).

And the following metrics are added instead:

* prometheus_http_request_duration_seconds (Histogram).
* prometheus_http_response_size_bytes (Histogram).
* promhttp_metric_handler_requests_in_flight (Gauge).
* promhttp_metric_handler_requests_total (Counter).

* Update github.com/prometheus/common/route package

* web: refactor using the new prometheus/common/route package
2018-03-21 08:16:16 +00:00
..
github.com web: replace deprecated InstrumentHandler() (#3862) 2018-03-21 08:16:16 +00:00
golang.org/x Check for unused vendored packages (#3892) 2018-03-02 10:20:45 +00:00
google.golang.org vendor: add and update proto/grpc vendoring 2017-07-06 14:38:20 +02:00
gopkg.in vendor: update kingpin 2017-07-27 13:08:20 +02:00
k8s.io Merge branch 'master' into dev-2.0 2017-05-12 13:29:58 +02:00
vendor.json web: replace deprecated InstrumentHandler() (#3862) 2018-03-21 08:16:16 +00:00