Complete list of all metrics tracked by the exporter with cardinality information
Total Metrics
Metric Name | Cardinality | Type | Label Count | Labels | Documentation |
---|---|---|---|---|---|
{{ metric.name }}
|
{{ "{:,}".format(metric.cardinality) }} | {{ metric.type }} | {{ metric.label_count }} |
{% for label in metric.labels %}
{{ label }}
{% endfor %}
|
{{ metric.documentation }}
|