Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 417 Bytes

ExposeTendermintMetrics.md

File metadata and controls

9 lines (6 loc) · 417 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 ~/.axelar_testnet/.vald/config/config.toml file
[instrumentation]
prometheus = true
prometheus_listen_addr = ":26660"

image