carlosedp / cluster-monitoring

Cluster monitoring stack for clusters based on Prometheus Operator
MIT License
740 stars 200 forks source link

How to enable grafana-piechart-panel #67

Closed module0x90 closed 4 years ago

module0x90 commented 4 years ago

Hi,

I need to enable this plugin (and potentially others), I have added it to vars.jsonnet

// Grafana "from" email grafana: { from_address: 'myemail@gmail.com', plugins: [ "grafana-piechart-panel", ], },

but a make vendor/make/deploy doesn't get it enabled. How can I get this done properly please?

Regards

Tom

carlosedp commented 4 years ago

Gonna check this.

carlosedp commented 4 years ago

Please check this.