1
0
Fork 0
kubernetes/victoria-metrics/recording.yml

9 lines
201 B
YAML

groups:
- name: collectd
rules:
- record: filesystem:usage:percent
expr: >-
sum without (type) (collectd_df_df_complex{type!="free"})
/ sum without (type) (collectd_df_df_complex)