class Prometheus::Client::DataStores::SingleThreaded

Stores all the data in a simple Hash for each Metric

Has no synchronization primitives, making it the fastest store for single-threaded scenarios, but must absolutely not be used in multi-threaded scenarios.