Skip to content

Prometheus exporter for ConoHa metrics

License

Notifications You must be signed in to change notification settings

traPtitech/conoha_exporter

 
 

Repository files navigation

conoha_exporter

build

cd $GOPATH/src
git clone https://github.com/traPtitech/conoha_exporter.git

cd conoha_exporter

go mod download

go build
./conoha_exporter

usage

Put conoha_exporter_config.yaml in the same directory

# Port to listen on
port: 3030
# Conoha region
region: tyo1
tenant_id: your-tenant-id
username: conoha-api-username
password: conoha-api-password