You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: