Dogmatix.histogram

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

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

View Source

Specs

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

Writes value to the histogram identified by metric_name.

Examples

iex> Dogmatix.histogram("my_dogmatix", "page_views", 15)
:ok