Jonatan Ivanov
Jonatan Ivanov
Connected issue in Framework: https://github.com/spring-projects/spring-framework/issues/29210
There are a few connected issues to this, let me try to collect them here: - https://github.com/micrometer-metrics/micrometer/issues/3678 - https://github.com/spring-projects/spring-security/issues/12854 - https://github.com/spring-projects/spring-framework/issues/29210 - https://github.com/spring-projects/spring-boot/issues/34400 What you described as an issue can...
I might have something that could work for you but I have never tried with webflux and I did not test it a lot for webmvc, I threw it out...
@codefromthecrypt You might be able to do this as a workaround: ```java @Bean ObservationPredicate noActuatorServerObservations() { return (name, context) -> { if (name.equals("http.server.requests") && context instanceof ServerRequestObservationContext serverContext) { return...
>note @nidhi-nair seemed to need to look up a root context to implement this, though I don't know if it was project-specific Yes, you need to find the root in...
I'm not sure if this is connected since there are not a lot of details in the issue description, but on my mac, OBS crashes if I click on the...
It did not work it is still crashing.
This issue can be closed since https://github.com/nebula-plugins/nebula-release-plugin/pull/243 removed jgit.
What do you mean by cache utilization? Is it `size/capacity`?
@rschuetz Do you want to propose your changes in a PR?