tarantool / grafana-dashboard

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

dashboard: add panels for expirationd module statistics #162

Closed oleg-jukovec closed 2 years ago

oleg-jukovec commented 2 years ago

Statistics for expirationd module was introduced in expirationd 1.2.0. Statistics integrated with metrics and enabled by default.

To disable statistics integrated with metrics, call:

expirationd.cfg({
    metrics = false
})

This patch adds panels for counters:

The meaning of counters is same as for expirationd.stats().

expirationd panels are stored in "expirationd module statistics" section. Mostly it copy-paste from TDG's dashboard.

Closes #149

expirationd_dashboard

oleg-jukovec commented 2 years ago

Desperate times call for desperate measures. @Totktonada gave me the green light to merge it without a review (because there is no one to do a review).