Prometheus.ex v1.0.0-alpha4 Prometheus.Error.InvalidLabelName exception

Raised when label name is invalid i.e. can’t be represented as printable utf-8 string that matches ^[a-zA-Z_][a-zA-Z0-9_]*$ regular expression or starts with __.

Metric can impose further restrictions on label names.

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.