IPFS Prometheus Configuration

Hello, I’m taking a look at IPFS and prometheus, which already appear to have some kind of integration. However, through my testing, I can’t seem to get my prometheus server to detect any IPFS routes that I can query for metrics.

EDIT:

The metrics URL for prometheus is http://localhost:5001/debug/metrics/prometheus

  • job_name: ‘ipfs_test’
    metrics_path: ‘/debug/metrics/prometheus’
    static_configs:
    • targets: [‘localhost:5001’]
2 Likes