Live data from Hacker News

Grafana 7.0

grafana.com

1–10 of 101 posts

Re: Grafana 7.0

#3
post #2

Hi, 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

#4
post #3
post #2

Hi, 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`

You can provision plugins on startup with something like: https://grafana.com/docs/grafana/latest/installation/docker/...

Re: Grafana 7.0

#5
post #2

Hi, 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.

Re: Grafana 7.0

#7
post #2

Hi, 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?

Re: Grafana 7.0

#8
post #6
post #2

Hi, my name is Torkel Ödegaard. Grafana project creator & lead. Here to answer any questions.

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

Re: Grafana 7.0

#9
post #2

Hi, 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 has been possible for ages. The built-in text panel has an HTML option (though you have to disable this setting to allow script tags: https://grafana.com/docs/grafana/latest/installation/configu...)

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

#10
post #2

Hi, 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 a few plugins that let you enter css/html/js directly -- see https://grafana.com/grafana/plugins/ryantxu-ajax-panel https://github.com/srclosson/grafana-div-panel and the text panel (if the server is configured with disable_sanitize_html = true)

this is powerful, but long term tends to lead to a maintenance nightmare

Post reply on HN