Module mz_storage::source::metrics

source ·
Expand description

“Base” metrics used by all dataflow sources.

We label metrics by the concrete source that they get emitted from (which makes these metrics in-eligible for ingestion by third parties), so that means we have to register the metric vectors to the registry once, and then generate concrete instantiations of them for the appropriate source.

Structs

  • A set of base metrics that hang off a central metrics registry, labeled by the source they belong to.