{{ 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') }}
Unit of the metric.
Examples:
  • "b" for bytes.
  • "KB" for kilobytes.
  • "s" for seconds.
  • "Mbps" or "Mbit/s"
  • "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] }}