I went through the ipfs-cluster code and issues, but I couldn’t find the exposed endpoints for gathering the metrics.
Seems like we are using Prometheus/Opencensus for monitoring (please do tell me if I am wrong), but I am not sure about it.
Questions:
What monitoring tools are supported right now?
What are the exposed endpoints for the same?
Do we have Grafana board JSON for IPFS Cluster? I am actually planning to create advanced boards for managing the cluster. So, if someone is already working on it, I would be happy to join in
ipfs-cluster-service exposes its own prometheus endpoint, it needs to be enabled in the configuration or doing ipfs-cluster-service daemon --stats and it’s by default on port 8888 (Configuration - Pinset orchestration for IPFS).