Structsยง
- Bundle of arguments for setting up an indexer cluster (an Indexer and its associated Metrics service). This struct is offered as a convenience for the common case of parsing command-line arguments for a binary running a standalone indexer and its metrics service.
- An IndexerCluster combines an Indexer with a MetricsService and a tracing subscriber (outputting to stderr) to provide observability. It is a useful starting point for an indexer binary.