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 ``.
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
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