celestiaorg / go-header

Go library with all the services needed to request, sync and store blockchain headers.
Apache License 2.0
17 stars 16 forks source link

Metrics coverage #133

Open Wondertan opened 7 months ago

Wondertan commented 7 months ago

We should cover most of the internal go-header components with metrics to observe their stability and know whether the assumptions made in the code are held. Currently, we have coverage for all the components besides Syncer which is being work-in-progress.