Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport port for "node" role under "kubernetes_sd_config" #2199
Comments
This comment has been minimized.
This comment has been minimized.
|
Generally, you would discover this with the On Fri, Nov 18, 2016 at 9:39 AM Mir Shahriar Sabuj notifications@github.com
|
brian-brazil
closed this
Mar 27, 2017
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 23, 2019
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
aerokite commentedNov 18, 2016
•
edited
The node role discovers one target per cluster node with the address defaulting to the Kubelet's HTTP port.
If I have another service running on each node directly and exposes metrics on a particular port, what should I do?
If node role supports port, I can create another job to collect metrics with that port.
Suppose, I have a service running on each node exposing metrics on port 10240. I can collect using your existing node role if you support port for kubernetes_sd_config.