class VerificationMetrics
Defined at line 23 of file ../../src/storage/blobfs/metrics/verification_metrics.h
The |VerificationMetrics| class tracks blobfs metrics related to Merkle verification of blobs,
both on blob reads and on blob writes.
This class is thread-safe.
Public Methods
void Increment (uint64_t data_size, uint64_t merkle_size, fs::Duration duration)
Increments aggregate information about Merkle verification of blobs since mounting.
Defined at line 14 of file ../../src/storage/blobfs/metrics/verification_metrics.cc
Snapshot Get ()
Returns a snapshot of the metrics.
Defined at line 23 of file ../../src/storage/blobfs/metrics/verification_metrics.cc
void VerificationMetrics ()
Defined at line 25 of file ../../src/storage/blobfs/metrics/verification_metrics.h
void VerificationMetrics (const VerificationMetrics & )
Defined at line 26 of file ../../src/storage/blobfs/metrics/verification_metrics.h
VerificationMetrics & operator= (const VerificationMetrics & )
Defined at line 27 of file ../../src/storage/blobfs/metrics/verification_metrics.h