substrate-prometheus-endpoint

Crates.iosubstrate-prometheus-endpoint
lib.rssubstrate-prometheus-endpoint
version0.17.0
sourcesrc
created_at2020-02-27 23:12:48.589244
updated_at2024-01-23 01:04:09.652861
descriptionEndpoint to expose Prometheus metrics
homepagehttps://substrate.io
repositoryhttps://github.com/paritytech/polkadot-sdk.git
max_upload_size
id213357
size13,989
Parity Crate Owner (parity-crate-owner)

documentation

README

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.

Commit count: 17920

cargo fmt