Merge pull request #284 from jzelinskie/promaf

prometheus: record IP AddressFamily
This commit is contained in:
Jimmy Zelinskie
2017-02-03 11:45:56 -05:00
committed by GitHub
3 changed files with 36 additions and 12 deletions
+1 -1
View File
@@ -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.