Skip to content

A collection of Prometheus Exporter for monitoring EOSIO Chain nodes and Hyperion / Atomic Assets Apis

Notifications You must be signed in to change notification settings

blokcrafter-dan/eosio-prometheus-exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eosio-prometheus-exporter

Collect metrics for your Prometheus deployment using our purpose-built exporters for EOSIO based blockchains. It supports the following target types:

  1. Nodeos
  2. Hyperion
  3. Atomic

All exporters are using the multi-target infrastructure, meaning that you will only need to set up a single exporter per server, that can handle multiple instances of e.g. nodeos.

The start.sh script will call each exporters run.sh script. The run.sh scripts will create a docker user-defined bridge network for the containers to attach to. Other applications that query these exporters should also attach to this network. It is called 'eosio-exporters'. The exporters can be reached on the network at port 8000 and by name:

  • atomic-api:8000
  • blockchain-api:8000
  • hyperion-api:8000

About

A collection of Prometheus Exporter for monitoring EOSIO Chain nodes and Hyperion / Atomic Assets Apis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.6%
  • Shell 17.2%
  • Dockerfile 4.2%