You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use crio container engine and changed container-runtime-endpoint and image-service-endpoint to unix:///var/run/crio/crio.sock, because /var/run/crio/crio.sock is deprecated. I compiled and installed a relative new okd version. I thought that metrics problems should be fixed with #22804
I recognize that kubelet_volume_stats_* metrics are not present in metric output if using unix:///var/run/crio/crio.sock
Hi,
I use crio container engine and changed
container-runtime-endpointandimage-service-endpointtounix:///var/run/crio/crio.sock, because/var/run/crio/crio.sockis deprecated. I compiled and installed a relative new okd version. I thought that metrics problems should be fixed with #22804I recognize that
kubelet_volume_stats_*metrics are not present in metric output if usingunix:///var/run/crio/crio.sockVersion
Steps To Reproduce
container-runtime-endpointandimage-service-endpointtounix:///var/run/crio/crio.sockkubelet_volume_stats_*Current Result
kubelet_volume_stats_*metrics are missingExpected Result
kubelet_volume_stats_*should be present.Additional Information
Maybe @sjenning can help at this issue.