Expand description

Providing Layer trait and its implementations.

Available Layers

  • LoggingLayer: Add logging for OpenDAL.
  • MetricsLayer: Add metrics for OpenDAL, requires feature layers-metrics
  • RetryLayer: Add retry for OpenDAL, requires feature layers-retry
  • TracingLayer: Add tracing for OpenDAL, requires feature layers-tracing

Structs

LoggingLayer will add logging for OpenDAL.

MetricsLayer will add metrics for OpenDAL.

RetryLayer will add retry for OpenDAL.

TracingLayer will add tracing for OpenDAL.

Traits

Layer is used to intercept the operations on the underlying storage.