Expand description
Utilities related to metrics.
Structs§
- Backpressure
Metrics - Metrics for the
persist_sourcebackpressure operator, summed over every instance of the operator in the process. Like SinkMetrics, these belong to a dataflow operator rather than the client, but the client owns the only registry the operator can reach. - Metrics
- Prometheus monitoring metrics.
- Sink
Metrics - Metrics for the persist sink. (While this lies slightly outside the usual abstraction boundary of the client, it’s convenient to manage them together.
- Sink
Worker Metrics - Metrics for the persist sink that are labeled per-worker.
Enums§
- Update
Delta - Represents a change in a number of updates kept in a data structure (e.g., a buffer length or capacity change).
Functions§
- encode_
ts_ metric - Encode a frontier into an i64 acceptable for use in metrics.