Modules§
- OpenDAL Observability Layer
Structs§
- Add an extra capability check layer for every operation
- Add concurrent request limit.
- Add an immutable in-memory index for underlying storage services.
- Add log for every operation.
- An opendal layer with local LRU file cache supporting.
- Add prometheus for every operation.
PrometheusLayerBuilder
is a config builder to build aPrometheusLayer
.- Add retry for temporary failed operations.
- Add timeout for every operation to avoid slow or unexpected hang operations.
- Add tracing for every operation.
Traits§
- LoggingInterceptor is used to intercept the log.
- RetryInterceptor is used to intercept while retry happened.
Functions§
- This logical tries to extract parent path from the object storage operation the function also relies on assumption that the region path is built from pattern
<data|index>/catalog/schema/table_id/...
ORgreptimedb/object_cache/<read|write>/...