Files
puppet-ceilometer/releasenotes/notes/add_tenant_name_discovery-4671aec3daae9622.yaml
Yadnesh Kulkarni b00000fb86 Add new parameter tenant_name_discovery
Enabling this parameter will identify user and project
names from the polled metrics [1].

These details are collected by making additional requests
to keystone service, depending upon the scale of environment,
number of projects/users and the count of metrics polled in
every iteration, enabling this could overwhelm the keystone
service.

[1] Iee5dbf09a1fd3ac571746fc66d2683eb8e6a1b27

Depends-on: https://review.opendev.org/852948
Signed-off-by: Yadnesh Kulkarni <ykulkarn@redhat.com>
Change-Id: I045c7cd7a86d0f7f97a9078cbfc74353dcff0eb8
2022-09-21 13:35:48 +09:00

8 lines
231 B
YAML

---
features:
- |
Add new parameter ``tenant_name_discovery``, whether to
idenitfy user and project names from polled samples.
This paramater is to be configured only when ceilometer
central namespace is enabled.