-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Instrument Kubelet for monitoring #4604
Labels
area/introspection
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
sig/node
Categorizes an issue or PR as relevant to SIG Node.
sig/scalability
Categorizes an issue or PR as relevant to SIG Scalability.
Milestone
Comments
vmarmol
added
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
sig/scalability
Categorizes an issue or PR as relevant to SIG Scalability.
sig/node
Categorizes an issue or PR as relevant to SIG Node.
labels
Feb 19, 2015
Also see #1625 for more discussion |
We'll use this issue for the node components of that umbrella issue. |
+1 |
vmarmol
added a commit
to vmarmol/kubernetes
that referenced
this issue
Feb 24, 2015
Also adding TODOs for other metrics. Part of kubernetes#4604.
vmarmol
added a commit
to vmarmol/kubernetes
that referenced
this issue
Feb 25, 2015
vmarmol
added a commit
to vmarmol/kubernetes
that referenced
this issue
Feb 26, 2015
Latency is broken down by create, update, and sync pods. Part of #kubernetes#4604.
vmarmol
added a commit
to vmarmol/kubernetes
that referenced
this issue
Feb 26, 2015
Latency is broken down by create, update, and sync pods. Part of kubernetes#4604.
nikhiljindal
pushed a commit
to nikhiljindal/kubernetes
that referenced
this issue
Feb 26, 2015
nikhiljindal
pushed a commit
to nikhiljindal/kubernetes
that referenced
this issue
Feb 26, 2015
Latency is broken down by create, update, and sync pods. Part of kubernetes#4604.
vmarmol
added a commit
to vmarmol/kubernetes
that referenced
this issue
Feb 27, 2015
Latency is broken down by create, update, and sync pods. Part of kubernetes#4604.
vmarmol
added a commit
to vmarmol/kubernetes
that referenced
this issue
Feb 27, 2015
After the slew of PRs, this should be complete. The Kubelet now exports a /metrics endpoint with a slew of metrics tracking the timing of certain operations and the counds of pods, containers, and containers per pod. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/introspection
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
sig/node
Categorizes an issue or PR as relevant to SIG Node.
sig/scalability
Categorizes an issue or PR as relevant to SIG Scalability.
There are a few areas of the Kubelet that we should instrument to allow us to monitor them for v1. This will also be very useful to measure and meet our scalability goals.
We should use Prometheus metrics as the master has started to use them too (see @a-robinson's PRs in that area).
The text was updated successfully, but these errors were encountered: