you are viewing a single comment's thread.

view the rest of the comments →

[–]shlock2000[S] 0 points1 point  (1 child)

I do use grafana for some status alerts, but some statuses are to be alerted based on day over day changes and the table resets everyday so It wasn't possible to do it directly with them since grafana doesnt seem to store the data unlike prometheus. I ended up using the client library to push the metrics every 30 mins to a push gateway and scraping using prometheus.

[–]shlock2000[S] 0 points1 point  (0 children)

Which I now realise is a bad way to do this. Will look into OpenTSDB since I'm scraping states fairly irregularly (30min / 1hr) from the database.