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
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?
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
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"
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
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 ?
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?
Please keep uploading these type of very informative video. you deserve more subs. Thanks God, I found your channel.
Great video for starting with spring-boot, prometheus and grafana integration
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
Very nicely explained... Keep on sharing your valuable knowledge...
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?
Amazing explanation keep going
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
Very informative video
Thank you, excellent video.
Please provide the project git url?
Can u guide me how to monitor rmq using prometheus and grafana
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"
why didn't show this data directory wwhich is the create
I followed the configurations, but when I hit /actuator/prometheus it is just a blank page.... I checked that I have the dependencies needed
Can you download my project and try?
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
The docker compose command is to run the docker images. You have to make them stop running with the command docker compose down.
any help on this would be greatly appreciated. Please help
I gave you the command to run. Its docker compose down.
@@RefactorFirst sir.. thank you.. i have implemented the same without docker by installing prometheus and grafana in local system
Thank You!
Awesome
Your discord invite has expired, I am facing issues with prometheus.
I don't have a discord server..
@@RefactorFirst Oh, my bad. I misread the description.
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 ?
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?