Dogmatix.distribution

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

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

View Source

Specs

distribution(id(), binary(), metric_value(), metric_options()) ::
  metric_result()

Writes value to the distribution identified by metric_name.

Examples

iex> Dogmatix.set("my_dogmatix", "response_time", 9)
:ok