mirror of
https://github.com/prometheus/prometheus.git
synced 2026-02-26 19:32:25 -05: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>
|
||
|---|---|---|
| .. | ||
| alerting_rules.md | ||
| configuration.md | ||
| index.md | ||
| recording_rules.md | ||
| template_examples.md | ||
| template_reference.md | ||
| unit_testing_rules.md | ||