Prometheus.MetricInfoMetadata about a metric.
type t = {name : MetricName.t;metric_type : metric_type;help : string;label_names : LabelName.t list;}val v :
help:string ->
?label_names:LabelName.t list ->
metric_type:metric_type ->
?namespace:string ->
?subsystem:string ->
string ->
tv ~help ~label_names ~metric_type ~namespace ~subsystem name creates metric metadata with full name namespace_subsystem_name and documentation string help.