openebs / monitoring

OpenEBS Monitoring add-on. A set of Grafana, Prometheus, and alert manager plugins.
Apache License 2.0
28 stars 20 forks source link

Add localPV workload dashboard #29

Closed rajaSahil closed 3 years ago

rajaSahil commented 3 years ago

Signed-off-by: Sahil Raja sahil.raja@mayadata.io

What this PR does?

NOTE

To map persistentvolume_claim with localPV device using join, use this expression

To map workload with localPV device using join, use this expression

How dashboards mapping are done?

Variable dependencies:

Screenshot from 2021-06-28 08-46-36

Screenshots

Screenshot from 2021-06-14 16-19-36 Screenshot from 2021-06-12 08-30-20 Screenshot from 2021-06-12 08-12-27 Screenshot from 2021-06-12 08-12-36 Screenshot from 2021-06-12 08-12-49 Screenshot from 2021-06-12 08-12-59 Screenshot from 2021-06-12 08-13-09 Screenshot from 2021-06-12 08-13-21

Note

Ref

iyashu commented 3 years ago

@kmova @rajaSahil Is it possible to directly import the dashboard json in grafana without doing helm install? I was trying to add above dashboard in my local cluster, but there seems to be some helm template vars being used in dashboard json as well.

rajaSahil commented 3 years ago

@iyashu There are no helm template vars used in the json. However, there were few links used that might have caused the error. I have removed those links. So can you please try again to import the updated json in grafana?