30 releases

0.17.1 Jan 7, 2025
0.17.0 Jan 23, 2024
0.16.0 Nov 1, 2023
0.13.0-dev1 Jul 26, 2023
0.8.0-alpha.5 Mar 24, 2020

#645 in Magic Beans

Download history 3925/week @ 2024-09-27 2533/week @ 2024-10-04 2809/week @ 2024-10-11 4079/week @ 2024-10-18 3821/week @ 2024-10-25 3465/week @ 2024-11-01 2108/week @ 2024-11-08 2894/week @ 2024-11-15 3655/week @ 2024-11-22 3753/week @ 2024-11-29 4332/week @ 2024-12-06 5370/week @ 2024-12-13 2885/week @ 2024-12-20 2092/week @ 2024-12-27 4029/week @ 2025-01-03 4745/week @ 2025-01-10

14,234 downloads per month
Used in 164 crates (40 directly)

Apache-2.0

16KB
222 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.

Release

Polkadot SDK Stable 2412

Dependencies

~5–14MB
~179K SLoC