Skip to content
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

Getting overlapped data with VMware exs #378

Open
abhirajverm opened this issue Jul 25, 2023 · 2 comments
Open

Getting overlapped data with VMware exs #378

abhirajverm opened this issue Jul 25, 2023 · 2 comments

Comments

@abhirajverm
Copy link

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

  • job_name: 'vmware_esx'
    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
image

@Kapuzinaa
Copy link

Have the same problem, since I do not have vcenter. Did you somehow managed to resolve this?

@abhirajverm
Copy link
Author

Yes it got solved

i changed the line for exporter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants