Grafana 7.0
grafana.com
Grafana 7.0
1–10 of 101 posts
Re: Grafana 7.0
#2Grafana project creator & lead. Here to answer any questions.
Re: Grafana 7.0
#3Hi, my name is Torkel Ödegaard. Grafana project creator & lead. Here to answer any questions.
Re: Grafana 7.0
#4Hi, my name is Torkel Ödegaard. Grafana project creator & lead. Here to answer any questions.
Does the new plugin architecture allow me to provision plugins from a config file on startup? Like installing the Kubernetes App without `grafana-cli plugins install kubernetes-app`
Re: Grafana 7.0
#5Hi, my name is Torkel Ödegaard. Grafana project creator & lead. Here to answer any questions.
Are there plans for letting power-users style their own custom panels using html, css and js using just the web interface? Meaning without having to develop a plugin.
Re: Grafana 7.0
#6Hi, my name is Torkel Ödegaard. Grafana project creator & lead. Here to answer any questions.
Re: Grafana 7.0
#7Hi, my name is Torkel Ödegaard. Grafana project creator & lead. Here to answer any questions.
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?
Re: Grafana 7.0
#8Hi, my name is Torkel Ödegaard. Grafana project creator & lead. Here to answer any questions.
Do you know if performance has improved for large dashboards?
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
Re: Grafana 7.0
#9Hi, my name is Torkel Ödegaard. Grafana project creator & lead. Here to answer any questions.
Thank you for this amazing, helpful project! Are there plans for letting power-users style their own custom panels using html, css and js using just the web interface? Meaning without having to develop a plugin.
There are some external plugins that offer more advanced support:
- https://grafana.com/grafana/plugins/aidanmountford-html-pane... - https://grafana.com/grafana/plugins/ryantxu-ajax-panel
Re: Grafana 7.0
#10Hi, my name is Torkel Ödegaard. Grafana project creator & lead. Here to answer any questions.
Thank you for this amazing, helpful project! Are there plans for letting power-users style their own custom panels using html, css and js using just the web interface? Meaning without having to develop a plugin.
this is powerful, but long term tends to lead to a maintenance nightmare