mirror of
https://github.com/prometheus/alertmanager
synced 2024-12-14 18:36:52 +00:00
b95b32821f
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). |
||
---|---|---|
.. | ||
alecthomas | ||
armon/go-metrics | ||
beorn7/perks/quantile | ||
cenkalti/backoff | ||
cespare/xxhash | ||
davecgh/go-spew | ||
go-kit/kit | ||
go-logfmt/logfmt | ||
go-stack/stack | ||
gogo/protobuf | ||
golang/protobuf | ||
hashicorp | ||
julienschmidt/httprouter | ||
kr/logfmt | ||
kylelemons/godebug | ||
matttproud/golang_protobuf_extensions/pbutil | ||
miekg/dns | ||
nicksnyder/go-i18n | ||
oklog | ||
pelletier | ||
pkg/errors | ||
pmezard/go-difflib | ||
prometheus | ||
satori/go.uuid | ||
sean-/seed | ||
stretchr/testify |