forgejo/vendor/github.com/prometheus/client_golang/prometheus
Stanislav 078c404c3b Prometheus endpoint (#5256)
* Add prometheus collector and route

* dep ensure -add github.com/prometheus/client_golang/prometheus

* dep ensure -update github.com/golang/protobuf

* add metrics to reserved usernames

* add comment head in metrics package

* fix style imports

* add metrics settings

* add bearer token check

* mapping metrics configs

* fix lint

* update config cheat sheet

* update conf sample, typo fix
2018-11-04 22:20:00 -05:00
..
internal Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
promhttp Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
collector.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
counter.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
desc.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
doc.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
expvar_collector.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
fnv.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
gauge.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
go_collector.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
histogram.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
http.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
labels.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
metric.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
observer.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
process_collector.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
registry.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
summary.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
timer.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
untyped.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
value.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
vec.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00
wrap.go Prometheus endpoint (#5256) 2018-11-04 22:20:00 -05:00