package prometheus

  1. Overview
  2. Docs

Module Prometheus.LabelNameSource

A valid name for a label.

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

Raises an exception if the name is not valid.

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