Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% if stackhpc_enable_os_capacity | bool %}
{% raw %}
scrape_configs:
- job_name: os-capacity
- job_name: os_capacity
static_configs:
- targets:
- '{{ kolla_internal_fqdn | put_address_in_context('url') }}:9090'
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
fixes:
- |
Changed the Prometheus job name of OS Capacity exporter to
``os_capacity`` which is what Azimuth is expecting to have for
`cloud metrics dashboard <https://github.com/azimuth-cloud/ansible-collection-azimuth-ops/blob/main/roles/cloud_metrics/defaults/main.yml#L41C1-L43C48>`__.
Loading