78095d125e
1. TOML format (taplo): 123 files reformatted using correct config - Command: taplo format --config .config/taplo.toml 2. Zepter feature propagation fix: - pezframe-support: added pezsp-timestamp/try-runtime to try-runtime feature 3. generate-umbrella.py bug fix: - Script crashed when Cargo.toml/src didn't exist in umbrella dir - Added existence checks before deletion
Bizinikiwi Prometheus Exporter
Introduction
Prometheus is one of the most widely used monitoring tools for managing highly available services supported by Cloud Native Computing Foundation. By providing Prometheus metrics in Bizinikiwi, node operators can easily adopt widely used display/alert tools such as Grafana and Alertmanager. Easy access to such monitoring tools will benefit teyrchain developers/operators and validators to have much higher availability of their services.
Metrics will be served under /metrics on TCP port 9615 by default.
Quick Start
-
From the root of the repository start Bizinikiwi
cargo run --release. -
In another terminal run
curl localhost:9615/metricsto retrieve the metrics.
To learn how to configure Prometheus see the Prometheus Getting Started guide.