Skip to content

Commit d9b97c5

Browse files
authored
Match job name of OS Capacity to what Azimuth expects (#1531)
Match job name of OS Capacity to what Azimuth expects
1 parent 0161150 commit d9b97c5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

etc/kayobe/kolla/config/prometheus/prometheus.yml.d/70-oscapacity.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% if stackhpc_enable_os_capacity | bool %}
44
{% raw %}
55
scrape_configs:
6-
- job_name: os-capacity
6+
- job_name: os_capacity
77
static_configs:
88
- targets:
99
- '{{ kolla_internal_fqdn | put_address_in_context('url') }}:9090'
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Changed the Prometheus job name of OS Capacity exporter to
5+
``os_capacity`` which is what Azimuth is expecting to have for
6+
`cloud metrics dashboard <https://github.com/azimuth-cloud/ansible-collection-azimuth-ops/blob/main/roles/cloud_metrics/defaults/main.yml#L41C1-L43C48>`__.

0 commit comments

Comments
 (0)