Prometheus.ex v3.0.2 Prometheus.InvalidLabelNameError exception View Source
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.
Link to this section Summary
Functions
Callback implementation for Exception.exception/1
Callback implementation for Exception.message/1
Link to this section Functions
Callback implementation for Exception.exception/1
.
Callback implementation for Exception.message/1
.