Skip to content

Commit

Permalink
fix(add_collect_perf_method): add collect perf task
Browse files Browse the repository at this point in the history
  • Loading branch information
alecorps authored and pryorda committed Oct 15, 2019
1 parent 68d1687 commit bf875d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vmware_exporter/vmware_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ def collect(self):

if collect_only['hosts'] is True:
tasks.append(self._vmware_get_hosts(metrics))
tasks.append(self._vmware_get_host_perf_manager_metrics(metrics))

yield parallelize(*tasks)

Expand Down

0 comments on commit bf875d2

Please sign in to comment.