pagantis_elixir_tools v0.17.5 ElixirTools.Metrix.Adapters.Log

Link to this section Summary

Link to this section Functions

Link to this function

connect()

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

count(metric, value, tags)

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

decrement(metric, value, tags)

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

gauge(metric, value, tags)

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

histogram(metric, value, tags)

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

increment(metric, value, tags)

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

timing(metric, value, tags)

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