prometheus/docs/configuration
Kien Nguyen-Tuan 9c5370fdfe Support discover instances from all projects (#4682)
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>
2018-10-17 13:01:33 +01:00
..
alerting_rules.md Update ALERTS docs for 2.0 staleness changes. (#4116) 2018-04-26 12:44:11 +01:00
configuration.md Support discover instances from all projects (#4682) 2018-10-17 13:01:33 +01:00
index.md Consolidate configuration and rules docs in docs/configuration/ 2017-10-27 09:54:02 +02:00
recording_rules.md [minor] docs: recording_rules: fix missing key 2017-12-14 12:20:28 +00:00
template_examples.md Fix markup in example. (#4351) 2018-07-05 09:13:00 +01:00
template_reference.md Updated alert templating docs (#3596) 2017-12-19 08:04:06 +00:00
unit_testing_rules.md Fix docs (#4690) 2018-10-03 12:45:09 +01:00