How to Monitor Spring Boot Application With Prometheus and Grafana

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ม.ค. 2025

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

  • @riteshlenka6871
    @riteshlenka6871 2 ปีที่แล้ว +3

    Please keep uploading these type of very informative video. you deserve more subs. Thanks God, I found your channel.

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

    Great video for starting with spring-boot, prometheus and grafana integration

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

    its very interesting topics, I tried and its working fine in my case anyway thank you for uploading such valuable & informative session ,waiting for further videos ,Still waiting

  • @RANKAPADI
    @RANKAPADI 2 ปีที่แล้ว

    Very nicely explained... Keep on sharing your valuable knowledge...

  • @nitheshkulal9890
    @nitheshkulal9890 7 วันที่ผ่านมา

    Could you please confirm whether I need to install Prometheus and Grafana separately on my system before starting this video, or will they be included as part of the Spring Boot dependencies?

  • @khadijakaimous656
    @khadijakaimous656 2 ปีที่แล้ว

    Amazing explanation keep going

  • @saidmzee4107
    @saidmzee4107 7 หลายเดือนก่อน

    hello how can I make prometheus to not include its requests on the total number of requests made to the application, to only scrape the requests that have hit the application endpoints and not /actuator/prometheus

  • @buntykumar7270
    @buntykumar7270 11 หลายเดือนก่อน

    Very informative video

  • @dautofreitas8318
    @dautofreitas8318 6 หลายเดือนก่อน

    Thank you, excellent video.

  • @ahmadkabeer8275
    @ahmadkabeer8275 2 ปีที่แล้ว +1

    Please provide the project git url?

  • @cooltechie2193
    @cooltechie2193 7 หลายเดือนก่อน

    Can u guide me how to monitor rmq using prometheus and grafana

  • @MdZakaria-dd8mh
    @MdZakaria-dd8mh ปีที่แล้ว

    Hi Sir, Great Video learnt a lot from it. Need a help , getting error while connect prometheus with grafana Error message: "Error reading Prometheus: An error occurred within the plugin"

  • @sirojiddingroup
    @sirojiddingroup 2 ปีที่แล้ว

    why didn't show this data directory wwhich is the create

  • @ttt-e8q1t
    @ttt-e8q1t ปีที่แล้ว

    I followed the configurations, but when I hit /actuator/prometheus it is just a blank page.... I checked that I have the dependencies needed

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

      Can you download my project and try?

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

    Hi, Actually docker compose up is keep running more than two hours for this prometheus and grafana. do i have to stop and run again or can i wait till the docker compose command completes. please confirm. Thanks in advance for your support. - Rakesh

    • @RefactorFirst
      @RefactorFirst  ปีที่แล้ว +1

      The docker compose command is to run the docker images. You have to make them stop running with the command docker compose down.

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

      any help on this would be greatly appreciated. Please help

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

      I gave you the command to run. Its docker compose down.

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

      @@RefactorFirst sir.. thank you.. i have implemented the same without docker by installing prometheus and grafana in local system

  • @mohawberel
    @mohawberel 4 หลายเดือนก่อน

    Thank You!

  • @jessepinkman725
    @jessepinkman725 2 ปีที่แล้ว +1

    Awesome

  • @ashutoxh
    @ashutoxh 2 ปีที่แล้ว

    Your discord invite has expired, I am facing issues with prometheus.

    • @RefactorFirst
      @RefactorFirst  2 ปีที่แล้ว +1

      I don't have a discord server..

    • @ashutoxh
      @ashutoxh 2 ปีที่แล้ว

      @@RefactorFirst Oh, my bad. I misread the description.

  • @Romigo4
    @Romigo4 2 ปีที่แล้ว

    Hello, thanks for the video.
    Actually I cloned your repository and found out some issue.
    You have in prometheus.yml a target as
    - job_name: 'Spring Boot Application input'
    metrics_path: '/actuator/prometheus'
    scrape_interval: 2s
    static_configs:
    - targets: ['localhost:8000']
    but the default port of a spring boot application is 8080 ?
    and nonetheless I can't see any app or instance in grafana ? Even if I changed the port in targets to 8080 ?

    • @RefactorFirst
      @RefactorFirst  2 ปีที่แล้ว

      I fixed the prometheus config now to reflect the correct URL. Thanks for this. Regarding the data not avaiable, have you configured prometheus datasource in grafana?