Module Prometheus.MetricNameSource

A valid name for a metric.

Sourcetype t = private string
Sourceval v : string -> t

Raises an exception if the name is not valid.

Sourceval pp : Format.formatter -> t -> unit
Sourceval compare : t -> t -> int