Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 460 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 460 Bytes

Elrond Exporter

Prometheus exporter for Elrond node
⚠️ This is PoC, don't use in production

Metrics

All metrics are prefixed by erd_

Build

go build ./cmd/elrond-exporter

Run

./elrond-export --port 8888 --interval 5

You can now scrape metrics from http://localhost:8888/metrics

About

Exporter is inspired of zabbix-elrond-plugin