Skip to content

Commit

Permalink
Fixing incorrect description for fileCacheStats.MissCount
Browse files Browse the repository at this point in the history
  • Loading branch information
etgraylog committed Feb 23, 2024
1 parent cbbe4ad commit e80b455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/nodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -1880,7 +1880,7 @@ func NewNodes(logger log.Logger, client *http.Client, url *url.URL, all bool, no
Type: prometheus.GaugeValue,
Desc: prometheus.NewDesc(
prometheus.BuildFQName(namespace, "filecache", "miss_count"),
"file_cache hit count",
"file_cache miss count",
defaultNodeLabels, nil,
),
Value: func(fileCacheStats NodeStatsFileCacheResponse) float64 {
Expand Down

0 comments on commit e80b455

Please sign in to comment.