This repository has been archived by the owner on Sep 6, 2022. It is now read-only.
Remove opencensus dep #58
Labels
kind/enhancement
A net-new feature or improvement to an existing feature
Unfortunately, this means that anything wanting to use the libp2p interfaces (even light-clients that leave all the heavy lifting up to a daemon) need to import opencensus.
From the looks of it, we aren't actually using any of the code in
metrics/register.go
. We might want to consider removing this code unless we think we're actually going to use it.Note: this pulls in stuff like grpc, google's cloud API libraries, etc.
The text was updated successfully, but these errors were encountered: