Код: Выделить всё
org.springframework.boot
spring-boot-starter-actuator
io.micrometer
micrometer-registry-prometheus
Код: Выделить всё
management:
endpoints:
web:
exposure:
include: prometheus
base-path: /
, я получу следующее:
< img alt="act" src="https://i.sstatic.net/nrvMl4PN.png" />
Как видите, Прометея нетВ http://localhost:9083/actuator/prometheus
я получаю следующую ошибку:
[img]https://i.sstatic .net/Blx09Hzu.png[/img]
Я попробовал все, что написано в этих ответах:
Получение «страницы ошибки Whitelabel» при открытии «/actuator/mappings»
Невозможно получить доступ к конечной точке Spring Boot Actuator «/actuator»
Spring Boot /actuator возвращает 404, не найден
Отметка, кажется, работает, есть идеи?
Подробнее здесь: https://stackoverflow.com/questions/785 ... etting-404
Мобильная версия