Module cernan::buckets[][src]

Buckets are the primary internal storage type.

Each bucket contains a set of hashmaps containing each set of metrics received by clients.

Structs

Buckets

Buckets stores all metrics until they are flushed.

Iter

Iteration struct for the bucket. Created by Buckets.iter().