Exoscale
Prometheus
Add the following scrape config to your Prometheus server:
Adding Zone
Append one of the following zones (?zone=
) to the query via :
ch-gva-2
, ch-dk-2
, de-fra-1
, de-muc-1
, at-vie-1
, bg-sof-1
scrape_configs:
- job_name: exoscale nodes
http_sd_configs:
- url: "https://api.ngine.cloud/cloud-sd/v1/exoscale?zone=ch-gva-2"
authorization:
credentials: <api_key>:<api_secret>
type: Bearer
Tests
To test the results, you can use the following curl
command: