Top "Spring-boot-actuator" questions

Spring Boot Actuator is a sub-project of Spring Boot.

Spring Boot Actuator endpoints with set server.context-path

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-actuator
Spring Boot Actuator pretty print JSON

In 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-actuator
Spring Boot HealthIndicator by Example

I 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-monitoring
"Did not find handler method for" log messages with Spring Boot Actuator

When I include the actuator and enable debug logging messages then there are lots of Did not find handler method …

spring-boot spring-boot-actuator
Spring boot 2 actuator metrics

Is there any reference detailed documentation of spring boot 2 metrics. I mean { "names": [ "jvm.memory.max", "http.server.requests", "process.…

java spring-boot-actuator micrometer
Spring Boot Admin Page

I 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-admin
How to expose kafka metrics to /actuator/metrics with spring boot 2

I 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-kafka
how to get metrics from spring-boot-actuator programmatically?

we 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-actuator
Spring Boot Actuator/Micrometer Metrics Disable Some

Is there a way to turn off some of the returned metric values in Actuator/Micrometer? Looking at them now …

metrics spring-boot-actuator micrometer
RabbitHealthIndicator - Health check failed

Have 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