Skip to content

Commit

Permalink
Fix metrics help text
Browse files Browse the repository at this point in the history
  • Loading branch information
kacpersaw committed Sep 3, 2024
1 parent 332afa5 commit 382f6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/cache/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var (
LastUpdated = prometheus.NewGaugeVec(
prometheus.GaugeOpts{
Name: "explorer_cache_last_updated",
Help: "The last time the cache was updated, labeled by endpoint and id",
Help: "The last time the cache was updated, labeled by endpoint",
},
[]string{"endpoint"},
)
Expand Down

0 comments on commit 382f6bb

Please sign in to comment.