Monitoring spring boot application with grafana and prometheus.#springboot #java #grafana

preview_player
Показать описание
Prometheus
==========
It’s generally used to store metrics and performance data from your applications.
And this allows you to perform time-series analysis of metrics.

And this is an important point: Prometheus uses a pull-based approach for getting metrics.
It uses a set of instructions, to determine which applications to fetch metrics from, and how to do it.
This is good, because it means your application isn’t tightly coupled to Prometheus.
Your application doesn’t need to know where Prometheus is located, or even be concerned if Prometheus has crashed or died!

Рекомендации по теме
Комментарии
Автор

Great explanation
Can create similar video with Datadog integration with springboot locally like you did in this video.

I saw some videos on YouTube they did Datadog integration with docker. I don't want to use docker

Please creat such video

asifraza
Автор

Pls help how to monitor tomcat hosted applications through Prometheus grafana

MOhanReddy-yy
visit shbcf.ru