Awlays install Grafana plugins

Even though this slows down Grafana container startup, we need to ensure
that this plugin is present, otherwise the panels that track process
state won't work. This will be slow the first time the plugin is
downloaded, and slightly faster on subsequent runs.

[#166004512]
This commit is contained in:
Gerhard Lazu 2019-05-30 09:32:10 +01:00
parent 06bae443f6
commit 21aa9e9e68
2 changed files with 6 additions and 8 deletions

View File

@ -96,13 +96,12 @@ services:
- ./grafana/dashboards.yml:/etc/grafana/provisioning/dashboards/rabbitmq.yaml
- ./grafana/datasources.yml:/etc/grafana/provisioning/datasources/prometheus.yaml
- ./grafana/dashboards:/dashboards
# environment:
environment:
# https://grafana.com/plugins/flant-statusmap-panel
# https://grafana.com/plugins/grafana-polystat-panel
# https://grafana.com/plugins/grafana-piechart-panel
# https://grafana.com/plugins/grafana-polystat-panel
# https://grafana.com/plugins/jdbranham-diagram-panel
# https://grafana.com/plugins/michaeldmoore-multistat-panel
# https://grafana.com/plugins/vonage-status-panel
# https://grafana.com/plugins/yesoreyeram-boomtable-panel
# Even if the plugins are stored on a volume, updating them can be slow - disabling this for now
# GF_INSTALL_PLUGINS: "flant-statusmap-panel,grafana-piechart-panel,grafana-polystat-panel,jdbranham-diagram-panel,michaeldmoore-multistat-panel,vonage-status-panel,yesoreyeram-boomtable-panel"
GF_INSTALL_PLUGINS: "flant-statusmap-panel"

View File

@ -171,13 +171,12 @@ services:
- ./grafana/dashboards.yml:/etc/grafana/provisioning/dashboards/rabbitmq.yaml
- ./grafana/datasources.yml:/etc/grafana/provisioning/datasources/prometheus.yaml
- ./grafana/dashboards:/dashboards
# environment:
environment:
# https://grafana.com/plugins/flant-statusmap-panel
# https://grafana.com/plugins/grafana-polystat-panel
# https://grafana.com/plugins/grafana-piechart-panel
# https://grafana.com/plugins/grafana-polystat-panel
# https://grafana.com/plugins/jdbranham-diagram-panel
# https://grafana.com/plugins/michaeldmoore-multistat-panel
# https://grafana.com/plugins/vonage-status-panel
# https://grafana.com/plugins/yesoreyeram-boomtable-panel
# Even if the plugins are stored on a volume, updating them can be slow - disabling this for now
# GF_INSTALL_PLUGINS: "flant-statusmap-panel,grafana-piechart-panel,grafana-polystat-panel,jdbranham-diagram-panel,michaeldmoore-multistat-panel,vonage-status-panel,yesoreyeram-boomtable-panel"
GF_INSTALL_PLUGINS: "flant-statusmap-panel"