Integrating Spring Boot App with Prometheus

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 พ.ย. 2022
  • In this video we will see how to integrate prometheus dependency to a spring boot app so that it can emit prometheus specific metrics. Next we will configure a running instance of Prometheus to consume those metrics. We will show the consumed metrics in the Prometheus web interface.
    You can find the source code at the following github url
    github.com/chargeahead/actuat...

ความคิดเห็น • 3

  • @blessycheriyan5870
    @blessycheriyan5870 ปีที่แล้ว

    great tutorial ,working fine in windows

  • @ZakariaaElK
    @ZakariaaElK ปีที่แล้ว

    Thank you for this great tuto, i have a problem when I type in the browser localhost:8080/metrics it works, but when I type localhost:8080/actuator/metrics it appears an error message "Whitelabel Error Page. This application has no explicit mapping for / error, so you are seeing this as a fallback".
    Knowing that I added the "spring-boot-starter-actuator" dependency.

  • @worldtechies3636
    @worldtechies3636 ปีที่แล้ว

    prometheus.exe is not running when I put spring boot application configurations in prometheus.yml file. what can be the solution