devopsprodigy / kubegraf

Grafana-plugin for k8s' monitoring
MIT License
407 stars 45 forks source link

fix datasource for containers statuses in pod dashboard #27

Closed flphvlck closed 4 years ago

flphvlck commented 4 years ago

Small bug in the Pod's Dashboard in the graph Containers' statuses. There is wrongly defined datasource for this graph which doesn't work because of it ("datasource": null instead of "datasource": "$PromDs").

There is no issue for this, I only mentioned it in #24 (because I found it during checking fixes for this issue).