You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tezos_exporter produces metrics by querying the RPC methods of a Tezos node.
Getting Started using docker
To get started using the provided docker images, run:
docker run -it --rm --name tezos_exporter ecadlabs/tezos_exporter \
-tezos-node-url https://YOUR_TEZOS_NODE:8732/
You will need to configure a prometheus server to scrape the metrics from your
newly running exporter. Add the following scrape job to your promethus.yml
configuration file.
To contribute, please check the issue tracker to see if an existing issue
exists for your planned contribution. If there's no Issue, please create one
first, and then submit a pull request with your contribution.
For a contribution to be merged, it must be well documented, come with unit
tests, and integration tests where appropriate. Submitting a "Work in progress"
pull request is welcome!
Reporting Security Issues
If a security vulnerability in this project is discovered, please report the
issue to security@ecadlabs.com or to jevonearth on keybase.io
Reports may be encrypted using keys published on keybase.io
About
A Prometheus metrics exporter for monitoring a Tezos node