tarantool / grafana-dashboard

Dashboard for Tarantool application and database server monitoring with Grafana
MIT License
34 stars 11 forks source link

Configurable alerts in Grafana dashboard #216

Open DifferentialOrange opened 1 year ago

DifferentialOrange commented 1 year ago

Now we have an example of alerts for Prometheus that one may use. But using Grafana alerts is more widespread among Tarantool Grafana dashboard users. For now, there wasn't any support for Grafana alerts since the main product of this repo -- published dashboards for InfluxDB, Prometheus, InfluxDB TDG, Prometheus TDG -- use dynamic variables, which cannot be used with alerts. Since we added static build support, it is possible to support them for static built dashboards.

@palage4a already had a prototype to solve Delivery team needs. The idea is as follows: since thresholds may be different for each application, all alerts are specified in dashboard configuration. We'll need to find a balance between predefined set of alerts and customization and implement them here, in common purpose library.