Dogmatix.gauge
You're seeing just the function
gauge
, go back to Dogmatix module for more information.
Specs
gauge(id(), binary(), metric_value(), metric_options()) :: metric_result()
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