Module Prometheus.LabelName

A valid name for a label.

type t = private string
val v : string -> t

Raises an exception if the name is not valid.

val pp : Stdlib.Format.formatter -> t -> unit
val compare : t -> t -> int