package prometheus

  1. Overview
  2. Docs

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 : Format.formatter -> t -> unit
val compare : t -> t -> int