ipfs/kubo

Pass metrics collection through the root context of an ipfs node

Open

#3.212 aberto em 12 de set. de 2016

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Go (2.725 forks)batch import
help wantedstatus/deferred

Métricas do repositório

Stars
 (13.906 stars)
Métricas de merge de PR
 (Mesclagem média 4d 2h) (28 fundiu PRs em 30d)

Description

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

Guia do colaborador