mirror of
https://github.com/prometheus/prometheus.git
synced 2026-04-01 07:15:34 -04:00
By default, OpenStack SD only queries for instances
from specified project. To discover instances from other
projects, users have to add more openstack_sd_configs for
each project.
This patch adds `all_tenants` <bool> options to
openstack_sd_configs. For example:
- job_name: 'openstack_all_instances'
openstack_sd_configs:
- role: instance
region: RegionOne
identity_endpoint: http://<identity_server>/identity/v3
username: <username>
password: <super_secret_password>
domain_name: Default
all_tenants: true
Co-authored-by: Kien Nguyen <kiennt2609@gmail.com>
Signed-off-by: dmatosl <danielmatos.lima@gmail.com>
|
||
|---|---|---|
| .. | ||
| configuration | ||
| images | ||
| querying | ||
| federation.md | ||
| getting_started.md | ||
| index.md | ||
| installation.md | ||
| migration.md | ||
| stability.md | ||
| storage.md | ||