32 releases

new 0.17.2 Apr 2, 2025
0.17.2-rc1 Mar 6, 2025
0.17.1 Jan 7, 2025
0.17.0 Jan 23, 2024
0.8.0-alpha.5 Mar 24, 2020

#872 in Magic Beans

Download history 4072/week @ 2024-12-17 2320/week @ 2024-12-24 2846/week @ 2024-12-31 4981/week @ 2025-01-07 6535/week @ 2025-01-14 5590/week @ 2025-01-21 4784/week @ 2025-01-28 5289/week @ 2025-02-04 5476/week @ 2025-02-11 4472/week @ 2025-02-18 5255/week @ 2025-02-25 3877/week @ 2025-03-04 6080/week @ 2025-03-11 4784/week @ 2025-03-18 5912/week @ 2025-03-25 4985/week @ 2025-04-01

22,364 downloads per month
Used in 170 crates (41 directly)

Apache-2.0

16KB
224 lines

Substrate 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 Substrate, node operators can easily adopt widely used display/alert tools such as Grafana and Alertmanager. Easy access to such monitoring tools will benefit parachain 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 Substrate 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.

Dependencies

~5–16MB
~181K SLoC