Skip to content

Commit

Permalink
metric about kv file level fix (#11474)
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov authored Aug 4, 2024
1 parent 1522434 commit faa564e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erigon-lib/state/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ var (

var (
mxsKVGet = map[string][]metrics.Summary{
"account": {
"accounts": {
metrics.GetOrCreateSummary(`kv_get{level="L0",domain="account"}`),
metrics.GetOrCreateSummary(`kv_get{level="L1",domain="account"}`),
metrics.GetOrCreateSummary(`kv_get{level="L2",domain="account"}`),
Expand Down

0 comments on commit faa564e

Please sign in to comment.