Skip to content

Commit 300dae6

Browse files
committed
"indexer" namespace for metrics
1 parent 0b70abc commit 300dae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

statediff/indexer/metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
)
99

1010
const (
11-
indexerNamespace = "ipld_eth_indexer" // FIXME: "statediff"?
11+
indexerNamespace = "indexer"
1212
)
1313

1414
// Build a fully qualified metric name

0 commit comments

Comments
 (0)