kolla-ansible/releasenotes/notes/friendly-hostnames-1bb1254b2b434a11.yaml
Dawud eef3ff3084 Use friendly prometheus instance labels
Replaces the instance label on prometheus metrics with the inventory
hostname as opposed to the ip address. The ip address is still used as
the target address which means that there is no issue of the hostname
being unresolvable. Can be optionally enabled or set to FQDNs by
changing the prometheus_instance_label variable as mentioned in the
release notes.

Co-Authored-By: Will Szumski <will@stackhpc.com>
Change-Id: I387c9d8f5c01baf6054381834ecf4e554d0fff35
2023-06-20 06:44:10 +00:00

11 lines
444 B
YAML

---
features:
- |
Adds the ability for the instance label on prometheus metrics to be
replaced with the inventory hostname as opposed to using the ip address as
the metric label. The ip address is still used as the target address which
means that there is no issue of the hostname being unresolvable.
More information on how to use this feature can be found in the
reference documentation for logging and monitoring.