{{ t('Prometheus state overview') }}

{{ t('PromQL') }} {{ alertRule?.promql }}
{{ t('Metric count') }} {{ metrics.length }}
@for (metric of metrics; track metric; let index = $index) { }
{{ t('Metric') }} {{ t('Value') }} {{ t('Unit') }}
{{ metric.__name__ }} { {{ metric.label.join(', ') }} } {{ metric.value }} {{ metric.unit }}