-
Notifications
You must be signed in to change notification settings - Fork 9
Add metrics #58
Comments
Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review.
Finally, remember to use https://discuss.ipfs.io if you just need general support. |
For metric publishing and logging it'd be nice to include some context about which router had a problem (like its name, URL, or something like that). The APIs are designed in a way that make this pretty difficult. We can fix this in a subsequent update, will open an issue once I clarify what we need. |
plumbed into kubo: ipfs/kubo#9354 |
This library should emit both OpenCensus metrics in both the client and server. We'll start with the standard set of metrics:
And modeled after what we've found useful for operating the Hydras: https://github.com/libp2p/hydra-booster/blob/master/providers/reframe.go#L49
The text was updated successfully, but these errors were encountered: