https://github.com/chainbound/fiber-stats
Docker compose setup for Fiber performance dashboards
https://github.com/chainbound/fiber-stats
ethereum mev
Last synced: about 2 months ago
JSON representation
Docker compose setup for Fiber performance dashboards
- Host: GitHub
- URL: https://github.com/chainbound/fiber-stats
- Owner: chainbound
- Created: 2022-12-01T11:16:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-19T15:53:56.000Z (about 3 years ago)
- Last Synced: 2025-10-29T08:38:09.397Z (7 months ago)
- Topics: ethereum, mev
- Language: Go
- Homepage:
- Size: 269 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fiber Stats Setup
This repo can be used to set up a dashboard to track the performance of Fiber vs. a web3 API (like your local node or Infura / Alchemy).

## Usage
* Get the repo
```bash
git clone https://github.com/chainbound/fiber-stats && cd fiber-stats
```
* Create the .env file from the example
```bash
cp .example.env .env
```
* Set the correct values in the .env file
* Run the Docker Compose setup
```bash
docker compose up --build -d
```
This will start a Grafana server on 0.0.0.0:80. You can change the ports in `docker-compose.yml`.
You can then navigate to the **Fiber Stats** dashboard.