Merge "Fix libvirtd_exporter prometheusRule"

This commit is contained in:
Zuul 2020-07-24 20:33:44 +00:00 committed by Gerrit Code Review
commit 8da7bbdc18

View File

@ -27,7 +27,7 @@ spec:
- alert: VirtualizationDriverMismatch
for: 15m
expr: |
count(libvirtd_info) by (version, driver, driver_version) != 1
count(count by(version, driver, driver_version) (libvirtd_info)) != 1
annotations:
priority: P4
description: QEMU and libvirt versions are not matching in the cloud.