Dogmatix.gauge

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

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

View Source

Specs

Sets the value of the gauge identified by metric_name to the given value.

Examples

iex> Dogmatix.gauge("my_dogmatix", "disk_usage", 0.75)
:ok