alertmanager/vendor
Simon Pasquier b95b32821f ui: replace deprecated InstrumentHandler() (#1302)
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:

* alertmanager_http_request_duration_seconds (Histogram).
* alertmanager_http_response_size_bytes (Histogram).
* promhttp_metric_handler_requests_in_flight (Gauge).
* promhttp_metric_handler_requests_total (Counter).
2018-03-28 15:28:38 +02:00
..
github.com ui: replace deprecated InstrumentHandler() (#1302) 2018-03-28 15:28:38 +02:00
golang.org/x/net/context *: move to memberlist for clustering 2018-02-08 12:18:44 +01:00
gopkg.in/yaml.v2
vendor.json ui: replace deprecated InstrumentHandler() (#1302) 2018-03-28 15:28:38 +02:00