Module type Prometheus.NAME

A string that meets some additional requirements.

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

Raises an exception if the name is not valid.

val pp : t Fmt.t
val compare : t -> t -> int