pub const METRICS_PREFIX: &str = "rpc_store_indexer";Expand description
Metrics prefix used for both the framework indexer and the
underlying ingestion service. Surfaced as a constant so the
prefix is consistent across the metrics built in Indexer::new
and the ones the standalone-binary entry point builds when it
constructs the IngestionClient / IngestionService from
ClientArgs.