Add more Prometheus metrics
Open
topic/gateway
- Dominant language
- Go
- Stars
- 17.1k
- Forks
- 3.2k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 11
Description
#### Version information:
0.4.17
#### Type:
Enhancement
#### Description:
Infura is hosting a set of IPFS nodes to provide a public IPFS API. We would like to monitor more metrics not currently exposed by go-ipfs as far as I can tell:
- bandwidth in/out (as given by `ipfs stats bw`), potentially split for the various subsystem (DHT, bitswap ...)
- repository size and object count (as given by `ipfs repo stat`)
- peers latency distribution (processed from `ipfs swarm peers --latency`)
- DHT metrics (latency, failure rate ...)
Is that something that would interest you ? I can work on that, but a few pointers would be appreciated.
CC @lgierth
Contributor guide
Assessment
This issue has not been assessed yet.