Skip to content

Commit 2bb2077

Browse files
committed
Match job name of OS Capacity to what Azimuth expects
1 parent 7ff4a53 commit 2bb2077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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'

0 commit comments

Comments
 (0)