stackabletech / docker-images

Product images for the Stackable Data Platform
https://docs.stackable.tech/home/stable/operators/
Apache License 2.0
17 stars 4 forks source link

Update JMX Exporter to a custom-built version of 1.0.1 #920

Closed lfrancke closed 2 weeks ago

lfrancke commented 2 weeks ago

Description

This includes an updated version of the Prometheus client which fixes a performance regression in 1.0.1.

Unfortunately there was no release of JMX Exporter 1.0.2 in time for our SDP 24.11 release so we decided to just build a custom version off main as of commit 193f6f5819a07093853f71f1b4094ccc7e67912f

Definition of Done Checklist

- [x] Add an entry to the CHANGELOG.md file
TIP: Running integration tests with a new product image The image can be built and uploaded to the kind cluster with the following commands: ```shell bake --product --image-version kind load docker-image --name= ``` See the output of `bake` to retrieve the image tag for ``.