class Prometheus::DataStore

Included Modules

Defined in:

types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

Instance Method Detail

def dec(value : Float64, labels : LabelSet) : Nil #

def each(&) #
Description copied from module Enumerable({Prometheus::LabelSet, Float64})

Must yield this collection's elements to the block.


def get(labels : LabelSet) : Float64 #

def inc(value : Float64, labels : LabelSet) : Nil #

def set(value : Float64, labels : LabelSet) : Nil #