Module dataflow::source::metrics[][src]

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

The base metrics set for the kinesis module.

The base metrics set for the s3 module.

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