Skip to content

Commit

Permalink
adding excluded_peers stat
Browse files Browse the repository at this point in the history
  • Loading branch information
Srayman committed Apr 10, 2020
1 parent 8572f07 commit b65e3cd
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 @@ -128,6 +128,7 @@ async def main():
data['inactive_votes_cache_count'] = response3['node']['active']['inactive_votes_cache_count']['count']
# data['tcp_channels_count'] = response3['node']['tcp_channels']['channels']['count']
# data['tcp_channels_attempts_count'] = response3['node']['tcp_channels']['attempts']['count']
data['excluded_peers'] = response3['node']['network']['excluded_peers']['peers']['count']
data['vote_processor_count'] = response3['node']['vote_processor']['votes']['count']
data['vote_processor_rep1'] = response3['node']['vote_processor']['representatives_1']['count']
data['vote_processor_rep2'] = response3['node']['vote_processor']['representatives_2']['count']
Expand Down

0 comments on commit b65e3cd

Please sign in to comment.