distribution/vendor/github.com/prometheus/client_golang/prometheus
tifayuki e3c37a46e2 Add Prometheus Metrics
at the first iteration, only the following metrics are collected:

  - HTTP metrics of each API endpoint
  - cache counter for request/hit/miss
  - histogram of storage actions, including:
    GetContent, PutContent, Stat, List, Move, and Delete

Signed-off-by: tifayuki <tifayuki@gmail.com>
2018-02-09 14:27:51 -08:00
..
promhttp Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
collector.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
counter.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
desc.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
doc.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
expvar_collector.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
fnv.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
gauge.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
go_collector.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
histogram.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
http.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
labels.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
metric.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
observer.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
process_collector.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
README.md Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
registry.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
summary.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
timer.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
untyped.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
value.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
vec.go Add Prometheus Metrics 2018-02-09 14:27:51 -08:00

See go-doc.