Skip to content

adjacentresearchxyz/marginfi_exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marginfi Exporter

A Prometheus Exporter for marginfi.com

Exports acccount information for marginfi, run with

# configure .env variables 
cp .env.example .env

# activate virtual enviroment and install packages
python3 -m venv .venv 
source .venv/bin/activate
pip install -r requirements.txt

# run 
python main.py

# view metrics 
curl localhost:9000/metrics

About

A Prometheus Exporter for marginfi.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published