mirror of
https://github.com/monitoring-mixins/website.git
synced 2024-12-14 11:37:31 +00:00
assets,site/content: daily assets regeneration
This commit is contained in:
parent
5e83b2de3a
commit
2063ecd08a
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ groups:
|
||||||
count(ceph_osd_metadata{job="rook-ceph-mgr"})
|
count(ceph_osd_metadata{job="rook-ceph-mgr"})
|
||||||
record: job:ceph_osd_metadata:count
|
record: job:ceph_osd_metadata:count
|
||||||
- expr: |
|
- expr: |
|
||||||
count(kube_persistentvolume_info)
|
count(kube_persistentvolume_info * on (storageclass) group_left(provisioner) kube_storageclass_info {provisioner=~"(.*rbd.csi.ceph.com)|(.*cephfs.csi.ceph.com)"})
|
||||||
record: job:kube_pv:count
|
record: job:kube_pv:count
|
||||||
- expr: |
|
- expr: |
|
||||||
sum(ceph_pool_rd{job="rook-ceph-mgr"}+ ceph_pool_wr{job="rook-ceph-mgr"})
|
sum(ceph_pool_rd{job="rook-ceph-mgr"}+ ceph_pool_wr{job="rook-ceph-mgr"})
|
||||||
|
|
|
@ -426,7 +426,7 @@ record: job:ceph_osd_metadata:count
|
||||||
|
|
||||||
{{< code lang="yaml" >}}
|
{{< code lang="yaml" >}}
|
||||||
expr: |
|
expr: |
|
||||||
count(kube_persistentvolume_info)
|
count(kube_persistentvolume_info * on (storageclass) group_left(provisioner) kube_storageclass_info {provisioner=~"(.*rbd.csi.ceph.com)|(.*cephfs.csi.ceph.com)"})
|
||||||
record: job:kube_pv:count
|
record: job:kube_pv:count
|
||||||
{{< /code >}}
|
{{< /code >}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue