class
Prometheus::DataStore
- Prometheus::DataStore
- Reference
- Object
Included Modules
- Enumerable({Prometheus::LabelSet, Float64})
Defined in:
types.crConstructors
Instance Method Summary
- #dec(value : Float64, labels : LabelSet) : Nil
-
#each(&)
Must yield this collection's elements to the block.
- #get(labels : LabelSet) : Float64
- #inc(value : Float64, labels : LabelSet) : Nil
- #set(value : Float64, labels : LabelSet) : Nil
Constructor Detail
Instance Method Detail
def each(&)
#
Description copied from module Enumerable({Prometheus::LabelSet, Float64})
Must yield this collection's elements to the block.