ceilometer/releasenotes/notes/add-tenant-name-discovery-668260bb4b2b0e8c.yaml
Yadnesh Kulkarni 79454d6b22 Add user/project names to polled samples
Project and user names would be first fetched from cache, if not found,
they will be requested from keystone and then cached. Using cache will
significanlty reduce the number of calls made to keystone.

If ceilometer is configured with no caching backend, the results
will always be fetched by querying request to keystone.

A new config option, `tenant_name_discovery` is introduced
to operate this feature. This feature is optional and is disabled by default.

No attempts to identify names will be made if uuids are found to be `None`.

Signed-off-by: Yadnesh Kulkarni <ykulkarn@redhat.com>
Change-Id: Iee5dbf09a1fd3ac571746fc66d2683eb8e6a1b27
2022-09-13 11:15:51 +00:00

7 lines
228 B
YAML

---
features:
- |
Identify user and projects names with the help of their UUIDs
in the polled samples. If they are identified, set "project_name"
and "user_name" fields in the sample to the corresponding values.