cd $GOPATH/src
git clone https://github.com/traPtitech/conoha_exporter.git
cd conoha_exporter
go mod download
go build
./conoha_exporter
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