pagantis_elixir_tools v0.21.3 ElixirTools.Metrix.Adapters.Log

Link to this section Summary

Link to this section Functions

Specs

connect() :: any()
Link to this function

count(metric, value, tags)

Specs

count(any(), any(), any()) :: any()
Link to this function

decrement(metric, value, tags)

Specs

decrement(any(), any(), any()) :: any()
Link to this function

gauge(metric, value, tags)

Specs

gauge(any(), any(), any()) :: any()
Link to this function

histogram(metric, value, tags)

Specs

histogram(any(), any(), any()) :: any()
Link to this function

increment(metric, value, tags)

Specs

increment(any(), any(), any()) :: any()
Link to this function

timing(metric, value, tags)

Specs

timing(any(), any(), any()) :: any()