Spring Boot Actuator is a sub-project of Spring Boot.
In spring boot app I set e.g. server.context-path=/mymodule. This is convenient because I don't need to repeat …
spring spring-boot spring-cloud spring-boot-actuatorIn my Spring Boot 1.3.3.RELEASE application Actuator's Health endpoint returns following JSON: {"status":"UP","diskSpace":{"status":"UP","total":120031539200,"free":109277069312,"threshold":10485760}} …
json spring spring-boot spring-boot-actuatorI am looking to build a robust and detailed health check endpoint (/health) on my Spring Boot REST service. I …
java spring spring-boot spring-boot-actuator health-monitoringWhen I include the actuator and enable debug logging messages then there are lots of Did not find handler method …
spring-boot spring-boot-actuatorIs there any reference detailed documentation of spring boot 2 metrics. I mean { "names": [ "jvm.memory.max", "http.server.requests", "process.…
java spring-boot-actuator micrometerI am trying to understand how to use SBAP in my application because it is a very handy tool for …
java spring-boot monitoring spring-boot-actuator spring-boot-adminI was looking a while and didn't seem to find the answer. I'm using Spring boot 2, Spring Kafka 2.1.4 and I …
spring-boot metrics spring-boot-actuator spring-kafkawe have a spring application in production. It is NOT Spring-boot. I found this post on how to use spring-boot-actuator …
spring-boot spring-boot-actuatorIs there a way to turn off some of the returned metric values in Actuator/Micrometer? Looking at them now …
metrics spring-boot-actuator micrometerHave a similar situation as we have here Spring Cloud Stream and RabbitMQ health check Error message 2018-12-04 05:17:31.768 INFO 1 …
spring spring-boot spring-boot-actuator spring-integration-amqp