Current section

Files

Jump to
themis include themis_Store.hrl
Raw

include/themis_Store.hrl

-record(store, {
gauges :: gleam@dict:dict(internal@metric:metric_name(), internal@metric:metric(internal@metric@gauge:gauge(), themis@number:number_(), nil)),
counters :: gleam@dict:dict(internal@metric:metric_name(), internal@metric:metric(internal@metric@counter:counter(), themis@number:number_(), nil)),
histograms :: gleam@dict:dict(internal@metric:metric_name(), internal@metric:metric(internal@metric@histogram:histogram(), internal@metric@histogram:histogram_record(), gleam@set:set(themis@number:number_())))
}).