alerts: sync alert expression for DiskRunsOutOfSpaceIn3Days with dashboard (#1435)

This commit is contained in:
Roman Khavronenko 2021-07-07 00:47:08 +03:00 committed by GitHub
parent a846febc89
commit ce3f087d46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,13 +32,13 @@ groups:
rules:
- alert: DiskRunsOutOfSpaceIn3Days
expr: |
vm_free_disk_space_bytes / ignoring(path) (
vm_free_disk_space_bytes / ignoring(path)
(
sum(rate(vm_rows_added_to_storage_total[1d])) -
sum(rate(vm_deduplicated_samples_total[1d])) without(type)
(
rate(vm_rows_added_to_storage_total[1d]) -
ignoring(type) rate(vm_deduplicated_samples_total{type="merge"}[1d])
)
*
(
* scalar(
sum(vm_data_size_bytes{type!="indexdb"}) /
sum(vm_rows{type!="indexdb"})
)