29 releases (9 breaking)

0.17.0 Jan 23, 2024
0.16.0 Nov 1, 2023
0.15.0 Oct 4, 2023
0.13.0-dev1 Jul 26, 2023
0.8.0-alpha.5 Mar 24, 2020

#875 in Magic Beans

Download history 1152/week @ 2023-12-23 1670/week @ 2023-12-30 2785/week @ 2024-01-06 2686/week @ 2024-01-13 2558/week @ 2024-01-20 1849/week @ 2024-01-27 2070/week @ 2024-02-03 3031/week @ 2024-02-10 3336/week @ 2024-02-17 2909/week @ 2024-02-24 2350/week @ 2024-03-02 2335/week @ 2024-03-09 2865/week @ 2024-03-16 3274/week @ 2024-03-23 3434/week @ 2024-03-30 2327/week @ 2024-04-06

12,156 downloads per month
Used in 148 crates (35 directly)

Apache-2.0

14KB
217 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

~6–17MB
~189K SLoC