Top "Spring-boot-actuator" questions

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

@Order(SecurityProperties.ACCESS_OVERRIDE_ORDER) vs ManagementServerProperties.ACCESS_OVERRIDE_ORDER in Spring Security

Question1: In Spring Security, what exactly is the function @Order(SecurityProperties.ACCESS_OVERRIDE_ORDER) Spring Documentation States the below, but …

java spring spring-mvc spring-security spring-boot-actuator
Spring boot actuator MySQL database health check

I have designed one demo spring boot application CRUD operation with MySQL database. My application.properties file is as follow. …

java mysql spring spring-boot spring-boot-actuator
Add prefix to all Spring Boot actuator endpoints

Is there an easy way to add a prefix to all the Actuator endpoints? /env -> /secure/env /health …

spring spring-boot spring-boot-actuator
Spring Boot 2 health actuator default mapping

I'm using Spring Boot 2 M3 actuators. By default, the health endpoint is mapped to /application/health. Is it possible to …

java spring spring-boot spring-boot-actuator
Exporting Spring Boot Actuator Metrics (& Dropwizard Metrics) to Statsd

I'm trying to export all of the metrics which are visible at the endpoint /metrics to a StatsdMetricWriter. I've got …

spring-boot spring-boot-actuator
Spring Boot - Change the location of the /health endpoint to /ping/me

I set the endpoints.health.path property to /ping/me. But I cannot access the endpoint using http://localhost:9000/ping/…

spring spring-boot spring-boot-actuator health-monitoring
Spring Boot /actuator returns 404 not found

I am using spring boot 2.1.4.RELEASE and currently trying to access http://localhost:8080/actuator but i am getting 404 not found. …

spring spring-boot spring-boot-actuator
Spring-boot micrometer timer() how does it work?

I am new to using spring-boot metrics and started with micrometer. I couldn't find good examples(the fact that its …

spring-boot spring-boot-actuator micrometer
Spring boot actuator "/health" is not working

I have a running Springboot application which serves the URL http://localhost:8081/topics and returns me JSON response as expected. …

spring-boot spring-boot-actuator
Spring boot metrics + datadog

Does anyone know how to integrate Spring boot metrics with datadog? Datadog is a cloud-scale monitoring service for IT. It …

java spring-boot spring-boot-actuator datadog metrics-spring