Dogmatix.set

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

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

View Source

Specs

Writes value to the set identified by metric_name.

Examples

iex> Dogmatix.set("my_dogmatix", "metric.set", 42)
:ok