Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 300 Bytes

EnableTendermintMetrics.md

File metadata and controls

7 lines (5 loc) · 300 Bytes

Enable tendermint metrics

To enable the export of the Tendermint metrics, you need to set the flag for Prometheus to true in the [instrumentation] section inside of your ~/.ag-chain-cosmos/config/config.toml file:

[instrumentation]
prometheus = true
prometheus_listen_addr = ":26660"