Crate risingwave_common_metrics

Source

Modules§

error_metrics 🔒
gauge_ext 🔒
guarded_metrics 🔒
metrics 🔒
monitor
relabeled_metric 🔒

Macros§

register_gauge_vec
register_guarded_gauge_vec_with_registry
register_guarded_histogram_vec_with_registry
register_guarded_int_counter_vec_with_registry
register_guarded_int_gauge_vec_with_registry
register_guarded_uint_gauge_vec_with_registry
register_uint_gauge_vec_with_registry

Structs§

ErrorMetric
ErrorMetrics
Metrics for counting errors in the system. The detailed error messages are not supposed to be stored in the metrics, but in the logs.
ErrorMetricsCollector
LabelGuardedMetric
LabelGuardedMetricVec
An RAII metrics vec with labels.
MetricsLayer
MetricsLayer is a struct used for monitoring the frequency of certain specific logs and counting them using Prometheus metrics. Currently, it is used to monitor the frequency of retry occurrences of aws sdk.
RelabeledMetricVec
For all Relabeled*Vec below,
TrAdderAtomic

Enums§

MetricLevel

Statics§

GLOBAL_ERROR_METRICS

Traits§

IntGaugeExt
MetricVecRelabelExt
MetricWithLocal
UintGaugeExt

Functions§

__extract_counter_builder
__extract_gauge_builder
__extract_histogram_builder
get_label
get_label_infallible
monitor_errors

Type Aliases§

ErrorMetricRef
LabelGuardedGauge
LabelGuardedGaugeVec
LabelGuardedHistogram
LabelGuardedHistogramVec
LabelGuardedIntCounter
LabelGuardedIntCounterVec
LabelGuardedIntGauge
LabelGuardedIntGaugeVec
LabelGuardedLocalHistogram
LabelGuardedLocalIntCounter
LabelGuardedUintGauge
LabelGuardedUintGaugeVec
RelabeledCounterVec
RelabeledGuardedHistogramVec
RelabeledGuardedIntCounterVec
RelabeledGuardedIntGaugeVec
CAUTION! Relabelling a Gauge might cause expected result!
RelabeledHistogramVec
TrAdderGauge
UintGauge
The integer version of [prometheus::Gauge]. Provides better performance if metric values are all unsigned integers.
UintGaugeVec
VecBuilderOfCounter
VecBuilderOfGauge
VecBuilderOfHistogram