Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 613 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 613 Bytes

peggo_prometheus_exporter

Custom Prometheus Exporter for Injective's Peggo bridge.

Prerequisites

  • Docker
  • Docker Compose

Setup

  1. Clone this repository:
git clone https://github.com/yourusername/peggo_prometheus_exporter.git
  1. Navigate to the project directory:
cd peggo_prometheus_exporter
  1. Copy the a .env.sample file and fill in the variables.
mv .env.sample .env

Running the Exporter

  1. Build and start the Docker services:
docker-compose up -d
  1. The Prometheus Exporter should now be running on the specified HTTP_PORT.
curl localhost:9910