ipfs/kubo

Pass metrics collection through the root context of an ipfs node

Open

#3212 aperta il 12 set 2016

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Go (2725 fork)batch import
help wantedstatus/deferred

Metriche repository

Star
 (13.906 star)
Metriche merge PR
 (Merge medio 4g 2h) (28 PR mergiate in 30 g)

Descrizione

After #3189 lands, we are starting to use contexts to perform metrics collection. To really make this nice, we should pass the metrics collector down through the context chain. Doing so will make metrics collection throughout the codebase much easier to test and reason about.

This will require us to fix: https://github.com/jbenet/goprocess/issues/16

Guida contributor