Custom Prometheus Exporter for Injective's Peggo bridge.
- Docker
- Docker Compose
- Clone this repository:
git clone https://github.com/yourusername/peggo_prometheus_exporter.git
- Navigate to the project directory:
cd peggo_prometheus_exporter
- Copy the a .env.sample file and fill in the variables.
mv .env.sample .env
Running the Exporter
- Build and start the Docker services:
docker-compose up -d
- The Prometheus Exporter should now be running on the specified HTTP_PORT.
curl localhost:9910