This is an automated email from the ASF dual-hosted git repository. rouazana pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 306e56c8ab7afa1d0470e57d8df01f70e956c6d3 Author: Rene Cordier <[email protected]> AuthorDate: Thu Jul 18 17:30:04 2019 +0700 JAMES-2837 add delete and deleteBucket metrics to the BlobStore grafana board --- .../BlobStore-1543222647953-dashboard.json | 255 ++++++++++++++++++++- 1 file changed, 254 insertions(+), 1 deletion(-) diff --git a/grafana-reporting/BlobStore-1543222647953-dashboard.json b/grafana-reporting/BlobStore-1543222647953-dashboard.json index 181b65a..e78e7cd 100644 --- a/grafana-reporting/BlobStore-1543222647953-dashboard.json +++ b/grafana-reporting/BlobStore-1543222647953-dashboard.json @@ -521,6 +521,259 @@ "align": false, "alignLevel": null } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "elasticsearch", + "fill": 1, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 21 + }, + "id": 28, + "interval": "", + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "connected", + "options": {}, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bucketAggs": [ + { + "field": "@timestamp", + "id": "2", + "settings": { + "interval": "auto", + "min_doc_count": 0, + "trimEdges": 0 + }, + "type": "date_histogram" + } + ], + "metrics": [ + { + "field": "p99", + "id": "1", + "meta": {}, + "settings": {}, + "type": "avg" + }, + { + "field": "p50", + "id": "3", + "meta": {}, + "settings": {}, + "type": "avg" + }, + { + "field": "p75", + "id": "4", + "meta": {}, + "settings": {}, + "type": "avg" + }, + { + "field": "p95", + "id": "5", + "meta": {}, + "settings": {}, + "type": "avg" + } + ], + "query": "name:\"blobStore:deleteBucket\"", + "refId": "A", + "timeField": "@timestamp" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "blobStore:deleteBucket", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "ms", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "elasticsearch", + "fill": 1, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 21 + }, + "id": 30, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "connected", + "options": {}, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bucketAggs": [ + { + "field": "@timestamp", + "id": "2", + "settings": { + "interval": "auto", + "min_doc_count": 0, + "trimEdges": 0 + }, + "type": "date_histogram" + } + ], + "metrics": [ + { + "field": "p99", + "id": "1", + "meta": {}, + "settings": {}, + "type": "avg" + }, + { + "field": "p50", + "id": "3", + "meta": {}, + "settings": {}, + "type": "avg" + }, + { + "field": "p75", + "id": "4", + "meta": {}, + "settings": {}, + "type": "avg" + }, + { + "field": "p95", + "id": "5", + "meta": {}, + "settings": {}, + "type": "avg" + } + ], + "query": "name:\"blobStore:delete\"", + "refId": "A", + "timeField": "@timestamp" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "blobStore:delete", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "ms", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } } ], "refresh": false, @@ -562,5 +815,5 @@ "timezone": "browser", "title": "BlobStore", "uid": "Pnx8vOYiz", - "version": 9 + "version": 10 } \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
