-
Notifications
You must be signed in to change notification settings - Fork 223
Add new kured metrics #1164
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
base: main
Are you sure you want to change the base?
Add new kured metrics #1164
Conversation
…ing, kured_reboot_blocked, and kured_reboot_window_active. Signed-off-by: Colin McIntosh <colin@colinmcintosh.com>
|
Good idea. Let's talk about it in the next community meeting. |
|
This would solve some of my concerns in #1156. How does this approach handle conflicting values for the |
|
@evrardjp what would be needed to get this merged? |
|
@localleon thanks for the reminder. Regarding the potential to have inconsistent metrics reported, I did consider that but I think the current implementation provides visibility for kured pods that aren't correctly tracking the lock holder. That should ideally never happen so I'm not convinced that this is the correct implementation. Absolutely open to alternatives if you have strong feelings about it. @evrardjp happy to discuss in the next community meeting or an adhoc call. We can coordinate in the CNCF slack channel on it if you'd like. |
|
@evrardjp hope your doing well! Is there anything I could do so we could get this feature merged? |
|
I am in the middle of the big rewrite of v2 (you can see the first steps in #1000). Anyway, long story short, most of those metrics won't make sense anymore. Let's go through each metric:
Any opinion on this @localleon @colinmcintosh ? |
|
Thanks @evrardjp for the detailled reply! I assumed the PR #1000 was inactive and did not realize that there was a v2 in the works for this project! A Github Project board would probaly be a good idea if your are looking for contributions! The metrics look good! About kured_reboot_window_active..
|
|
This PR was automatically considered stale due to lack of activity. Please refresh it and/or join our slack channels to highlight it, before it automatically closes (in 7 days). |
Add metrics:
This also reduces the interval which metrics are collected from 60s to 15s (4x increase). This reduces the chance of lost metrics during a mismatch of the metrics collection frequency and the metrics scrape frequency.