{{ t('Prometheus metrics') }}
{{ t('Available metrics') }}
{{ t('Brackets') }}
{{ t('Arithmetic binary operators') }}
{{ t('Aggregation operators') }}
{{ t('Query result:') }} {{ executeResult }} {{ t('no data') }}
{{ t('Warning') }}
{{ t('Critical') }}
{{ t('Unit of the metric.') }}
{{ t('Examples:') }}
  • {{ t('"b" for bytes.') }}
  • {{ t('"KB" for kilobytes.') }}
  • {{ t('"s" for seconds.') }}
  • {{ t('"Mbps" or "Mbit/s"') }}
  • {{ t('"MB/s" for megabytes per second') }}
{{ t('Services') }}
{{ t('Name') }} {{ t('PromQL Query') }} {{ t('Unit') }} {{ t('Warning') }} {{ t('Critical') }} {{ t('Remove') }}
{{ service.name }} {{ service.prometheus_alert_rule.promql }} {{ service.prometheus_alert_rule.unit }} {{ service.prometheus_alert_rule.warning_min }} {{ service.prometheus_alert_rule.warning_max }} {{ service.prometheus_alert_rule.critical_min }} {{ service.prometheus_alert_rule.critical_max }}

{{ t('Current values') }}
{{ t('Element') }} {{ t('Value') }}
{{ datum.metric.__name__ }} {{ '{' }} {{ a.key }}="{{ a.value }}", {{ '}' }} {{ datum.value[1] }}