-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Rename kubernetes_node
measurements in inputs.kube_inventory or inputs.kubernetes
#9451
Comments
it could be achieved through configuration [[inputs.kube_inventory]] |
Thanks @chunleiz - is adding a processor sufficient for you? If it is we'll just have this as an item to add to plugin READMEs. |
Current workaround:
Proposed solutions: Rename the
To-do:
|
The k8s and kube_node plugins produce the same metric name that can conflict. Provide an option in the k8s plugin to change the name. fixes: influxdata#9451
Feature Request
Proposal:
The same measurement name causes conflicts for those users that have both
inputs.kube_inventory
andinputs.kubernetes
plugins.Current behavior:
kubernetes_node
metric is emitted by bothinputs.kube_inventory
andinputs.kubernetes
but each emit different field and tag keys. This causes problems and confusion when both input plugins are enabled.Example query:
Resulting in output such as:
Desired behavior:
One of the metrics should be renamed.
Use case:
When the customer tries to query a kubernetes_node measurement, they get no or incorrect results results, and it seems there is a conflict preventing results from showing up. A Telegraf user in Kubernetes is likely to enable both plugins so this could be a common problem.
The text was updated successfully, but these errors were encountered: