"indexer" namespace for metrics

This commit is contained in:
Roy Crihfield 2020-11-20 17:14:11 +08:00
parent 0b70abc395
commit 300dae68e5

View File

@ -8,7 +8,7 @@ import (
) )
const ( const (
indexerNamespace = "ipld_eth_indexer" // FIXME: "statediff"? indexerNamespace = "indexer"
) )
// Build a fully qualified metric name // Build a fully qualified metric name