Created
August 6, 2024 18:34
-
-
Save ideepika/72e77c5f88776b0b58b6a2ef5905682a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "datasource": { | |
| "uid": "$datasource" | |
| }, | |
| "fieldConfig": { | |
| "defaults": { | |
| "custom": { | |
| "drawStyle": "line", | |
| "lineInterpolation": "linear", | |
| "barAlignment": 0, | |
| "lineWidth": 1, | |
| "fillOpacity": 10, | |
| "gradientMode": "none", | |
| "spanNulls": true, | |
| "insertNulls": false, | |
| "showPoints": "never", | |
| "pointSize": 5, | |
| "stacking": { | |
| "mode": "none", | |
| "group": "A" | |
| }, | |
| "axisPlacement": "auto", | |
| "axisLabel": "Read (-) / Write (+)", | |
| "axisColorMode": "text", | |
| "axisBorderShow": false, | |
| "scaleDistribution": { | |
| "type": "linear" | |
| }, | |
| "axisCenteredZero": false, | |
| "hideFrom": { | |
| "tooltip": false, | |
| "viz": false, | |
| "legend": false | |
| }, | |
| "thresholdsStyle": { | |
| "mode": "off" | |
| } | |
| }, | |
| "color": { | |
| "mode": "palette-classic" | |
| }, | |
| "mappings": [], | |
| "thresholds": { | |
| "mode": "absolute", | |
| "steps": [ | |
| { | |
| "color": "green", | |
| "value": null | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "unit": "Bps" | |
| }, | |
| "overrides": [ | |
| { | |
| "matcher": { | |
| "id": "byName", | |
| "options": "Reads" | |
| }, | |
| "properties": [ | |
| { | |
| "id": "custom.transform", | |
| "value": "negative-Y" | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 12, | |
| "x": 0, | |
| "y": 6 | |
| }, | |
| "id": 45, | |
| "options": { | |
| "tooltip": { | |
| "mode": "multi", | |
| "sort": "none" | |
| }, | |
| "legend": { | |
| "showLegend": true, | |
| "displayMode": "list", | |
| "placement": "bottom", | |
| "calcs": [] | |
| } | |
| }, | |
| "pluginVersion": "8.4.6", | |
| "targets": [ | |
| { | |
| "datasource": { | |
| "uid": "$datasource" | |
| }, | |
| "exemplar": true, | |
| "expr": "sum(irate(ceph_osd_op_w_in_bytes{job=\"$job\"}[1m]))", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "Writes", | |
| "refId": "A" | |
| }, | |
| { | |
| "datasource": { | |
| "uid": "$datasource" | |
| }, | |
| "exemplar": true, | |
| "expr": "sum(irate(ceph_osd_op_r_out_bytes{job=\"$job\"}[1m]))", | |
| "format": "time_series", | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "Reads", | |
| "refId": "B" | |
| } | |
| ], | |
| "title": "Cluster Throughput", | |
| "type": "timeseries" | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
total req/sec by rgw instance