Dogmatix.increment

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

increment(name, metric_name, opts \\ [])

View Source

Specs

increment(id(), binary(), metric_options()) :: metric_result()

Increments the counter identified by metric_name by 1.

Equivalent to calling count/4 with a value of 1.

Examples

iex> Dogmatix.increment("my_dogmatix", "page_views")
:ok