mirror of
https://github.com/prometheus/prometheus.git
synced 2026-01-18 07:01:03 +01:00
Metrics
This document describes the metrics defined in this semantic convention registry.
| Metric | Type | Unit | Description |
|---|---|---|---|
prometheus_template_text_expansion_failures_total |
counter | {failure} | The total number of template text expansion failures. |
prometheus_template_text_expansions_total |
counter | {expansion} | The total number of template text expansions. |
Metric Details
prometheus_template_text_expansion_failures_total
The total number of template text expansion failures.
- Type: counter
- Unit: {failure}
- Stability: development
prometheus_template_text_expansions_total
The total number of template text expansions.
- Type: counter
- Unit: {expansion}
- Stability: development