update metric name
This commit is contained in:
parent
68823aa602
commit
775eb974ab
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ func (c Collector) collect(ch chan<- prometheus.Metric, logger log.Logger) {
|
|||
}
|
||||
|
||||
// TODO: Test or delete
|
||||
serverScoreMetric := prometheus.NewDesc("ntppool_score",
|
||||
serverScoreMetric := prometheus.NewDesc("ntppool_server_score",
|
||||
"Shows the server score currently assigned at ntppool.org",
|
||||
nil, prometheus.Labels{"server": c.target.String()})
|
||||
|
||||
|
|
Loading…
Reference in a new issue