pagantis_elixir_tools v0.21.3 ElixirTools.Metrix.Recurring.ErlangStats.Metrics behaviour

Link to this section Summary

Functions

Returns all metrics modules to measure

Link to this section Types

Specs

metric() :: binary()
Link to this type

on_measure()

Specs

on_measure() :: {:ok, metric(), value(), tags()} | {:error, term()}

Specs

tags() :: map()

Specs

value() :: non_neg_integer()

Link to this section Functions

Specs

all() :: map()

Returns all metrics modules to measure

Link to this section Callbacks

Specs

measure() :: on_measure()