Prometheus exporter for the OVH API
Run this command to generate a unique link with correct ovh permissions needed for this project
ovh-exporter credentials
Then source a .env file containing these variables
export OVH_ENDPOINT="ovh-eu"
export OVH_APP_KEY=""
export OVH_APP_SECRET=""
export OVH_CONSUMER_KEY=""
export OVH_CLOUD_PROJECT_INSTANCE_BILLING_PROJECT_IDS=""
export OVH_CACHE_UPDATE_INTERVAL="300"
export SERVER_PORT="8080"
ovh-exporter serve
nerdctl compose up