You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use these classes in module irs-api o.e.t.irs.util.CustomUriTagProvider for providing a custom prometheus tag configuration for the request buckets because the default configuration includes the query string in the URI tag which leads to lots of metric entries for each different call.
Maybe adding a new (integration) test is necessary, because there does not seem to be any test that would verify our custom Prometheus configuration yet.
Outcome / Acceptance Criteria
Outcome
...
Acceptance Criteria
Update to Spring Boot version to 3.2.x
Find and implement solution for dropped classes (and prove in some way that the custom prometheus configuration is still working).
Out of Scope
The text was updated successfully, but these errors were encountered:
As a product
I want to update Spring Boot version to >= 3.2.x
so that IRS works with the current Spring Boot version.
Links
Hints / Details
https://github.com/spring-projects/spring-boot/releases
Updating to Spring Boot 3.2.x involves more than just updating the version number because Spring 3.2 dropped some classes:
Maybe adding a new (integration) test is necessary, because there does not seem to be any test that would verify our custom Prometheus configuration yet.
Outcome / Acceptance Criteria
Outcome
Acceptance Criteria
Out of Scope
The text was updated successfully, but these errors were encountered: