-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add dashboard for Kubernetes pods #66
Conversation
Any idea how many additional metrics this would generate, asking for a friend.. |
As mentioned in #64, it would be nice to have human readable descriptions. |
Co-authored-by: Noemi <[email protected]>
Hm, tell your friend we're not sure as of right now. In theory, a Kubernetes cluster could have a lot of pods, much like a non-Kubernetes setup could have a lot of hosts. Would not knowing this be a blocker to push this out? |
This comment has been minimized.
This comment has been minimized.
Not nessicarily, it's mainly that we know lots of short-lived hosts(pods) could be an issue in terms of fetching the metrics. It's a weak point in the way the current custom metrics system works, that if you have one metric name (e.g. Also in the ingestion side we have a 4-megabyte document limit for MongoDB, and we know that customers with a ton of short-lived unique hosts hit that limit regularly. (The way it currently works is that the entire 4+ megabytes will be discarded, creating a gap in all the charts). This doesn't block releasing this dashboard, but it's good to know the implications :) |
This comment has been minimized.
This comment has been minimized.
2 similar comments
This comment has been minimized.
This comment has been minimized.
This is a message from the daily scheduled checks. |
@matsimitsu thanks for the explanation here. Let's keep an eye on this. I'm merging this now. Could you ping me when this is deployed? :) |
@jeffkreeftmeijer it's been deployed! |
Much like #64, but for pods. Part of appsignal/appsignal-kubernetes#2.