Dogmatix.count
You're seeing just the function
count
, go back to Dogmatix module for more information.
Specs
count(id(), binary(), metric_value(), metric_options()) :: metric_result()
Changes the counter identified by metric_name
by the given value
.
Examples
iex> Dogmatix.count("my_dogmatix", "cache_hits", 4)
:ok