tarantool / grafana-dashboard

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

dashboard: in-built variable for rate interval #169

Closed DifferentialOrange closed 2 years ago

DifferentialOrange commented 2 years ago

Merge after #173

In Grafana 7.2 $__rate_interval for Prometheus rate() requests was introduced. This patch replaces user-specified $rate_time_range variable with in-built $__rate_interval.

Since $__rate_interval should be enough to cover all rate cases, this patch also removes all code traces of rate time range configuration.

Closes #127

DifferentialOrange commented 2 years ago

This variable is also do not forbid to create alerts on panels.