Skip to content

Releases: Maxitosh/ton-node-exporter

v0.2.0

01 Oct 08:18
09b6bd9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

15 Jul 15:15
60328d4
Compare
Choose a tag to compare

Description

This is the very first release, it provides the foundational functionality to collect and expose key metrics from the TON (The Open Network) blockchain node, enabling seamless integration with Prometheus for effective monitoring and performance analysis.

Available Metrics

  • ton_node_master_chain_block_number (Gauge): The current master chain block number.
  • ton_node_head_lag (Gauge): The lag between the current master chain block on the node and the network.

For more detailed information on configuring and using these metrics, please take a look at the README

Features

  • Collect essential metrics from a TON node.
  • Provides easy integration with Prometheus.
  • Lightweight and efficient implementation in Go.

Installation and Usage

  • From Source: Instructions on building and running the exporter from the source code.
  • Docker: Pre-built Docker images are available for quick deployment.