Awesome work, huge thanks to all contributors.
Grafana 8.0
11–20 of 52 posts
Re: Grafana 8.0
#12I find the new panels really useful, not sure I like the color changes to the navbar and panel backgrounds though.
Re: Grafana 8.0
#13Re: Grafana 8.0
#14Over the years I've evaluated multiple other solutions like Grafana but none of them came even near the feature set and simplicity of Grafana. Awesome work, huge thanks to all contributors.
I always found it a nice gesture by Raintank that they took in the Graphite project and are maintaining it to this day.
[0] https://github.com/kenhub/giraffe [1] https://graphite.readthedocs.io/en/latest/tools.html#visuali...
Re: Grafana 8.0
#15Earlier quoted context omitted.
Biggest change in the release, IMO: https://grafana.com/docs/grafana/latest/alerting/unified-ale...
Does the new alerting engine support template variables in queries [1]? Many complained about this. [1] https://github.com/grafana/grafana/issues/6557
However, it does now support queries like `host=*` with multiple alerts instances per host from one rule/query. E.g. https://github.com/grafana/grafana/issues/7832#issuecomment-...
Re: Grafana 8.0
#16The relatively new Node graph visualization can't be used with any datasource, even if you select the data to fit the model of the two nodes and edges data frames, because it needs a special meta property to work. EDIT: it seems it is no longer the case, I will test it : https://github.com/grafana/grafana/pull/35163/files#diff-148... Also it would be nice if an embedded panel could select its own time range.
Re: Grafana 8.0
#17Re: Grafana 8.0
#18Earlier quoted context omitted.
Does the new alerting engine support template variables in queries [1]? Many complained about this. [1] https://github.com/grafana/grafana/issues/6557
It does not support template variables because alerts have been moved out of Dashboards so that would not really fit. However, it does now support queries like `host=*` with multiple alerts instances per host from one rule/query. E.g. https://github.com/grafana/grafana/issues/7832#issuecomment-...
When you get a notification, you have a link to the appropriate dashboard and it is also easy to create an alert from a query in a dashboard. You can see the linked alert rule in the panel edit mode.
Re: Grafana 8.0
#19Re: Grafana 8.0
#20I don't understand the duplication of alerting with Grafana/Alertmanager. Is it not better to keep all alert configuration central in prometheus alerting rules ?
But if you want to alert on other data sources, and especially to see and manage all alerts in one place, then this is what Grafana Alerting now enables.
Example I encountered a while ago: Alert on billing throughput within a third party (not instrumented with Prometheus) billing system that has a RDBMS backend. The alert can be written in SQL and with the changes in Grafana 8 could be acted upon and routed just like the Prometheus alerts were.