Dogmatix.timer

You're seeing just the function timer, go back to Dogmatix module for more information.
Link to this function

timer(name, metric_name, value, opts \\ [])

View Source

Specs

Writes value to the timer identified by metric_name.

Examples

iex> Dogmatix.timer("my_dogmatix", "query_latency", 15)
:ok