prometheus-endpoint

Crates.ioprometheus-endpoint
lib.rsprometheus-endpoint
version2.1.2
sourcesrc
created_at2021-03-08 15:34:45.189776
updated_at2021-06-23 01:28:42.33332
descriptionEndpoint to expose Prometheus metrics
homepagehttps://core.tetcoin.org
repositoryhttps://github.com/tetcoin/tetcore
max_upload_size
id365725
size14,348
Marlon Hanks (marlonhanks)

documentation

https://docs.rs/prometheus-endpoint

README

Tetcore 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 Tetcore, 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 Tetcore 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: 5279

cargo fmt