mirror of
https://github.com/sot-tech/mochi.git
synced 2026-07-20 06:58:10 -07:00
Merge pull request #284 from jzelinskie/promaf
prometheus: record IP AddressFamily
This commit is contained in:
@@ -28,7 +28,7 @@ var promGCDurationMilliseconds = prometheus.NewHistogram(prometheus.HistogramOpt
|
||||
|
||||
var promInfohashesCount = prometheus.NewGauge(prometheus.GaugeOpts{
|
||||
Name: "chihaya_storage_infohashes_count",
|
||||
Help: "The number of Infohashes tracked",
|
||||
Help: "The number of infohashes tracked",
|
||||
})
|
||||
|
||||
// recordGCDuration records the duration of a GC sweep.
|
||||
|
||||
Reference in New Issue
Block a user