Skip to content

Commit

Permalink
other(metrics): make cache hit ratio metric name consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrus committed Apr 13, 2022
1 parent 7468b46 commit 5343d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/backend_cache.go
Expand Up @@ -39,7 +39,7 @@ var (
)
metricCacheHitRatio = promauto.NewGaugeVec(
prometheus.GaugeOpts{
Name: "oasis_emerald_web3_cache_hit_ratio",
Name: "oasis_emerald_web3_gateway_cache_hit_ratio",
Help: "Percent of Hits over all accesses (Hits + Misses).",
},
[]string{"cache"},
Expand Down

0 comments on commit 5343d1e

Please sign in to comment.