ipfs/kubo

Pass metrics collection through the root context of an ipfs node

Open

#3,212 建立於 2016年9月12日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Go (13,906 star) (2,725 fork)batch import
help wantedstatus/deferred

描述

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

貢獻者指南

Pass metrics collection through the root context of an ipfs node · ipfs/kubo#3212 | Good First Issue