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

#824 in Magic Beans

Download history 1978/week @ 2024-01-25 1862/week @ 2024-02-01 2826/week @ 2024-02-08 3303/week @ 2024-02-15 3149/week @ 2024-02-22 2331/week @ 2024-02-29 2530/week @ 2024-03-07 2423/week @ 2024-03-14 3179/week @ 2024-03-21 3463/week @ 2024-03-28 3105/week @ 2024-04-04 2765/week @ 2024-04-11 2537/week @ 2024-04-18 2762/week @ 2024-04-25 2424/week @ 2024-05-02 1824/week @ 2024-05-09

10,025 downloads per month
Used in 154 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–15MB
~184K SLoC