Skip to content

For Vast.ai hosts. Prometheus exporter reporting data from your Vast.ai account.

License

Notifications You must be signed in to change notification settings

alkorolyov/vastai-exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vastai_exporter

Docker Image CI

For Vast.ai hosts.

Prometheus exporter reporting data from your Vast.ai account:

  • Stats of your machines: reliability, DLPerf score, inet speed, number of client jobs running, number of gpus used.
  • Stats of your own instances: on-demand and default.
  • Paid and pending balance of your account.
  • Your on-demand and bid prices.
  • Stats of hosts' offerings of GPU models that you have.

In per-account Prometheus metrics at (url: /metrics),

NOTE: This is a work in progress. Output format is subject to change.

Usage

docker run -d --restart always -p 8622:8622 alkorolyov/vastai-exporter \
    --api-key=VASTKEY

Replace VASTKEY with your Vast.ai API key. To test, open http://localhost:8622. If does not work, check container output with docker logs.

About

For Vast.ai hosts. Prometheus exporter reporting data from your Vast.ai account.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.3%
  • Dockerfile 1.3%
  • Shell 0.4%