streaming_metrics v2.1.7 StreamingMetrics.MetricCollector behaviour View Source
All modules implementing a MetricCollector must define the callbacks specified in this module.
Link to this section Summary
Link to this section Types
Link to this type
metric()
View Source
metric()
View Source
metric() :: term()
metric() :: term()
Link to this section Callbacks
Link to this callback
count_metric(integer, arg1, list, arg3) View Source
Link to this callback
init()
View Source
init()
View Source
init() :: :ok | {:error, term()}
init() :: :ok | {:error, term()}
Link to this callback