Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
vince-weka committed Mar 27, 2024
1 parent 7c64805 commit c5dad78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ def __init__(self, config, cluster_obj): # wekaCollector
self.wekaIOCommands[category] = dict(method="stats_show", parms=parms)
"""

for stat in one_call_stat:
log.debug(stat)
#for stat in one_call_stat:
# log.debug(stat)
parms = dict(stat=one_call_stat, interval=f'{self.datapoints_per_collect}m', per_node=True, no_zeroes=True,
show_internal=True)
self.apicalls = dict(method="stats_show", parms=parms)
Expand Down Expand Up @@ -463,8 +463,8 @@ def gather(self):
# for host, node in weka_maps["node-host"]:
# log.debug(f"one_call_nids={json.dumps(one_call_nids, indent=2)}")

for stat in self.apicalls['parms']['stat']:
log.debug(stat)
#for stat in self.apicalls['parms']['stat']:
# log.debug(stat)

circular_host_list = circular_list(inputlist=backends_list)

Expand Down

0 comments on commit c5dad78

Please sign in to comment.