-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Important labels are missing in container file system usage metrics(from CAdvisor) #3361
Comments
Action required from @Azure/aks-pm |
Issue needing attention of @Azure/aks-leads |
Hello, any news on this? We are getting the very same issue. |
@alexeldeib - do we have guidance for customer who have relied on dockershim on other providers for the FS metrics? |
Action required from @Azure/aks-pm |
Hello, |
Action required from @Azure/aks-pm |
Hi, I have same issue, please give me any news on this. Thanks |
Issue needing attention of @Azure/aks-leads |
6 similar comments
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
3 similar comments
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
14 similar comments
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Describe the bug
We are currently running with AKS engine(1.23.12) clusters with dockershim as CRI. We can see container file system metrics coming good with all required labels. Example is below:
container_fs_usage_bytes{container="", container_name="", device="/dev/sdb1", endpoint="https-metrics", id="", image="", instance="", job="kubelet", name="", namespace="", node="", pod="", pod_name="", service=""}
Now we are moving towards managed AKS clusters(1.23.x) which uses containerd as CRI. However, there we don't see these labels associated with the metrics. Example is below:
container_fs_usage_bytes{device="/dev/sda1", endpoint="https-metrics", id="/", instance="", job="kubelet", node="", service="infra-monitoring-prometheu-kubelet"}
This is breaking our observability since we have metrics and monitors are defined for it and we do not have any alternative metrics as well. Please suggest how to move ahead.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
File system metrics should show all important labels.
There are some known issues mentioned on different forums for the same issue. Please refer below:
kubernetes/kubernetes#111777
google/cadvisor#2785 (comment)
Screenshots
NA. Provided all details in description.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: