Feature Request
This feature is requested for Jenkins input plugin
https://github.com/influxdata/telegraf/tree/master/plugins/inputs/jenkins
Proposal:
As you could have ephemeral agent with Kuberntenes in Jenkins, there is no way if you have to filter them or exclude them from list of normal agents.
would be awesome if we could have node_include and mix it with node_exclude like
node_include = ["nodeA", "nodeB"]
node_exclude = [ "*" ]
so just filter the nodes we specify in the configuration.
Current behavior:
There is no node_include in jenkins input plugin.
Desired behavior:
Add ability to add specific Jenkins agent in Jenkins input plugin and exclude everything else.
Use case:
Many people now use mix jenkins normal agent and ephemeral agent with kubernetes, and there is no other way to filter agents node in current jenkins input plugin.
Regards,
Feature Request
This feature is requested for Jenkins input plugin
https://github.com/influxdata/telegraf/tree/master/plugins/inputs/jenkins
Proposal:
As you could have ephemeral agent with Kuberntenes in Jenkins, there is no way if you have to filter them or exclude them from list of normal agents.
would be awesome if we could have node_include and mix it with node_exclude like
node_include = ["nodeA", "nodeB"]
node_exclude = [ "*" ]
so just filter the nodes we specify in the configuration.
Current behavior:
There is no node_include in jenkins input plugin.
Desired behavior:
Add ability to add specific Jenkins agent in Jenkins input plugin and exclude everything else.
Use case:
Many people now use mix jenkins normal agent and ephemeral agent with kubernetes, and there is no other way to filter agents node in current jenkins input plugin.
Regards,