add HOWTO+BLOG comments
This commit is contained in:
parent
c87b88ff4c
commit
346b9a1bc2
@ -11,6 +11,8 @@ import java.util.List;
|
|||||||
|
|
||||||
@Component
|
@Component
|
||||||
@Endpoint(id="metric-links")
|
@Endpoint(id="metric-links")
|
||||||
|
// BLOG: implement a custom Spring Actuator endpoint to view _clickable_ Spring Actuator (Micrometer) Metrics endpoints
|
||||||
|
// HOWTO: implement a custom Spring Actuator endpoint
|
||||||
public class CustomActuatorEndpoint {
|
public class CustomActuatorEndpoint {
|
||||||
|
|
||||||
private final RestTemplate restTemplate = new RestTemplate();
|
private final RestTemplate restTemplate = new RestTemplate();
|
||||||
|
@ -8,6 +8,7 @@ management:
|
|||||||
endpoints:
|
endpoints:
|
||||||
web:
|
web:
|
||||||
exposure:
|
exposure:
|
||||||
|
# HOWTO: view _clickable_ Spring Actuator (Micrometer) Metrics endpoints: http://localhost:8081/actuator/metric-links
|
||||||
include: info, health, metrics, metric-links
|
include: info, health, metrics, metric-links
|
||||||
observations:
|
observations:
|
||||||
annotations:
|
annotations:
|
||||||
|
Loading…
Reference in New Issue
Block a user