Prometheus.ex v1.0.0-alpha3 Prometheus.Error.InvalidMetricArity exception

Raised when metric arity is invalid e.g. counter metric was created with two labels but only one label value is passed to Prometheus.Metric.Counter.inc/2.

Summary

Functions

Callback implementation for c:Exception.exception/1

Callback implementation for c:Exception.message/1

Functions

exception(args)

Specs

exception(Keyword.t) :: Exception.t

Callback implementation for c:Exception.exception/1.

message(map)

Callback implementation for c:Exception.message/1.