Hi,
I have a query like below:
(kubelet_volume_stats_used_bytes * on (namespace,persistentvolumeclaim)
group_left(storageclass, provisioner) (kube_persistentvolumeclaim_info * on
(storageclass) group_left(provisioner) kube_storageclass_info
{provisioner=~"(.*rbd.csi.ceph.com)|(.*cephfs.csi.ceph.com)"})) /
(kubelet_volume_stats_capacity_bytes * on (namespace,persistentvolumeclaim)
group_left(storageclass, provisioner) (kube_persistentvolumeclaim_info * on
(storageclass) group_left(provisioner) kube_storageclass_info
{provisioner=~"(.*rbd.csi.ceph.com)|(.*cephfs.csi.ceph.com)"})) > 0.75
this query failed and report an error like below,
many-to-many matching not allowed: matching labels must be unique on one
side
Has anyone dealt with this specific error and can you recommend something?
--
You received this message because you are subscribed to the Google Groups
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/prometheus-users/a42b0758-bc55-4f1b-9698-45186b978e65n%40googlegroups.com.