package metrics
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- metrics
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class MeteredTransactionDB(store: String, transactionalDb: TransactionDB) extends TransactionDB with Product with Serializable
Value Members
- def rocksdbFailure(store: String, operation: String): ZIOAspect[Nothing, Any, Nothing, Any, Nothing, Any]
- def rocksdbLatency(store: String, operation: String): ZIOAspect[Nothing, Any, Nothing, Any, Nothing, Any]
- def rocksdbSuccess(store: String, operation: String): ZIOAspect[Nothing, Any, Nothing, Any, Nothing, Any]