Skip to content

A prometheus exporter which export the lifetime of the VMs

Notifications You must be signed in to change notification settings

SquareFactory/exoscale_exporter

Repository files navigation

A prometheus exporter for Exoscale

Help

NAME:
   exoscale_exporter - Fetches statistics from Exoscale API

USAGE:
   exoscale_exporter [global options] command [command options] [arguments...]

COMMANDS:
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --config.file value         Path to configuration file. (default: "config.yaml") [$CONFIG_FILE]
   --help, -h                  show help (default: false)
   --web.listen-address value  Address to listen on for web interface and telemetry. (default: ":9116") [$LISTEN_ADDRESS]

Example config

config.yaml

exoscale_config:
  key: 'EXO...'
  secret: '...'