We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am getting overlapped data if am putting multiple targets. only one target data is there but showing same 2 time as in screenshot
config of job
exporters config.yml
esx: vsphere_host: 192.168.0.184 vsphere_host: 192.168.0.246 vsphere_user: 'user' vsphere_password: "pasword" ignore_ssl: True specs_size: 5000 fetch_custom_attributes: True fetch_tags: True fetch_alarms: True collect_only: vms: True vmguests: True datastores: True hosts: True snapshots: True
screenshots
The text was updated successfully, but these errors were encountered:
Have the same problem, since I do not have vcenter. Did you somehow managed to resolve this?
Sorry, something went wrong.
Yes it got solved
i changed the line for exporter
No branches or pull requests
I am getting overlapped data if am putting multiple targets. only one target data is there but showing same 2 time as in screenshot
config of job
metrics_path: /metrics
params:
section: [esx]
static_configs:
- targets:
- 192.168.0.184
- 192.168.0.246
relabel_configs:
- source_labels: [address]
target_label: __param_target
- source_labels: [__param_target]
target_label: instance
- target_label: address
replacement: 192.168.1.107:9272
exporters config.yml
esx:
vsphere_host: 192.168.0.184
vsphere_host: 192.168.0.246
vsphere_user: 'user'
vsphere_password: "pasword"
ignore_ssl: True
specs_size: 5000
fetch_custom_attributes: True
fetch_tags: True
fetch_alarms: True
collect_only:
vms: True
vmguests: True
datastores: True
hosts: True
snapshots: True
screenshots
The text was updated successfully, but these errors were encountered: