diff --git a/packages/oracle/changelog.yml b/packages/oracle/changelog.yml index 3f4f9757e1..037292dbcd 100644 --- a/packages/oracle/changelog.yml +++ b/packages/oracle/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: 1.23.0 + changes: + - description: Add custom number formatting to visualizations. + type: enhancement + link: https://github.com/elastic/integrations/pull/8381 - version: 1.22.0 changes: - description: Update the package format_version to 3.0.0. diff --git a/packages/oracle/img/Oracle-overview-dashboard.png b/packages/oracle/img/Oracle-overview-dashboard.png index a7fa7a03f1..920a402d8a 100644 Binary files a/packages/oracle/img/Oracle-overview-dashboard.png and b/packages/oracle/img/Oracle-overview-dashboard.png differ diff --git a/packages/oracle/img/Oracle-performance-dashboard.png b/packages/oracle/img/Oracle-performance-dashboard.png index dc24ddeb55..d50b1a5fe8 100644 Binary files a/packages/oracle/img/Oracle-performance-dashboard.png and b/packages/oracle/img/Oracle-performance-dashboard.png differ diff --git a/packages/oracle/img/Oracle-sysmetrics-dashboard.png b/packages/oracle/img/Oracle-sysmetrics-dashboard.png index 812422c1d8..3f2fdcf66f 100644 Binary files a/packages/oracle/img/Oracle-sysmetrics-dashboard.png and b/packages/oracle/img/Oracle-sysmetrics-dashboard.png differ diff --git a/packages/oracle/img/Oracle-system_statistics-dashboard.png b/packages/oracle/img/Oracle-system_statistics-dashboard.png index e82d70983c..332e1de1bd 100644 Binary files a/packages/oracle/img/Oracle-system_statistics-dashboard.png and b/packages/oracle/img/Oracle-system_statistics-dashboard.png differ diff --git a/packages/oracle/img/Oracle-tablespace-dashboard.png b/packages/oracle/img/Oracle-tablespace-dashboard.png index 3f1cf6f315..5fceb6d09f 100644 Binary files a/packages/oracle/img/Oracle-tablespace-dashboard.png and b/packages/oracle/img/Oracle-tablespace-dashboard.png differ diff --git a/packages/oracle/kibana/dashboard/oracle-55661160-08c7-11ed-9abf-15e60715cfab.json b/packages/oracle/kibana/dashboard/oracle-55661160-08c7-11ed-9abf-15e60715cfab.json index a23d6658c1..95adf0b9ee 100644 --- a/packages/oracle/kibana/dashboard/oracle-55661160-08c7-11ed-9abf-15e60715cfab.json +++ b/packages/oracle/kibana/dashboard/oracle-55661160-08c7-11ed-9abf-15e60715cfab.json @@ -13,6 +13,7 @@ "optionsJSON": { "hidePanelTitles": false, "syncColors": false, + "syncCursor": true, "syncTooltips": false, "useMargins": true }, @@ -20,6 +21,7 @@ { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -45,7 +47,14 @@ "label": "Average of oracle.performance.cursors.avg", "operationType": "average", "params": { - "emptyAsNull": true + "emptyAsNull": true, + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 2 + } + } }, "scale": "ratio", "sourceField": "oracle.performance.cursors.avg" @@ -187,7 +196,7 @@ "hidePanelTitles": false }, "gridData": { - "h": 7, + "h": 8, "i": "2d950709-7e6b-4c0e-b617-6d61c71445fd", "w": 21, "x": 0, @@ -196,11 +205,127 @@ "panelIndex": "2d950709-7e6b-4c0e-b617-6d61c71445fd", "title": "Average Cursors by Machine (Top 10)[Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { "attributes": { + "references": [ + { + "id": "metrics-*", + "name": "indexpattern-datasource-layer-70fc251f-84ce-42cf-be4f-3dd13dcc9959", + "type": "index-pattern" + } + ], + "state": { + "adHocDataViews": {}, + "datasourceStates": { + "formBased": { + "layers": { + "70fc251f-84ce-42cf-be4f-3dd13dcc9959": { + "columnOrder": [ + "adfdcc80-f175-4bf4-b921-aeec29dbc37f", + "be68d6c6-9413-46d4-b9e2-26825ecad051", + "be68d6c6-9413-46d4-b9e2-26825ecad051X0", + "be68d6c6-9413-46d4-b9e2-26825ecad051X1" + ], + "columns": { + "adfdcc80-f175-4bf4-b921-aeec29dbc37f": { + "customLabel": true, + "dataType": "number", + "isBucketed": false, + "label": " Cache Buffer Hit Ratio", + "operationType": "average", + "params": { + "emptyAsNull": true + }, + "scale": "ratio", + "sourceField": "oracle.performance.cache.buffer.hit.pct" + }, + "be68d6c6-9413-46d4-b9e2-26825ecad051": { + "dataType": "number", + "isBucketed": false, + "label": "overall_max(average(oracle.performance.cache.buffer.hit.pct))", + "operationType": "formula", + "params": { + "formula": "overall_max(average(oracle.performance.cache.buffer.hit.pct))", + "isFormulaBroken": false + }, + "references": [ + "be68d6c6-9413-46d4-b9e2-26825ecad051X1" + ], + "scale": "ratio" + }, + "be68d6c6-9413-46d4-b9e2-26825ecad051X0": { + "customLabel": true, + "dataType": "number", + "isBucketed": false, + "label": "Part of overall_max(average(oracle.performance.cache.buffer.hit.pct))", + "operationType": "average", + "params": { + "emptyAsNull": false + }, + "scale": "ratio", + "sourceField": "oracle.performance.cache.buffer.hit.pct" + }, + "be68d6c6-9413-46d4-b9e2-26825ecad051X1": { + "customLabel": true, + "dataType": "number", + "isBucketed": false, + "label": "Part of overall_max(average(oracle.performance.cache.buffer.hit.pct))", + "operationType": "overall_max", + "references": [ + "be68d6c6-9413-46d4-b9e2-26825ecad051X0" + ], + "scale": "ratio" + } + }, + "incompleteColumns": {} + } + } + }, + "textBased": { + "layers": {} + } + }, + "filters": [], + "internalReferences": [], + "query": { + "language": "kuery", + "query": "" + }, + "visualization": { + "color": "#54B399", + "layerId": "70fc251f-84ce-42cf-be4f-3dd13dcc9959", + "layerType": "data", + "maxAccessor": "be68d6c6-9413-46d4-b9e2-26825ecad051", + "metricAccessor": "adfdcc80-f175-4bf4-b921-aeec29dbc37f", + "progressDirection": "horizontal", + "showBar": true + } + }, + "title": "Cache Buffer Hit Ratio [Metrics Oracle]", + "type": "lens", + "visualizationType": "lnsMetric" + }, + "enhancements": {}, + "hidePanelTitles": true + }, + "gridData": { + "h": 8, + "i": "50c96397-5b1b-4c30-99ba-12ea6a63e6ae", + "w": 10, + "x": 21, + "y": 0 + }, + "panelIndex": "50c96397-5b1b-4c30-99ba-12ea6a63e6ae", + "type": "lens", + "version": "8.10.2" + }, + { + "embeddableConfig": { + "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -209,6 +334,7 @@ } ], "state": { + "adHocDataViews": {}, "datasourceStates": { "formBased": { "layers": { @@ -325,6 +451,7 @@ } }, "filters": [], + "internalReferences": [], "query": { "language": "kuery", "query": "" @@ -383,7 +510,7 @@ "hidePanelTitles": false }, "gridData": { - "h": 7, + "h": 8, "i": "c1af17da-c824-4a03-ab2e-2b5a2100b4a6", "w": 17, "x": 31, @@ -392,11 +519,12 @@ "panelIndex": "c1af17da-c824-4a03-ab2e-2b5a2100b4a6", "title": "Ratio of used space in Tablespaces [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -423,7 +551,14 @@ "label": "Top 10 Total cursors", "operationType": "average", "params": { - "emptyAsNull": true + "emptyAsNull": true, + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 2 + } + } }, "scale": "ratio", "sourceField": "oracle.performance.cursors.total" @@ -561,16 +696,17 @@ "i": "c1ef413e-3dde-47a7-8d51-dae932fa7378", "w": 21, "x": 0, - "y": 7 + "y": 8 }, "panelIndex": "c1ef413e-3dde-47a7-8d51-dae932fa7378", "title": "Total Cursors by machine (Top 10) [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -579,12 +715,12 @@ }, { "id": "metrics-*", - "name": "indexpattern-datasource-layer-d646232e-9878-4aa8-9bca-e29953915c48", + "name": "indexpattern-datasource-layer-bb05b938-d396-4ab0-aae8-39d786878bbb", "type": "index-pattern" }, { "id": "metrics-*", - "name": "indexpattern-datasource-layer-bb05b938-d396-4ab0-aae8-39d786878bbb", + "name": "indexpattern-datasource-layer-d646232e-9878-4aa8-9bca-e29953915c48", "type": "index-pattern" } ], @@ -606,7 +742,14 @@ "label": "IO Reloads", "operationType": "average", "params": { - "emptyAsNull": true + "emptyAsNull": true, + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 2 + } + } }, "scale": "ratio", "sourceField": "oracle.performance.io_reloads" @@ -653,7 +796,14 @@ "label": "Pin Requests", "operationType": "average", "params": { - "emptyAsNull": true + "emptyAsNull": true, + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 2 + } + } }, "scale": "ratio", "sourceField": "oracle.performance.pin_requests" @@ -687,7 +837,14 @@ "label": "Lock Requets", "operationType": "average", "params": { - "emptyAsNull": true + "emptyAsNull": true, + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 2 + } + } }, "scale": "ratio", "sourceField": "oracle.performance.lock_requests" @@ -741,7 +898,7 @@ "yConfig": [ { "axisMode": "left", - "color": "#68BC00", + "color": "#57b399", "forAccessor": "5ba0334c-5e43-44c7-b172-30c700b1b731" } ] @@ -825,16 +982,17 @@ "i": "3876b6d8-78a7-4c9e-81a3-fb36778d3877", "w": 27, "x": 21, - "y": 7 + "y": 8 }, "panelIndex": "3876b6d8-78a7-4c9e-81a3-fb36778d3877", "title": "Lock/Pin requests and IO reloads ratios [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -873,7 +1031,14 @@ "label": "Current opened cursors", "operationType": "average", "params": { - "emptyAsNull": true + "emptyAsNull": true, + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 2 + } + } }, "scale": "ratio", "sourceField": "oracle.performance.cursors.opened.current" @@ -970,12 +1135,12 @@ "i": "40e7a0e6-3dbd-4a3e-a16c-00d158510f1f", "w": 21, "x": 0, - "y": 15 + "y": 16 }, "panelIndex": "40e7a0e6-3dbd-4a3e-a16c-00d158510f1f", "title": "Current opened cursors [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { @@ -1140,16 +1305,17 @@ "i": "7caffe6b-6f20-4416-a017-c576787ec843", "w": 27, "x": 21, - "y": 15 + "y": 16 }, "panelIndex": "7caffe6b-6f20-4416-a017-c576787ec843", "title": "Avg data file size by filename [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -1176,7 +1342,14 @@ "label": "DB Blocks gets", "operationType": "average", "params": { - "emptyAsNull": true + "emptyAsNull": true, + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 2 + } + } }, "scale": "ratio", "sourceField": "oracle.performance.cache.get.db_blocks" @@ -1322,16 +1495,17 @@ "i": "57b32d4a-8d5e-48a0-afc9-31a672064a2b", "w": 21, "x": 0, - "y": 24 + "y": 25 }, "panelIndex": "57b32d4a-8d5e-48a0-afc9-31a672064a2b", "title": "DB Blocks Gets by buffer pool (Top 10) [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -1370,7 +1544,14 @@ "label": "Session cache hits", "operationType": "average", "params": { - "emptyAsNull": true + "emptyAsNull": true, + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 2 + } + } }, "scale": "ratio", "sourceField": "oracle.performance.cursors.session.cache_hits" @@ -1467,16 +1648,17 @@ "i": "35e1b318-2d7b-48b5-9f9c-1339c1355f05", "w": 27, "x": 21, - "y": 23 + "y": 24 }, "panelIndex": "35e1b318-2d7b-48b5-9f9c-1339c1355f05", "title": "Session cache hits [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -1516,7 +1698,14 @@ "label": "Top 10 Total cursors", "operationType": "average", "params": { - "emptyAsNull": true + "emptyAsNull": true, + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 2 + } + } }, "scale": "ratio", "sourceField": "oracle.performance.cursors.max" @@ -1649,12 +1838,12 @@ "i": "e4597686-26b6-4f14-aa5c-4773e6f59e1a", "w": 14, "x": 0, - "y": 33 + "y": 34 }, "panelIndex": "e4597686-26b6-4f14-aa5c-4773e6f59e1a", "title": "Max Cursors by machine (Top 10) [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { @@ -1983,16 +2172,17 @@ "i": "757d4920-c147-43a2-a5d6-af3e685fc0aa", "w": 16, "x": 14, - "y": 33 + "y": 34 }, "panelIndex": "757d4920-c147-43a2-a5d6-af3e685fc0aa", "title": "Tablespace Total Size [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -2018,7 +2208,14 @@ "label": "Real parsed cursors", "operationType": "average", "params": { - "emptyAsNull": true + "emptyAsNull": true, + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 2 + } + } }, "scale": "ratio", "sourceField": "oracle.performance.cursors.parse.real" @@ -2128,16 +2325,17 @@ "i": "db7524f9-0a44-4e90-9681-dbce2b0d07e7", "w": 18, "x": 30, - "y": 33 + "y": 34 }, "panelIndex": "db7524f9-0a44-4e90-9681-dbce2b0d07e7", "title": "Total / Real parsed cursors [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -2164,7 +2362,14 @@ "label": "Consistent Gets", "operationType": "average", "params": { - "emptyAsNull": true + "emptyAsNull": true, + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 2 + } + } }, "scale": "ratio", "sourceField": "oracle.performance.cache.get.consistent" @@ -2302,145 +2507,33 @@ "i": "1ef29c9d-9b46-4f2a-89db-63a6d586d2e0", "w": 48, "x": 0, - "y": 42 + "y": 43 }, "panelIndex": "1ef29c9d-9b46-4f2a-89db-63a6d586d2e0", "title": "Consistent Gets by buffer pool (Top 10) [Metrics Oracle]", "type": "lens", - "version": "8.6.0" - }, - { - "embeddableConfig": { - "attributes": { - "references": [ - { - "id": "metrics-*", - "name": "indexpattern-datasource-layer-70fc251f-84ce-42cf-be4f-3dd13dcc9959", - "type": "index-pattern" - } - ], - "state": { - "adHocDataViews": {}, - "datasourceStates": { - "formBased": { - "layers": { - "70fc251f-84ce-42cf-be4f-3dd13dcc9959": { - "columnOrder": [ - "adfdcc80-f175-4bf4-b921-aeec29dbc37f", - "be68d6c6-9413-46d4-b9e2-26825ecad051", - "be68d6c6-9413-46d4-b9e2-26825ecad051X0", - "be68d6c6-9413-46d4-b9e2-26825ecad051X1" - ], - "columns": { - "adfdcc80-f175-4bf4-b921-aeec29dbc37f": { - "customLabel": true, - "dataType": "number", - "isBucketed": false, - "label": " Cache Buffer Hit Ratio", - "operationType": "average", - "params": { - "emptyAsNull": true - }, - "scale": "ratio", - "sourceField": "oracle.performance.cache.buffer.hit.pct" - }, - "be68d6c6-9413-46d4-b9e2-26825ecad051": { - "dataType": "number", - "isBucketed": false, - "label": "overall_max(average(oracle.performance.cache.buffer.hit.pct))", - "operationType": "formula", - "params": { - "formula": "overall_max(average(oracle.performance.cache.buffer.hit.pct))", - "isFormulaBroken": false - }, - "references": [ - "be68d6c6-9413-46d4-b9e2-26825ecad051X1" - ], - "scale": "ratio" - }, - "be68d6c6-9413-46d4-b9e2-26825ecad051X0": { - "customLabel": true, - "dataType": "number", - "isBucketed": false, - "label": "Part of overall_max(average(oracle.performance.cache.buffer.hit.pct))", - "operationType": "average", - "params": { - "emptyAsNull": false - }, - "scale": "ratio", - "sourceField": "oracle.performance.cache.buffer.hit.pct" - }, - "be68d6c6-9413-46d4-b9e2-26825ecad051X1": { - "customLabel": true, - "dataType": "number", - "isBucketed": false, - "label": "Part of overall_max(average(oracle.performance.cache.buffer.hit.pct))", - "operationType": "overall_max", - "references": [ - "be68d6c6-9413-46d4-b9e2-26825ecad051X0" - ], - "scale": "ratio" - } - }, - "incompleteColumns": {} - } - } - }, - "textBased": { - "layers": {} - } - }, - "filters": [], - "internalReferences": [], - "query": { - "language": "kuery", - "query": "" - }, - "visualization": { - "color": "#54B399", - "layerId": "70fc251f-84ce-42cf-be4f-3dd13dcc9959", - "layerType": "data", - "maxAccessor": "be68d6c6-9413-46d4-b9e2-26825ecad051", - "metricAccessor": "adfdcc80-f175-4bf4-b921-aeec29dbc37f", - "progressDirection": "horizontal", - "showBar": true - } - }, - "title": "Cache Buffer Hit Ratio [Metrics Oracle]", - "type": "lens", - "visualizationType": "lnsMetric" - }, - "enhancements": {}, - "hidePanelTitles": false - }, - "gridData": { - "h": 7, - "i": "50c96397-5b1b-4c30-99ba-12ea6a63e6ae", - "w": 10, - "x": 21, - "y": 0 - }, - "panelIndex": "50c96397-5b1b-4c30-99ba-12ea6a63e6ae", - "type": "lens", - "version": "8.6.0" + "version": "8.10.2" } ], "timeRestore": false, "title": "[Metrics Oracle] Overview", "version": 1 }, - "coreMigrationVersion": "8.6.0", - "created_at": "2023-04-07T09:24:58.272Z", + "coreMigrationVersion": "8.8.0", + "created_at": "2023-11-28T13:15:07.665Z", "id": "oracle-55661160-08c7-11ed-9abf-15e60715cfab", - "migrationVersion": { - "dashboard": "8.6.0" - }, + "managed": false, "references": [ { "id": "metrics-*", "name": "2d950709-7e6b-4c0e-b617-6d61c71445fd:indexpattern-datasource-layer-75bbd5fd-13ba-4710-8381-bc3406ee1895", "type": "index-pattern" }, + { + "id": "metrics-*", + "name": "50c96397-5b1b-4c30-99ba-12ea6a63e6ae:indexpattern-datasource-layer-70fc251f-84ce-42cf-be4f-3dd13dcc9959", + "type": "index-pattern" + }, { "id": "metrics-*", "name": "c1af17da-c824-4a03-ab2e-2b5a2100b4a6:indexpattern-datasource-layer-2be206e6-2fbc-4adc-b5e5-c951d475f2cf", @@ -2458,12 +2551,12 @@ }, { "id": "metrics-*", - "name": "3876b6d8-78a7-4c9e-81a3-fb36778d3877:indexpattern-datasource-layer-d646232e-9878-4aa8-9bca-e29953915c48", + "name": "3876b6d8-78a7-4c9e-81a3-fb36778d3877:indexpattern-datasource-layer-bb05b938-d396-4ab0-aae8-39d786878bbb", "type": "index-pattern" }, { "id": "metrics-*", - "name": "3876b6d8-78a7-4c9e-81a3-fb36778d3877:indexpattern-datasource-layer-bb05b938-d396-4ab0-aae8-39d786878bbb", + "name": "3876b6d8-78a7-4c9e-81a3-fb36778d3877:indexpattern-datasource-layer-d646232e-9878-4aa8-9bca-e29953915c48", "type": "index-pattern" }, { @@ -2510,12 +2603,8 @@ "id": "metrics-*", "name": "1ef29c9d-9b46-4f2a-89db-63a6d586d2e0:indexpattern-datasource-layer-f5bd86e8-27ab-4f87-b730-d2e2c53f2590", "type": "index-pattern" - }, - { - "id": "metrics-*", - "name": "50c96397-5b1b-4c30-99ba-12ea6a63e6ae:indexpattern-datasource-layer-70fc251f-84ce-42cf-be4f-3dd13dcc9959", - "type": "index-pattern" } ], - "type": "dashboard" + "type": "dashboard", + "typeMigrationVersion": "8.9.0" } \ No newline at end of file diff --git a/packages/oracle/kibana/dashboard/oracle-59eeb380-08d7-11ed-9abf-15e60715cfab.json b/packages/oracle/kibana/dashboard/oracle-59eeb380-08d7-11ed-9abf-15e60715cfab.json index 947427ca16..3294474a67 100644 --- a/packages/oracle/kibana/dashboard/oracle-59eeb380-08d7-11ed-9abf-15e60715cfab.json +++ b/packages/oracle/kibana/dashboard/oracle-59eeb380-08d7-11ed-9abf-15e60715cfab.json @@ -19,6 +19,7 @@ "optionsJSON": { "hidePanelTitles": false, "syncColors": false, + "syncCursor": true, "syncTooltips": false, "useMargins": true }, @@ -26,6 +27,7 @@ { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -55,6 +57,13 @@ "label": "Session Count", "operationType": "last_value", "params": { + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 0 + } + }, "showArrayValues": false, "sortField": "@timestamp" }, @@ -172,7 +181,7 @@ "panelIndex": "5461235c-8f78-4efc-8d60-fdcbb1a3823e", "title": "Top 10 session counts by host [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { @@ -299,11 +308,12 @@ "panelIndex": "d19f3a74-3c36-46e6-b682-bdaa3b8dcc26", "title": "Top 10 session counts by host [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -347,6 +357,13 @@ "label": "Current OS Load", "operationType": "last_value", "params": { + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 2 + } + }, "showArrayValues": false, "sortField": "@timestamp" }, @@ -486,11 +503,12 @@ "panelIndex": "1edc70d6-135f-42f7-8148-a826a9c769d2", "title": "Current OS Load [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -568,6 +586,12 @@ "label": "Physical Reads per second", "operationType": "last_value", "params": { + "format": { + "id": "bytes", + "params": { + "decimals": 2 + } + }, "showArrayValues": false, "sortField": "@timestamp" }, @@ -673,11 +697,12 @@ "panelIndex": "da3c4da2-7ff9-478d-bd73-9a4342f6bac1", "title": "Physical Reads per second [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -708,6 +733,13 @@ "label": "User Transactions per second", "operationType": "last_value", "params": { + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 2 + } + }, "showArrayValues": false, "sortField": "@timestamp" }, @@ -860,11 +892,12 @@ "panelIndex": "e412984d-be6e-4d04-b53e-50a90837f9df", "title": "User Transactions per second [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -929,6 +962,13 @@ "label": "Total Table Scans per transaction", "operationType": "last_value", "params": { + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 2 + } + }, "showArrayValues": false, "sortField": "@timestamp" }, @@ -1047,11 +1087,12 @@ "panelIndex": "d18cbbd4-2e10-4af0-94e0-848f9da6bb66", "title": "Total Table Scans per transaction [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -1082,6 +1123,12 @@ "label": "Physical Writes per second", "operationType": "last_value", "params": { + "format": { + "id": "bytes", + "params": { + "decimals": 2 + } + }, "showArrayValues": false, "sortField": "@timestamp" }, @@ -1234,11 +1281,12 @@ "panelIndex": "85469acb-e2aa-4a16-8c70-66307d94cf5f", "title": "Physical Writes per second [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -1303,6 +1351,13 @@ "label": "Total Index Scans per transaction", "operationType": "last_value", "params": { + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 2 + } + }, "showArrayValues": false, "sortField": "@timestamp" }, @@ -1421,11 +1476,12 @@ "panelIndex": "b6dd5668-70d5-440f-b00a-e8d7554a3907", "title": "Total Index Scans per transaction [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -1487,9 +1543,17 @@ "query": "oracle.sysmetric.host_cpu_utilization_pct: *" }, "isBucketed": false, - "label": "Host CPU Utilization (%)", + "label": "Host CPU Utilization", "operationType": "last_value", "params": { + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 0, + "suffix": "%" + } + }, "showArrayValues": false, "sortField": "@timestamp" }, @@ -1606,13 +1670,14 @@ "y": 36 }, "panelIndex": "88e9d016-e10b-4a8a-a376-075da5a96fe9", - "title": "Host CPU Utilization (%) [Metrics Oracle]", + "title": "Host CPU Utilization [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -1643,6 +1708,13 @@ "label": "Network Traffic Volume per second", "operationType": "last_value", "params": { + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 2 + } + }, "showArrayValues": false, "sortField": "@timestamp" }, @@ -1795,11 +1867,12 @@ "panelIndex": "c3be0eb6-6b65-4686-a1cf-ed11c66b418c", "title": "Network Traffic Volume per second [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -1877,6 +1950,13 @@ "label": "User Rollbacks per second", "operationType": "last_value", "params": { + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 2 + } + }, "showArrayValues": false, "sortField": "@timestamp" }, @@ -1982,11 +2062,12 @@ "panelIndex": "14dbf023-3bc4-43d1-b035-c38e2cdf16ed", "title": "User Rollbacks per second [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -2017,6 +2098,13 @@ "label": "CPU Usage per second", "operationType": "last_value", "params": { + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 2 + } + }, "showArrayValues": false, "sortField": "@timestamp" }, @@ -2169,11 +2257,12 @@ "panelIndex": "fe650da5-109a-4144-ab12-487e42e8f99b", "title": "CPU Usage per second [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -2251,6 +2340,13 @@ "label": "DB Block Changes per second", "operationType": "last_value", "params": { + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 2 + } + }, "showArrayValues": false, "sortField": "@timestamp" }, @@ -2356,11 +2452,12 @@ "panelIndex": "2aa60f20-b6a7-4898-af36-46a457c6dee6", "title": "DB Block Changes per second [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -2404,6 +2501,12 @@ "label": "Physical Read Total Bytes per second", "operationType": "last_value", "params": { + "format": { + "id": "bytes", + "params": { + "decimals": 2 + } + }, "showArrayValues": false, "sortField": "@timestamp" }, @@ -2543,7 +2646,7 @@ "panelIndex": "cfaed72f-f3bc-4aff-ab77-53b473433116", "title": "Physical Read Total Bytes per second [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { @@ -2730,19 +2833,17 @@ "panelIndex": "d4b2e08a-3295-441a-acf5-a1ac4d316ca9", "title": "Response Time (Centi-Second) per transaction [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" } ], "timeRestore": false, "title": "[Metrics Oracle] Sysmetric", "version": 1 }, - "coreMigrationVersion": "8.6.0", - "created_at": "2023-03-27T18:16:44.354Z", + "coreMigrationVersion": "8.8.0", + "created_at": "2023-11-01T10:40:06.406Z", "id": "oracle-59eeb380-08d7-11ed-9abf-15e60715cfab", - "migrationVersion": { - "dashboard": "8.6.0" - }, + "managed": false, "references": [ { "id": "metrics-*", @@ -2825,5 +2926,6 @@ "type": "index-pattern" } ], - "type": "dashboard" + "type": "dashboard", + "typeMigrationVersion": "8.9.0" } \ No newline at end of file diff --git a/packages/oracle/kibana/dashboard/oracle-6b4866c0-1599-11ed-9607-2ba0819b3835.json b/packages/oracle/kibana/dashboard/oracle-6b4866c0-1599-11ed-9607-2ba0819b3835.json index de25f88d61..89d38e4a12 100644 --- a/packages/oracle/kibana/dashboard/oracle-6b4866c0-1599-11ed-9607-2ba0819b3835.json +++ b/packages/oracle/kibana/dashboard/oracle-6b4866c0-1599-11ed-9607-2ba0819b3835.json @@ -19,6 +19,7 @@ "optionsJSON": { "hidePanelTitles": false, "syncColors": false, + "syncCursor": true, "syncTooltips": false, "useMargins": true }, @@ -100,7 +101,7 @@ "panelIndex": "fccef14a-39c2-4c48-958e-c7d35b573c59", "title": "Active Session Count [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { @@ -179,7 +180,7 @@ "panelIndex": "83525479-b533-4868-ba6f-462969f55c31", "title": "InActive Session Count [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { @@ -256,7 +257,7 @@ "panelIndex": "3dfe5e91-0cdf-4a6b-95c8-d91c0f3326ef", "title": "User Transactions per second [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { @@ -330,7 +331,7 @@ "panelIndex": "438cfc7d-6aca-4ae5-a0dc-e20025cc1488", "title": "Current opened cursors [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { @@ -479,7 +480,7 @@ "panelIndex": "4b465607-cfa3-463d-b9ad-1f4c1ee62c3d", "title": "Shared Pool Free Percentage [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { @@ -553,7 +554,7 @@ "panelIndex": "2c913f00-88a4-4846-afa1-4bc687a2f610", "title": "Cache Buffer Hit Ratio [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { @@ -632,11 +633,12 @@ "panelIndex": "8ad2c774-0180-4600-8162-b562315e7282", "title": "InActive Session Count \u003e 1hr [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -671,6 +673,13 @@ "label": "Sorts (Memory)", "operationType": "formula", "params": { + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 0 + } + }, "formula": "normalize_by_unit(differences(max(oracle.system_statistics.sorts_memory)), unit=m) * 5", "isFormulaBroken": false }, @@ -775,6 +784,13 @@ "label": "Sorts (Disk)", "operationType": "formula", "params": { + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 0 + } + }, "formula": "normalize_by_unit(differences(max(oracle.system_statistics.sorts_disk)), unit=m) * 5", "isFormulaBroken": false }, @@ -977,7 +993,7 @@ "panelIndex": "454c3a56-4b8b-47a9-832b-33a1991ed934", "title": "Parse count - Sorts Memory vs Sorts Disk [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { @@ -1166,7 +1182,7 @@ "panelIndex": "920ebc93-000f-4859-a8d1-971fed50afe4", "title": "Wait Time Percentage [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { @@ -1353,7 +1369,7 @@ "panelIndex": "aa6a165c-9840-424b-8439-579b0060b57d", "title": "Response Time (Centi-Second) per transaction [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { @@ -1558,11 +1574,12 @@ "panelIndex": "e78668fc-df19-4c94-a855-12ba59b19f0f", "title": "Wait Time Request Percentage [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -1601,7 +1618,15 @@ "label": "Cache Hit Percentage", "operationType": "average", "params": { - "emptyAsNull": true + "emptyAsNull": true, + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 0, + "suffix": "%" + } + } }, "scale": "ratio", "sourceField": "oracle.memory.pga.cache_hit_pct" @@ -1704,11 +1729,12 @@ "panelIndex": "c01e27f8-3cac-49c2-b040-00217e983743", "title": "Cache Hit Percentage [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -1756,6 +1782,13 @@ "label": "Parse Count Hard", "operationType": "formula", "params": { + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 0 + } + }, "formula": "normalize_by_unit(differences(max(oracle.system_statistics.parse_count_hard)), unit=m) * 5", "isFormulaBroken": false }, @@ -2049,7 +2082,7 @@ "panelIndex": "7dfa318b-a0e2-4a1f-bd54-e7362935548d", "title": "Parse count - Total vs Hard [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { @@ -2084,6 +2117,13 @@ "label": "Host CPU Utilization (%)", "operationType": "last_value", "params": { + "format": { + "id": "number", + "params": { + "decimals": 2, + "suffix": "%" + } + }, "showArrayValues": false, "sortField": "@timestamp" }, @@ -2234,9 +2274,9 @@ "y": 37 }, "panelIndex": "8ff3ea00-57e4-426d-9968-3b497ddcafb3", - "title": "Host CPU Utilization (%) [Metrics Oracle]", + "title": "Host CPU Utilization Percentage [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { @@ -2458,19 +2498,17 @@ "panelIndex": "7d8c17b6-bae8-4d50-bbe6-10ff2e3f02ad", "title": "Shared Pool Free Percentage [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" } ], "timeRestore": false, "title": "[Metrics Oracle] Performance Metrics", "version": 1 }, - "coreMigrationVersion": "8.6.0", - "created_at": "2023-03-30T13:01:03.880Z", + "coreMigrationVersion": "8.8.0", + "created_at": "2023-10-31T13:13:23.924Z", "id": "oracle-6b4866c0-1599-11ed-9607-2ba0819b3835", - "migrationVersion": { - "dashboard": "8.6.0" - }, + "managed": false, "references": [ { "id": "metrics-*", @@ -2563,5 +2601,6 @@ "type": "index-pattern" } ], - "type": "dashboard" + "type": "dashboard", + "typeMigrationVersion": "8.9.0" } \ No newline at end of file diff --git a/packages/oracle/kibana/dashboard/oracle-9e19fb00-08e1-11ed-9abf-15e60715cfab.json b/packages/oracle/kibana/dashboard/oracle-9e19fb00-08e1-11ed-9abf-15e60715cfab.json index 03331cc4ab..8de9a2f954 100644 --- a/packages/oracle/kibana/dashboard/oracle-9e19fb00-08e1-11ed-9abf-15e60715cfab.json +++ b/packages/oracle/kibana/dashboard/oracle-9e19fb00-08e1-11ed-9abf-15e60715cfab.json @@ -13,6 +13,7 @@ "optionsJSON": { "hidePanelTitles": false, "syncColors": false, + "syncCursor": true, "syncTooltips": false, "useMargins": true }, @@ -173,8 +174,7 @@ "visualizationType": "lnsXY" }, "enhancements": {}, - "hidePanelTitles": false, - "type": "lens" + "hidePanelTitles": false }, "gridData": { "h": 15, @@ -186,11 +186,12 @@ "panelIndex": "5e206919-734c-40b5-a7c8-382c24cbd202", "title": "Avg data file size by filename [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -199,6 +200,7 @@ } ], "state": { + "adHocDataViews": {}, "datasourceStates": { "formBased": { "layers": { @@ -315,6 +317,7 @@ } }, "filters": [], + "internalReferences": [], "query": { "language": "kuery", "query": "" @@ -370,11 +373,10 @@ "visualizationType": "lnsXY" }, "enhancements": {}, - "hidePanelTitles": false, - "type": "lens" + "hidePanelTitles": false }, "gridData": { - "h": 7, + "h": 8, "i": "2956d826-979d-46e0-9970-5baf8f7c30cf", "w": 24, "x": 24, @@ -383,7 +385,7 @@ "panelIndex": "2956d826-979d-46e0-9970-5baf8f7c30cf", "title": "Ratio of used space in Tablespaces [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { @@ -706,24 +708,24 @@ "visualizationType": "lnsXY" }, "enhancements": {}, - "hidePanelTitles": false, - "type": "lens" + "hidePanelTitles": false }, "gridData": { - "h": 8, + "h": 7, "i": "14d04a9d-5a41-47e0-a188-297dbf41776e", "w": 24, "x": 24, - "y": 7 + "y": 8 }, "panelIndex": "14d04a9d-5a41-47e0-a188-297dbf41776e", "title": "Tablespace Total Size [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -732,6 +734,7 @@ } ], "state": { + "adHocDataViews": {}, "datasourceStates": { "formBased": { "layers": { @@ -820,13 +823,13 @@ "orderAgg": { "dataType": "number", "isBucketed": false, - "label": "Count of records", - "operationType": "count", + "label": "Average of oracle.tablespace.data_file.size.bytes", + "operationType": "average", "params": { "emptyAsNull": true }, "scale": "ratio", - "sourceField": "___records___" + "sourceField": "oracle.tablespace.data_file.size.bytes" }, "orderBy": { "type": "custom" @@ -849,6 +852,7 @@ } }, "filters": [], + "internalReferences": [], "query": { "language": "kuery", "query": "" @@ -910,8 +914,7 @@ "visualizationType": "lnsXY" }, "enhancements": {}, - "hidePanelTitles": false, - "type": "lens" + "hidePanelTitles": false }, "gridData": { "h": 9, @@ -923,19 +926,17 @@ "panelIndex": "e48ae1de-162d-4911-bc19-06af5c9cba1d", "title": "Ratio of used space in data files [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" } ], "timeRestore": false, "title": "[Metrics Oracle] Tablespace", "version": 1 }, - "coreMigrationVersion": "8.6.0", - "created_at": "2023-04-07T09:26:35.366Z", + "coreMigrationVersion": "8.8.0", + "created_at": "2023-11-29T05:52:37.429Z", "id": "oracle-9e19fb00-08e1-11ed-9abf-15e60715cfab", - "migrationVersion": { - "dashboard": "8.6.0" - }, + "managed": false, "references": [ { "id": "metrics-*", @@ -963,5 +964,6 @@ "type": "index-pattern" } ], - "type": "dashboard" + "type": "dashboard", + "typeMigrationVersion": "8.9.0" } \ No newline at end of file diff --git a/packages/oracle/kibana/dashboard/oracle-b6b2c9f0-13a7-11ed-9607-2ba0819b3835.json b/packages/oracle/kibana/dashboard/oracle-b6b2c9f0-13a7-11ed-9607-2ba0819b3835.json index 00feebf596..d0b2634ca3 100644 --- a/packages/oracle/kibana/dashboard/oracle-b6b2c9f0-13a7-11ed-9607-2ba0819b3835.json +++ b/packages/oracle/kibana/dashboard/oracle-b6b2c9f0-13a7-11ed-9607-2ba0819b3835.json @@ -19,6 +19,7 @@ "optionsJSON": { "hidePanelTitles": false, "syncColors": false, + "syncCursor": true, "syncTooltips": false, "useMargins": true }, @@ -26,6 +27,7 @@ { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -58,6 +60,13 @@ "label": "Rate of Change (Count)", "operationType": "formula", "params": { + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 0 + } + }, "formula": "differences(max(oracle.system_statistics.parse_count_total))", "isFormulaBroken": false }, @@ -420,11 +429,12 @@ "panelIndex": "988770fe-59b5-4c12-b668-20a8d9461bf5", "title": "Parse count - Total [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -472,6 +482,13 @@ "label": "Parse Count Hard", "operationType": "formula", "params": { + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 0 + } + }, "formula": "normalize_by_unit(differences(max(oracle.system_statistics.parse_count_hard)), unit=m) * 5", "isFormulaBroken": false }, @@ -576,6 +593,13 @@ "label": "Parse Count Total", "operationType": "formula", "params": { + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 0 + } + }, "formula": "normalize_by_unit(differences(max(oracle.system_statistics.parse_count_total)), unit=m) * 5", "isFormulaBroken": false }, @@ -760,11 +784,12 @@ "panelIndex": "ef891567-af66-4b13-a569-b53a5cdf0b8f", "title": "Parse count - Total vs Hard [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -799,6 +824,13 @@ "label": "Sorts (Memory)", "operationType": "formula", "params": { + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 0 + } + }, "formula": "normalize_by_unit(differences(max(oracle.system_statistics.sorts_memory)), unit=m) * 5", "isFormulaBroken": false }, @@ -1100,11 +1132,12 @@ "panelIndex": "a2e7769f-32bf-4ffd-baa5-bbb408060350", "title": "Parse count - Sorts Memory vs Sorts Disk [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -1243,6 +1276,13 @@ "label": "User rollbacks", "operationType": "formula", "params": { + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 0 + } + }, "formula": "normalize_by_unit(differences(max(oracle.system_statistics.user_rollbacks)), unit=m) * 5", "isFormulaBroken": false }, @@ -1440,11 +1480,12 @@ "panelIndex": "5706242b-0b49-4fb7-9ef0-afb451c9e358", "title": "Rollbacks[Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -1497,6 +1538,13 @@ "label": "Physical writes Direct", "operationType": "formula", "params": { + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 0 + } + }, "formula": "normalize_by_unit(differences(max(oracle.system_statistics.physical_writes_direct)), unit=m) * 5", "isFormulaBroken": false }, @@ -1601,6 +1649,13 @@ "label": "Physical writes from cache", "operationType": "formula", "params": { + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 0 + } + }, "formula": "normalize_by_unit(differences(max(oracle.system_statistics.physical_writes_from_cache)), unit=m) * 5", "isFormulaBroken": false }, @@ -1692,6 +1747,13 @@ "label": "Physical Writes", "operationType": "formula", "params": { + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 0 + } + }, "formula": "normalize_by_unit(differences(max(oracle.system_statistics.physical_writes)), unit=m) * 5", "isFormulaBroken": false }, @@ -1909,7 +1971,7 @@ "panelIndex": "244f1b00-46e2-4f49-8016-c3b7072c1241", "title": "Physical Writes [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { @@ -2390,11 +2452,12 @@ "panelIndex": "fc929a45-39c5-4099-a519-c5cc2fab637c", "title": "Parse Time [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { "attributes": { + "description": "", "references": [ { "id": "metrics-*", @@ -2498,7 +2561,14 @@ "label": "Enqueue Requests Per Second", "operationType": "max", "params": { - "emptyAsNull": true + "emptyAsNull": true, + "format": { + "id": "number", + "params": { + "compact": true, + "decimals": 2 + } + } }, "scale": "ratio", "sourceField": "oracle.sysmetric.enqueue_requests_per_sec" @@ -2649,7 +2719,7 @@ "panelIndex": "32552a41-3ad8-46d9-8462-1c5e091bab66", "title": "Enqueue Metrics [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" }, { "embeddableConfig": { @@ -2719,19 +2789,17 @@ "panelIndex": "4d025ff2-ec73-4c96-96ad-11b898e97334", "title": "Current Opened Cursors [Metrics Oracle]", "type": "lens", - "version": "8.6.0" + "version": "8.10.2" } ], "timeRestore": false, "title": "[Metrics Oracle] System Statistics Metrics", "version": 1 }, - "coreMigrationVersion": "8.6.0", - "created_at": "2023-04-06T12:38:39.719Z", + "coreMigrationVersion": "8.8.0", + "created_at": "2023-10-31T08:23:34.632Z", "id": "oracle-b6b2c9f0-13a7-11ed-9607-2ba0819b3835", - "migrationVersion": { - "dashboard": "8.6.0" - }, + "managed": false, "references": [ { "id": "metrics-*", @@ -2829,5 +2897,6 @@ "type": "index-pattern" } ], - "type": "dashboard" + "type": "dashboard", + "typeMigrationVersion": "8.9.0" } \ No newline at end of file diff --git a/packages/oracle/manifest.yml b/packages/oracle/manifest.yml index 53843a71bc..1e64b857cb 100644 --- a/packages/oracle/manifest.yml +++ b/packages/oracle/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.0" name: oracle title: "Oracle" -version: "1.22.0" +version: "1.23.0" description: Collect Oracle Audit Log, Performance metrics, Tablespace metrics, Sysmetrics metrics, System statistics metrics, memory metrics from Oracle database. type: integration categories: @@ -9,7 +9,7 @@ categories: - datastore conditions: kibana: - version: "^8.8.0" + version: "^8.10.2" elastic: subscription: basic screenshots: