Module mz_storage::metrics::source
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.
Modules§
- Metrics for Kafka consumption.
- Metrics for MySQL.
- Metrics for Postgres.
Structs§
- Definitions for general metrics about sources that are not specific to the source type.
- Metrics about committing offsets.
- A set of base metrics that hang off a central metrics registry, labeled by the source they belong to.
- General metrics about sources that are not specific to the source type
- Source-specific metrics used by the
persist_sink