Hi, my name is Torkel Ödegaard. Grafana project creator & lead. Here to answer any questions.
Thanks for leading the Grafana project! As a color blind user, I find it difficult to read the dashboards created by others. How can I help any efforts to increase Grafana's accessibility?
Grafana 7.0
21–30 of 101 posts
Re: Grafana 7.0
#22Recently I digged into the source code to find out how easy it is to create my own custom theme. Unfortunately I found the dark and light theme variables hard coded all over the place. :(
Re: Grafana 7.0
#23https://community.grafana.com/t/yearly-monthly-weekly-and-ot...
Re: Grafana 7.0
#24Hi, my name is Torkel Ödegaard. Grafana project creator & lead. Here to answer any questions.
Thanks for leading the Grafana project! As a color blind user, I find it difficult to read the dashboards created by others. How can I help any efforts to increase Grafana's accessibility?
Re: Grafana 7.0
#25Hi, my name is Torkel Ödegaard. Grafana project creator & lead. Here to answer any questions.
Hi Torkel, First off, Grafana is amazing! So keep up the good work. Question: Currently alerts are fairly limited both in applicable panels and how they export/share relevant data to the chosen notification channel, as well as more advanced conditions. Is there any work going on with improving alerts?
[1] https://community.grafana.com/t/template-variables-are-not-s...
Re: Grafana 7.0
#26Hi, my name is Torkel Ödegaard. Grafana project creator & lead. Here to answer any questions.
Re: Grafana 7.0
#27Earlier quoted context omitted.
Hi Torkel, First off, Grafana is amazing! So keep up the good work. Question: Currently alerts are fairly limited both in applicable panels and how they export/share relevant data to the chosen notification channel, as well as more advanced conditions. Is there any work going on with improving alerts?
Also to mention frequently asked feature: alerts using queries and templated variables [1][2]. Creating even simple generic dashboards with alerts is not possible, unless variables are hardcoded in hidden queries. [1] https://community.grafana.com/t/template-variables-are-not-s... [2] https://github.com/grafana/grafana/issues/6557
Re: Grafana 7.0
#28Hi, my name is Torkel Ödegaard. Grafana project creator & lead. Here to answer any questions.
Are we any closer to having some kind of anomaly detection in grafana (when using prometheus)?
Re: Grafana 7.0
#29Earlier quoted context omitted.
Do you know if performance has improved for large dashboards?
since when? :) A few things have been added that may help: 1. only visible data is queried and loaded 2. If you have multiple panels that use the same data, you can now just reuse the results (or a subset of the results) in a new panel. This will cut down on additional queries that may not be necessary