We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15cdd63 commit f6c5968Copy full SHA for f6c5968
get_webstat_metrics.py
@@ -208,7 +208,7 @@ async def main():
208
209
for family in text_string_to_metric_families(requests.get(args.url_test).content.decode('utf-8')):
210
if family.name == 'neo_exporter_fs_chain_supply':
211
- output['contract']['mainnet']['balance'] = family.samples[0].value
+ output['contract']['testnet']['balance'] = family.samples[0].value
212
if family.name == 'neo_exporter_epoch':
213
output['network_epoch']['testnet'] = family.samples[0].value
214
if family.name == 'neo_exporter_containers_number':
0 commit comments