Skip to content

Commit e80b455

Browse files
committed
Fixing incorrect description for fileCacheStats.MissCount
1 parent cbbe4ad commit e80b455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/nodes.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1880,7 +1880,7 @@ func NewNodes(logger log.Logger, client *http.Client, url *url.URL, all bool, no
18801880
Type: prometheus.GaugeValue,
18811881
Desc: prometheus.NewDesc(
18821882
prometheus.BuildFQName(namespace, "filecache", "miss_count"),
1883-
"file_cache hit count",
1883+
"file_cache miss count",
18841884
defaultNodeLabels, nil,
18851885
),
18861886
Value: func(fileCacheStats NodeStatsFileCacheResponse) float64 {

0 commit comments

Comments
 (0)