Grafana plugins should be customizable #2611
Labels
kind:debt
Technical debt
topic: cluster&service configuration
Anything related to cluster and service configuration persistence
topic:monitoring
Everything related to monitoring of services in a running cluster
topic:solutions
Anything related to external "Solutions" integration with the platform
Component: build, monitoring
Current situation:
In recent versions (6+),
grafana/grafana
container image doesn't come with thegrafana-piechart-panel
plugin installed. To make sure we had this plugin installed by default in our deployment without requiring an online installation at runtime, we baked our own image with this plugin installed at build-time.This approach is sufficient for handling the dashboards we embed with MetalK8s releases. It will not be sufficient for handling user-provided dashboards or anything shipped with Solution archives (see #1860).
Proposed solution:
To be detailed, but first investigations led to the following conclusions:
repositories
Pod directly from product ISOs could do the trick, as Grafana allows retrieving as ZIP archives from arbitrary URLsThe text was updated successfully, but these errors were encountered: