Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(grafana): adding basic grafana dashboard #110

Merged
merged 2 commits into from
May 15, 2020

Conversation

pawanpraka1
Copy link
Contributor

@pawanpraka1 pawanpraka1 commented May 12, 2020

Fixes: #93

adding grafana dashboard for following metrics :-

Volume Capacity (used space percentage)
ARC Size, Hits, Misses
L2ARC Size, Hits, Misses
ZPOOL Read/Write IOs
ZPOOL Read/Write time

Reference has been taken from : - https://grafana.com/grafana/dashboards/7845

Signed-off-by: Pawan pawan@mayadata.io

@codecov-io
Copy link

codecov-io commented May 12, 2020

Codecov Report

Merging #110 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #110   +/-   ##
=======================================
  Coverage   22.90%   22.90%           
=======================================
  Files          14       14           
  Lines         489      489           
=======================================
  Hits          112      112           
  Misses        376      376           
  Partials        1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9c81ba9...3a1c887. Read the comment docs.

@pawanpraka1 pawanpraka1 added the Metrics and Alerting metric and alert reporting related changes. label May 12, 2020
@kmova
Copy link
Member

kmova commented May 12, 2020

@pawanpraka1 as part of this PR, can the following also be done:
(a) Include the capacity status - total capacity vs used vs available.
(b) Add a json comment indicating that this was inspired from the chart link (mentioned in PR)
(c) update monitoring instructions for setting up this Grafana dashboard. (Even if a link to this sample file.)

@pawanpraka1
Copy link
Contributor Author

pawanpraka1 commented May 12, 2020

@kmova, learning how can I add more parameters. Will add the details once I figure this out.

@pawanpraka1 pawanpraka1 force-pushed the grafana branch 6 times, most recently from 7764172 to 24c9d54 Compare May 13, 2020 19:57
@pawanpraka1 pawanpraka1 force-pushed the grafana branch 3 times, most recently from baa721c to 19ad8a0 Compare May 14, 2020 12:34
adding grafana dashboard for following metrics :-

Volume Capacity (used space percentage)
ARC Size, Hits, Misses
L2ARC Size, Hits, Misses
ZPOOL Read/Write IOs
ZPOOL Read/Write time

Signed-off-by: Pawan <pawan@mayadata.io>
docs/grafana-dashboard.md Outdated Show resolved Hide resolved
Signed-off-by: Pawan <pawan@mayadata.io>
@kmova kmova merged commit 1045f1d into openebs:master May 15, 2020
@pawanpraka1 pawanpraka1 deleted the grafana branch May 15, 2020 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Metrics and Alerting metric and alert reporting related changes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

adding grafana dashboard for ZFSPV
3 participants