Tendermint with prometheus

14 views
Skip to first unread message

Anjana Prabhakar

unread,
Feb 19, 2020, 4:57:33 AM2/19/20
to Prometheus Users
Hi All,

I am trying to use Prometheus with tendermint network. I use the command 
make localnet-start
to start the network. Modified the
config.toml 
with
Prometheus =true
 and
Prometheus.yml
with 
- job_name: 'tendermint'
    # Override the global default and scrape targets from this job every 1 second.
    scrape_interval: 1s
    static_configs:
      - targets: ['localhost:26660']
 
I started Prometheus and it was up and running. I was expecting to get the result at
localhost:26660/metrics
But  localhost:26660 does not have an attribute metric. Also I checked localhost:9090/graph, it too doesnot show any attributes of tendermint.
please help.

Thanks,
Anjana
 
Reply all
Reply to author
Forward
0 new messages