prometheus/docs
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
..
configuration Support discover instances from all projects (#4682) 2018-10-17 13:01:33 +01:00
images Add 2.0 storage docs (#3423) 2017-11-07 22:00:38 +01:00
querying web/api: Expose rule health and last error (#4501) 2018-08-23 18:30:10 +05:30
federation.md Import storage and federation documentation from docs 2017-10-26 22:36:47 +02:00
getting_started.md docs: Fix minor issues with the docs. (#3389) 2017-11-01 15:35:50 +00:00
index.md Fix migration documentation title in docs menu 2017-12-14 12:20:28 +00:00
installation.md Remove not maintained roles 2018-01-26 09:46:44 +01:00
migration.md New server uses read protocol, to eh, read. (#3444) 2017-12-14 12:20:28 +00:00
stability.md Add 2.0 stability guarantees (#3484) 2017-12-14 12:54:32 +00:00
storage.md Add link to TSDB format page. (#4402) 2018-07-28 08:02:03 +01:00