Skip to content

Commit 39103cf

Browse files
committed
fixed some review comments
Signed-off-by: Alexander Wert <alexander.wert@elastic.co>
1 parent 8bfd772 commit 39103cf

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

packages/system_otel/kibana/dashboard/system_otel-329ee135-f301-4dab-91f4-af52cd58cb88.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"customLabel": true,
167167
"fieldName": "util",
168168
"inMetricDimension": true,
169-
"label": "CPU Usage",
169+
"label": "CPU Utilization",
170170
"meta": {
171171
"esType": "double",
172172
"type": "number"
@@ -233,7 +233,7 @@
233233
"y": 2
234234
},
235235
"panelIndex": "0bd3d08c-b0f1-46be-8501-9a1c7940146f",
236-
"title": "CPU Usage",
236+
"title": "CPU Utilization",
237237
"type": "lens"
238238
},
239239
{
@@ -335,7 +335,7 @@
335335
"y": 2
336336
},
337337
"panelIndex": "007d4051-e24a-486f-a1e4-7f092fe5e2f5",
338-
"title": "CPU Usage (copy)",
338+
"title": "Normalized Load",
339339
"type": "lens"
340340
},
341341
{
@@ -370,11 +370,11 @@
370370
"e0a218e8-f283-4c9d-8d24-2ee7952f17a8": {
371371
"columns": [
372372
{
373-
"columnId": "Memory Usage",
373+
"columnId": "Memory Utilization",
374374
"customLabel": false,
375-
"fieldName": "Memory Usage",
375+
"fieldName": "Memory Utilization",
376376
"inMetricDimension": true,
377-
"label": "Memory Usage",
377+
"label": "Memory Utilization",
378378
"meta": {
379379
"esType": "double",
380380
"type": "number"
@@ -391,7 +391,7 @@
391391
],
392392
"index": "f493c0368d76bffe6d98faa5e7d71a3b8413e3de36de8bd8632431950f1d00fd",
393393
"query": {
394-
"esql": "FROM metrics-hostmetricsreceiver.otel-*\n| WHERE metrics.system.memory.utilization IS NOT NULL AND \nattributes.state == \"used\"\n| STATS `Memory Usage` = AVG(metrics.system.memory.utilization)"
394+
"esql": "FROM metrics-hostmetricsreceiver.otel-*\n| WHERE metrics.system.memory.utilization IS NOT NULL AND \nattributes.state == \"used\"\n| STATS `Memory Utilization` = AVG(metrics.system.memory.utilization)"
395395
},
396396
"timeField": "@timestamp"
397397
}
@@ -401,17 +401,17 @@
401401
"filters": [],
402402
"needsRefresh": false,
403403
"query": {
404-
"esql": "FROM metrics-hostmetricsreceiver.otel-*\n| WHERE metrics.system.memory.utilization IS NOT NULL AND \nattributes.state == \"used\"\n| STATS `Memory Usage` = AVG(metrics.system.memory.utilization)"
404+
"esql": "FROM metrics-hostmetricsreceiver.otel-*\n| WHERE metrics.system.memory.utilization IS NOT NULL AND \nattributes.state == \"used\"\n| STATS `Memory Utilization` = AVG(metrics.system.memory.utilization)"
405405
},
406406
"visualization": {
407407
"color": "#DCE3ED",
408408
"layerId": "e0a218e8-f283-4c9d-8d24-2ee7952f17a8",
409409
"layerType": "data",
410-
"metricAccessor": "Memory Usage",
410+
"metricAccessor": "Memory Utilization",
411411
"subtitle": "Average"
412412
}
413413
},
414-
"title": "Memory Usage",
414+
"title": "Memory Utilization",
415415
"visualizationType": "lnsMetric"
416416
},
417417
"enhancements": {
@@ -422,7 +422,7 @@
422422
"filters": [],
423423
"hidePanelTitles": true,
424424
"query": {
425-
"esql": "FROM metrics-hostmetricsreceiver.otel-*\n| WHERE metrics.system.memory.utilization IS NOT NULL AND \nattributes.state == \"used\"\n| STATS `Memory Usage` = AVG(metrics.system.memory.utilization)"
425+
"esql": "FROM metrics-hostmetricsreceiver.otel-*\n| WHERE metrics.system.memory.utilization IS NOT NULL AND \nattributes.state == \"used\"\n| STATS `Memory Utilization` = AVG(metrics.system.memory.utilization)"
426426
},
427427
"searchSessionId": "d7cfaf51-c948-4acb-9f00-c5af03f94c72",
428428
"syncColors": false,
@@ -437,7 +437,7 @@
437437
"y": 2
438438
},
439439
"panelIndex": "e261a266-47b9-4b4b-a084-299210106572",
440-
"title": "CPU Usage (copy 1)",
440+
"title": "Memory Utilization",
441441
"type": "lens"
442442
},
443443
{
@@ -519,7 +519,7 @@
519519
"y": 2
520520
},
521521
"panelIndex": "66822d21-c587-455b-9085-e034dd895894",
522-
"title": "CPU Usage (copy 2)",
522+
"title": "Disk Usage",
523523
"type": "lens"
524524
},
525525
{
@@ -670,11 +670,11 @@
670670
"2e2094be-156c-442f-a5eb-872e83b619ba": {
671671
"columns": [
672672
{
673-
"columnId": "CPU Usage",
673+
"columnId": "CPU Utilization",
674674
"customLabel": false,
675-
"fieldName": "CPU Usage",
675+
"fieldName": "CPU Utilization",
676676
"inMetricDimension": true,
677-
"label": "CPU Usage",
677+
"label": "CPU Utilization",
678678
"meta": {
679679
"esType": "double",
680680
"type": "number"
@@ -701,7 +701,7 @@
701701
],
702702
"index": "f493c0368d76bffe6d98faa5e7d71a3b8413e3de36de8bd8632431950f1d00fd",
703703
"query": {
704-
"esql": "FROM metrics-hostmetricsreceiver.otel-*\n| WHERE metrics.system.cpu.utilization IS NOT NULL\n| STATS cpu_util_per_state = AVG(metrics.system.cpu.utilization) BY time = BUCKET(@timestamp, 500, ?_tstart, ?_tend), state = attributes.state \n| STATS `CPU Usage` = 1 - SUM(cpu_util_per_state) WHERE state IN (\"idle\", \"wait\", \"steal\") BY time"
704+
"esql": "FROM metrics-hostmetricsreceiver.otel-*\n| WHERE metrics.system.cpu.utilization IS NOT NULL\n| STATS cpu_util_per_state = AVG(metrics.system.cpu.utilization) BY time = BUCKET(@timestamp, 500, ?_tstart, ?_tend), state = attributes.state \n| STATS `CPU Utilization` = 1 - SUM(cpu_util_per_state) WHERE state IN (\"idle\", \"wait\") BY time"
705705
},
706706
"timeField": "@timestamp"
707707
}
@@ -711,7 +711,7 @@
711711
"filters": [],
712712
"needsRefresh": false,
713713
"query": {
714-
"esql": "FROM metrics-hostmetricsreceiver.otel-*\n| WHERE metrics.system.cpu.utilization IS NOT NULL\n| STATS cpu_util_per_state = AVG(metrics.system.cpu.utilization) BY time = BUCKET(@timestamp, 500, ?_tstart, ?_tend), state = attributes.state \n| STATS `CPU Usage` = 1 - SUM(cpu_util_per_state) WHERE state IN (\"idle\", \"wait\", \"steal\") BY time"
714+
"esql": "FROM metrics-hostmetricsreceiver.otel-*\n| WHERE metrics.system.cpu.utilization IS NOT NULL\n| STATS cpu_util_per_state = AVG(metrics.system.cpu.utilization) BY time = BUCKET(@timestamp, 500, ?_tstart, ?_tend), state = attributes.state \n| STATS `CPU Utilization` = 1 - SUM(cpu_util_per_state) WHERE state IN (\"idle\", \"wait\") BY time"
715715
},
716716
"visualization": {
717717
"axisTitlesVisibilitySettings": {
@@ -733,7 +733,7 @@
733733
"layers": [
734734
{
735735
"accessors": [
736-
"CPU Usage"
736+
"CPU Utilization"
737737
],
738738
"colorMapping": {
739739
"assignments": [],
@@ -784,7 +784,7 @@
784784
},
785785
"filters": [],
786786
"query": {
787-
"esql": "FROM metrics-hostmetricsreceiver.otel-*\n| WHERE metrics.system.cpu.utilization IS NOT NULL\n| STATS cpu_util_per_state = AVG(metrics.system.cpu.utilization) BY time = BUCKET(@timestamp, 500, ?_tstart, ?_tend), state = attributes.state \n| STATS `CPU Usage` = 1 - SUM(cpu_util_per_state) WHERE state IN (\"idle\", \"wait\", \"steal\") BY time"
787+
"esql": "FROM metrics-hostmetricsreceiver.otel-*\n| WHERE metrics.system.cpu.utilization IS NOT NULL\n| STATS cpu_util_per_state = AVG(metrics.system.cpu.utilization) BY time = BUCKET(@timestamp, 500, ?_tstart, ?_tend), state = attributes.state \n| STATS `CPU Utilization` = 1 - SUM(cpu_util_per_state) WHERE state IN (\"idle\", \"wait\") BY time"
788788
},
789789
"searchSessionId": "d7cfaf51-c948-4acb-9f00-c5af03f94c72",
790790
"syncColors": false,
@@ -799,7 +799,7 @@
799799
"y": 19
800800
},
801801
"panelIndex": "f7fe6ccd-7816-4ac0-865f-cbb6baa76685",
802-
"title": "CPU Usage",
802+
"title": "CPU Utilization",
803803
"type": "lens"
804804
},
805805
{
@@ -834,11 +834,11 @@
834834
"d56f749b-9ae2-4213-9933-f8e46c4c7cd7": {
835835
"columns": [
836836
{
837-
"columnId": "Memory Usage",
837+
"columnId": "Memory Utilization",
838838
"customLabel": false,
839-
"fieldName": "Memory Usage",
839+
"fieldName": "Memory Utilization",
840840
"inMetricDimension": true,
841-
"label": "Memory Usage",
841+
"label": "Memory Utilization",
842842
"meta": {
843843
"esType": "double",
844844
"type": "number"
@@ -865,7 +865,7 @@
865865
],
866866
"index": "f493c0368d76bffe6d98faa5e7d71a3b8413e3de36de8bd8632431950f1d00fd",
867867
"query": {
868-
"esql": "FROM metrics-hostmetricsreceiver.otel-*\n| WHERE metrics.system.memory.utilization IS NOT NULL\n| STATS memory_util_per_state = AVG(metrics.system.memory.utilization) BY time = BUCKET(@timestamp, 200, ?_tstart, ?_tend), state = attributes.state \n| STATS `Memory Usage` = SUM(memory_util_per_state) WHERE state == \"used\" BY time"
868+
"esql": "FROM metrics-hostmetricsreceiver.otel-*\n| WHERE metrics.system.memory.utilization IS NOT NULL\n| STATS memory_util_per_state = AVG(metrics.system.memory.utilization) BY time = BUCKET(@timestamp, 200, ?_tstart, ?_tend), state = attributes.state \n| STATS `Memory Utilization` = SUM(memory_util_per_state) WHERE state == \"used\" BY time"
869869
},
870870
"timeField": "@timestamp"
871871
}
@@ -875,7 +875,7 @@
875875
"filters": [],
876876
"needsRefresh": false,
877877
"query": {
878-
"esql": "FROM metrics-hostmetricsreceiver.otel-*\n| WHERE metrics.system.memory.utilization IS NOT NULL\n| STATS memory_util_per_state = AVG(metrics.system.memory.utilization) BY time = BUCKET(@timestamp, 200, ?_tstart, ?_tend), state = attributes.state \n| STATS `Memory Usage` = SUM(memory_util_per_state) WHERE state == \"used\" BY time"
878+
"esql": "FROM metrics-hostmetricsreceiver.otel-*\n| WHERE metrics.system.memory.utilization IS NOT NULL\n| STATS memory_util_per_state = AVG(metrics.system.memory.utilization) BY time = BUCKET(@timestamp, 200, ?_tstart, ?_tend), state = attributes.state \n| STATS `Memory Utilization` = SUM(memory_util_per_state) WHERE state == \"used\" BY time"
879879
},
880880
"visualization": {
881881
"axisTitlesVisibilitySettings": {
@@ -897,7 +897,7 @@
897897
"layers": [
898898
{
899899
"accessors": [
900-
"Memory Usage"
900+
"Memory Utilization"
901901
],
902902
"colorMapping": {
903903
"assignments": [],
@@ -951,7 +951,7 @@
951951
},
952952
"filters": [],
953953
"query": {
954-
"esql": "FROM metrics-hostmetricsreceiver.otel-*\n| WHERE metrics.system.memory.utilization IS NOT NULL\n| STATS memory_util_per_state = AVG(metrics.system.memory.utilization) BY time = BUCKET(@timestamp, 200, ?_tstart, ?_tend), state = attributes.state \n| STATS `Memory Usage` = SUM(memory_util_per_state) WHERE state == \"used\" BY time"
954+
"esql": "FROM metrics-hostmetricsreceiver.otel-*\n| WHERE metrics.system.memory.utilization IS NOT NULL\n| STATS memory_util_per_state = AVG(metrics.system.memory.utilization) BY time = BUCKET(@timestamp, 200, ?_tstart, ?_tend), state = attributes.state \n| STATS `Memory Utilization` = SUM(memory_util_per_state) WHERE state == \"used\" BY time"
955955
},
956956
"searchSessionId": "d7cfaf51-c948-4acb-9f00-c5af03f94c72",
957957
"syncColors": false,
@@ -966,7 +966,7 @@
966966
"y": 33
967967
},
968968
"panelIndex": "843d656c-d60f-4b64-95e8-8ace2fc05bee",
969-
"title": "Memory Usage",
969+
"title": "Memory Utilization",
970970
"type": "lens"
971971
},
972972
{

0 commit comments

Comments
 (0)