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 upI can`t add label (inorder to aggregate the data by this label ) when node_exporter 's role is endpoints #4530
Comments
This comment has been minimized.
This comment has been minimized.
|
this label of "type" is kubernet set for each node's label, like mark this node belongs which group。 |
This comment has been minimized.
This comment has been minimized.
|
I'm closing it for now. If you have further questions, please use our user mailing list, which you can also search. |
simonpasquier
closed this
Aug 23, 2018
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 22, 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. |
lock
bot
locked and limited conversation to collaborators
Mar 22, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
jiananjiang commentedAug 23, 2018
I want add label like kubernet-nodes's type to "kubernet-service-endpoints",inorder to aggregate the data by this label ,As shown below:
but I according this configuration file, I can not accomplish.
prometheus version
prometheus:v2.0.0
kubectl version
Client Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.0", GitCommit:"fc32d2f3698e36b93322a3465f63a14e9f0eaead", GitTreeState:"clean", BuildDate:"2018-03-26T16:55:54Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.0", GitCommit:"fc32d2f3698e36b93322a3465f63a14e9f0eaead", GitTreeState:"clean", BuildDate:"2018-03-26T16:44:10Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"}
please tell me what should I do ?