mirror of
https://github.com/Dannecron/spring-boot-demo.git
synced 2025-12-26 00:32:34 +03:00
480 B
480 B
Метрики приложения в формате prometheus:
curl --request GET \
--url 'http://localhost:8081/metrics'
Список доступных для отображения метрик приложения:
curl --request GET \
--url 'http://localhost:8081/spring-metrics'
Значение конкретной метрики:
curl --request GET \
--url 'http://localhost:8081/spring-metrics/<metric-name>'