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 > -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/27490bf1-15f5-4922-aab5-5b1a86e87ca2%40googlegroups.com.

