mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-11-08 02:04:33 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| internal | ||
| promhttp | ||
| collector.go | ||
| counter.go | ||
| desc.go | ||
| doc.go | ||
| expvar_collector.go | ||
| fnv.go | ||
| gauge.go | ||
| go_collector.go | ||
| histogram.go | ||
| http.go | ||
| labels.go | ||
| metric.go | ||
| observer.go | ||
| process_collector.go | ||
| registry.go | ||
| summary.go | ||
| timer.go | ||
| untyped.go | ||
| value.go | ||
| vec.go | ||
| wrap.go | ||