Module opendal::layers::observe

source ·
Expand description

OpenDAL Observability Layer

This module offers essential components to facilitate the implementation of observability in OpenDAL.

§Prometheus Metrics

These metrics are essential for understanding the behavior and performance of our applications.

Metric NameTypeDescriptionLabels
operation_duration_secondsHistogramHistogram of time spent during opendal operationsscheme, namespace, root, operation, path
operation_bytes.HistogramHistogram of the bytes transferred during opendal operationsscheme, operation, root, operation, path
operation_errors_totalCounterError counter during opendal operationsscheme, operation, root, operation, path, error

Structs§

Statics§

Traits§

Functions§

  • Return the path label value according to the given path and level.