-
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
Config Variable and Docu are Different : resource_pool_metric_exclude #13905
Labels
area/vsphere
bug
unexpected problem or unintended behavior
regression
something that used to work, but is now broken
Comments
Hipska
added
regression
something that used to work, but is now broken
area/vsphere
labels
Sep 12, 2023
Introduced by #13905 |
My bad, wrong paste. Introduced by #13720 |
@Muy69 what was the exact telegraf version when this config parameter worked without problems? |
I upgraded from 1.27.4-1 -> 1.28.0.1 |
But did it actually work? Or was the setting just ignored? |
It was ignored and I didnt receive an Error afterwards. |
Okay, but now you do. Thanks for reporting! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/vsphere
bug
unexpected problem or unintended behavior
regression
something that used to work, but is now broken
Relevant telegraf.conf
The Variable in the Config for resourcepool_metric_exclude was changed in 1.28
prior 1.28
#resourcepool_metric_exclude = ["*"]
after
#resource_pool_metric_exclude = ["*"]
Telegraf will not start with the old Configs .
...
vm_metric_exclude = [""] # Exclude realtime metrics
host_metric_exclude = [""] # Exclude realtime metrics
datastore_metric_exclude = [""]
datacenter_metric_exclude = [""]
cluster_metric_exclude = [""]
** #resourcepool_metric_exclude = [""] **
resource_pool_metric_exclude = ["*"]
...
Logs from Telegraf
2023-09-12T10:14:02Z E! error loading config file /etc/telegraf/telegraf.conf: plugin inputs.vsphere: line 306: configuration specified the fields ["resourcepool_metric_exclude"], but they weren't used
System info
Telegraf 1.28, Ubuntu 22.04 , VM
Docker
No response
Steps to reproduce
Expected behavior
Please allign the Telegraf Docu with the Changes of the Variable in Version 1.28
resource_pool_metric_exclude
Actual behavior
Currently there is a Dokumentation to the old Variable .
resourcepool_metric_exclude
Additional info
No response
The text was updated successfully, but these errors were encountered: