summaryrefslogtreecommitdiffstats
path: root/routers/metrics.go
Commit message (Collapse)AuthorAgeFilesLines
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-2/+2
| | | Signed-off-by: Tamal Saha <tamal@appscode.com>
* routers: do not leak secrets via timing side channel (#7364)leonklingele2019-07-061-1/+5
| | | | | | * routers: do not leak secrets via timing side channel * routers/repo: do not leak secrets via timing side channel
* Fix metrics auth token detection (#6006)Paul2019-02-091-1/+1
| | | Signed-off-by: Pauls Barkans <paulsb@gmail.com>
* Prometheus endpoint (#5256)Stanislav2018-11-041-0/+30
* 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