Skip to content

Commit

Permalink
adding worker queue
Browse files Browse the repository at this point in the history
  • Loading branch information
Srayman committed May 23, 2020
1 parent af03c94 commit bf81a81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ async def main():
data['block_uniquer_count'] = response3['node']['block_uniquer']['blocks']['count']
data['vote_uniquer_count'] = response3['node']['vote_uniquer']['votes']['count']
data['confirmation_height_count'] = response3['node']['confirmation_height_processor']['awaiting_processing']['count']
data['worker_queue_count'] = response3['node']['worker']['queue']['count']
data['request_aggregator_pools'] = response3['node']['request_aggregator']['pools']['count']
data['block_count'] = response4['count']
data['unchecked_count'] = response4['unchecked']
Expand Down

0 comments on commit bf81a81

Please sign in to comment.