Dogmatix.set
You're seeing just the function
set
, go back to Dogmatix module for more information.
Specs
set(id(), binary(), metric_value(), metric_options()) :: metric_result()
Writes value
to the set identified by metric_name
.
Examples
iex> Dogmatix.set("my_dogmatix", "metric.set", 42)
:ok