nervosnetwork / ckb-integration-test

0 stars 6 forks source link

WIP feat(sync_metrics): add metrics of tip and best shared tip per 10 minutes while syncing #109

Open chanhsu001 opened 2 years ago

chanhsu001 commented 2 years ago

What problem does this PR solve?

Problem Summary: Add metrics of current tip and best shared tip per 10 minutes while syncing, save the data into file for later line chart generated. the saved data format is like 'datetime|current_tip|best_shared_tip' with multiple lines. line chart is more suitable for data demostration.

What is changed and how it works?

What's Changed:

Tests