Skip to content

Commit

Permalink
prometheus integration: Bumped version of statsd-exporter and node-ex…
Browse files Browse the repository at this point in the history
…porter

Change-Id: I093c60d88eaa93c800a20c703532dacfeebb5837
  • Loading branch information
morucci committed Aug 1, 2024
1 parent 0274cd5 commit 121eca5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/libs/base/static/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ images:
version: 1-284.1696531168
- name: node-exporter
container: quay.io/prometheus/node-exporter
version: v1.6.1
version: v1.8.2
- name: statsd-exporter
container: quay.io/prometheus/statsd-exporter
version: v0.24.0
version: v0.26.1
- name: fluentbit
container: cr.fluentbit.io/fluent/fluent-bit
version: "2.1.10"
Expand Down
2 changes: 2 additions & 0 deletions controllers/zuul.go
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,8 @@ func (r *SFController) EnsureZuulScheduler(cfg *ini.File) bool {
"zuul-common-config": utils.IniSectionsChecksum(cfg, commonIniConfigSections),
"zuul-component-config": utils.IniSectionsChecksum(cfg, sections),
"zuul-image": getZuulImage("zuul-scheduler"),
"statsd-image": base.StatsdExporterImage(),
"node-exporter-image": base.NodeExporterImage(),
"statsd_mapping": utils.Checksum([]byte(zuulStatsdMappingConfig)),
"serial": "9",
"zuul-logging": utils.Checksum([]byte(r.getZuulLoggingString("zuul-scheduler"))),
Expand Down
3 changes: 3 additions & 0 deletions doc/reference/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ All notable changes to this project will be documented in this file.
- zuul-scheduler: add support for `max_hold_expiration`.

### Changed

- prometheus integration: Bumped version of statsd-exporter and node-exporter

### Deprecated
### Removed
### Fixed
Expand Down

0 comments on commit 121eca5

Please sign in to comment.