Module store
Source - CounterGuard ๐
- A guard that increments a counter when dropped.
- InstrumentedAsyncRead ๐
- A wrapper around [
AsyncRead] that adds instrumentation for monitoring - InstrumentedAsyncWrite ๐
- A wrapper around [
AsyncWrite] that adds instrumentation for monitoring - InstrumentedRangeReader ๐
- Implements
RangeReader for ObjectStore and record metrics. - InstrumentedStore ๐
- A wrapper around [
ObjectStore] that adds instrumentation for monitoring
metrics such as bytes read, bytes written, and the number of seek operations.