Skip to content

Commit

Permalink
Add .gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Dylan Schultz <[email protected]>
  • Loading branch information
dylanschultzie committed Dec 14, 2023
1 parent 835fbe0 commit 969705a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NODE_URL=http://135.181.228.130:3033
POLL_SECONDS=30
HTTP_PORT=9911
NETWORK_ID=testnet3
NETWORK_ID=testnet3
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.env
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# peggo_prometheus_exporter
Custom Prometheus Exporter for Injective's Peggo bridge.
# aleo_prometheus_exporter
Custom Prometheus Exporter for Aleo. Inspired by [DSVR's Aleo Exporter](https://github.com/dsrvlabs/aleo_exporter).

## Prerequisites
- Docker
Expand All @@ -22,15 +22,11 @@ Custom Prometheus Exporter for Injective's Peggo bridge.
## Setup
1. Clone this repository:
```sh
git clone https://github.com/yourusername/peggo_prometheus_exporter.git
```

2. Navigate to the project directory:
```sh
git clone https://github.com/yourusername/aleo_prometheus_exporter.git
cd peggo_prometheus_exporter
```

3. Copy the a .env.sample file and fill in the variables.
2. Copy the a .env.sample file and fill in the variables.
```sh
mv .env.sample .env
```
Expand All @@ -42,5 +38,5 @@ docker-compose up -d
```
2. The Prometheus Exporter should now be running on the specified HTTP_PORT.
```sh
curl localhost:9910
curl localhost:9911
```

0 comments on commit 969705a

Please sign in to comment.