Module instrumented

Module instrumented 

Source

Structs§

InstrumentedObjectStore
Wrapped ObjectStore instances that record information for reporting on the usage of the inner ObjectStore
InstrumentedObjectStoreRegistry
Provides access to InstrumentedObjectStore instances that record requests for reporting
RequestDetails
Holds profiling details about individual requests made through an InstrumentedObjectStore
RequestSummaries
Summary statistics for all requests recorded in an InstrumentedObjectStore
RequestSummary
Summary statistics for a particular type of Operation (e.g. GET or PUT) in an InstrumentedObjectStore’s RequestDetails

Enums§

InstrumentedObjectStoreMode
The profiling mode to use for an InstrumentedObjectStore instance. Collecting profiling data will have a small negative impact on both CPU and memory usage. Default is Disabled
Operation
Object store operation types tracked by InstrumentedObjectStore