Dogmatix.count

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

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

View Source

Specs

Changes the counter identified by metric_name by the given value.

Examples

iex> Dogmatix.count("my_dogmatix", "cache_hits", 4)
:ok