Go to file
Leopold Schabel 88c51fae18
Update README.md
2020-07-22 19:31:53 +02:00
examples Validator config flag 2020-05-20 15:52:45 +02:00
LICENSE Initial commit 2020-05-10 11:58:18 +02:00
README.md Update README.md 2020-07-22 19:31:53 +02:00
alerts.yaml Create alerts.yaml 2020-07-22 19:23:41 +02:00
ton_metrics_push.py Validator config flag 2020-05-20 15:52:45 +02:00

README.md

⚠️ UNMAINTAINED: We're no longer using the code - feel free to fork it and take over maintenance.

ton_cpp_exporter

node_exporter textfile collector for the TON C++ node implementation.

image

Example queries

Is the node or chain stuck?

rate(ton_masterchainblocktime[5m]) < 0.8

Is the node behind?

ton_unixtime - ton_masterchainblocktime > 60

Did we vote in the current election?

(ton_election_active_id > bool 0) and on (instance) (ton_election_participated == 0)

Is one of our validators in the active set?

sum by (instance) (ton_validator_is_active) != 1