Skip to content

Commit

Permalink
[prometheus] fix api incompatibility between exporter and nova
Browse files Browse the repository at this point in the history
apply workaround for the following bug in the openstack_exporter
openstack-exporter/openstack-exporter#268
  • Loading branch information
msherman64 committed Jul 31, 2024
1 parent 89284b1 commit 98a66e9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions kolla/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,10 +300,9 @@ prometheus_port: "9090"
prometheus_user: "prometheus"
prometheus_jupyterhub_exporter_token:
prometheus_alertmanager_slack_channel: "#notifications"
prometheus_openstack_exporter_interval: 5m
prometheus_openstack_exporter_timeout: 30s
prometheus_openstack_exporter_cmdline_extras:
--disable-slow-metrics

# workaround for https://github.com/openstack-exporter/openstack-exporter/issues/268
prometheus_openstack_exporter_compute_api_version: "2.87"

enable_prometheus_ironic_exporter: no

Expand Down

0 comments on commit 98a66e9

Please sign in to comment.