Skip to content

Commit

Permalink
Fix: Updating openstack metrics polling interval and timeout (#524)
Browse files Browse the repository at this point in the history
The openstack metrics exporter is a heavy exporter by default.
Any additional strain on the system causes timeouts to occur.
This fix should eliminate the timeout failures.
  • Loading branch information
the2hill authored Oct 31, 2024
1 parent 43d49b7 commit ccf96dc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ image:
pullPolicy: Always

serviceMonitor:
interval: 3m
scrapeTimeout: 30s
interval: 5m
scrapeTimeout: 90s

nodeSelector:
openstack-control-plane: enabled
Expand Down

0 comments on commit ccf96dc

Please sign in to comment.