python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Spring Boot Actuator 2.6.6 (initialising bean error)
I get the following error message when trying to run my Spring Boot 2.6.6 project test cases with actuator:
Parameter 0 of method bindTaskExecutorsToRegistry in org.springframework.boot.actuate.autoco...
Osmund Francis
Votes: 0
Answers: 1
405 when POST to change logging level using actuator in spring boot 2.2/4.*
We have a spring boot app using spring boot 2.2.7. Saw from spring boot's documentation that the logging level of loggers can be dynamically changed using actuator endpoints, https://docs.spring.io/sp...
gigi2
Votes: 0
Answers: 1
List of all spring-boot metrics micrometer properties
I couldn't find list of all supported spring-boot metrics micrometer properties. Can someone share good documentation link that I can refer? I am looking for enabling additional histogram metrics for ...
spachip
Votes: 0
Answers: 0
How can I generate Webclient Histogram Metrics
I want to capture metrics (number of calls, 95th percentile) about calls made from my backend service to other third party services. I am using WebClient to make these http calls. I couldn't find a sp...
spachip
Votes: 0
Answers: 1