bizinikiwi-prometheus-endpoint

Crates.iobizinikiwi-prometheus-endpoint
lib.rsbizinikiwi-prometheus-endpoint
version0.17.0
created_at2025-12-30 07:30:21.236323+00
updated_at2025-12-30 07:30:21.236323+00
descriptionEndpoint to expose Prometheus metrics
homepagehttps://pezkuwichain.io/
repositoryhttps://github.com/pezkuwichain/pezkuwi-sdk.git
max_upload_size
id2012223
size31,062
(SatoshiQaziMuhammed)

documentation

https://docs.pezkuwichain.io/

README

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

  1. From the root of the repository start Bizinikiwi cargo run --release.

  2. In another terminal run curl localhost:9615/metrics to retrieve the metrics.

To learn how to configure Prometheus see the Prometheus Getting Started guide.

Commit count: 185

cargo fmt