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§
Structs§
- General
Source 🔒Metric Defs - Definitions for general metrics about sources that are not specific to the source type.
- Offset
Commit 🔒Metrics - Metrics about committing offsets.
- Source
Metric 🔒Defs - A set of base metrics that hang off a central metrics registry, labeled by the source they belong to.
- Source
Metrics 🔒 - General metrics about sources that are not specific to the source type
- Source
Persist 🔒Sink Metrics - Source-specific metrics used by the
persist_sink