Open PierreBesson opened 6 years ago
I would love to see grafana + prometheus. We have that combo in place for ~6 month now. Can I help somehow here?
Well we need to create the jhispter-prometheus and jhipster-grafana docker images based on their official docker images like we did for the ELK stack and Zipkin. Ideally we can add improve the jhipster-import-dashboard scripts to autotically import dashboards in Grafana using the grafana REST API.
We also need to have the Elasticsearch and Prometheus datasources automatically configured in Grafana.
Alright. Will have a look.
On Wed, Oct 3, 2018, 14:38 Pierre Besson notifications@github.com wrote:
We also need to have the Elasticsearch and Prometheus datasources automatically configured in Grafana as well.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jhipster/jhipster-console/issues/108#issuecomment-426621836, or mute the thread https://github.com/notifications/unsubscribe-auth/AAMaidI47ZoCUxxJ0_tccBb9jNzeA03xks5uhK-rgaJpZM4XFmrQ .
Using the ELK stack for metrics analysis does work but it doesn't cut it for advanced use cases. The main drawback is Elasticsearch doing aggregations on statistical data such as percentiles which is meaningless.
The most popular metrics monitoring solution tool at the moment is the Prometheus/Grafana combo so I think we should focus on that.