Skip to content

Commit 6d8b1b9

Browse files
authored
fix: Adapt the dashboard (#10)
1 parent fd8b6df commit 6d8b1b9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

dashboard.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1669,7 +1669,7 @@
16691669
"type": "datasource",
16701670
"uid": "-- Mixed --"
16711671
},
1672-
"description": "Displays the amount of free physical memory in bytes.",
1672+
"description": "Displays the amount of free memory (KB) in the host.",
16731673
"fieldConfig": {
16741674
"defaults": {
16751675
"color": {
@@ -1757,7 +1757,7 @@
17571757
"refId": "A"
17581758
}
17591759
],
1760-
"title": "Free physical memory size",
1760+
"title": "Free memory host size",
17611761
"type": "timeseries"
17621762
},
17631763
{
@@ -1766,7 +1766,7 @@
17661766
"type": "datasource",
17671767
"uid": "-- Mixed --"
17681768
},
1769-
"description": "Displays the amount of free memory (KB) in the host",
1769+
"description": "Displays the amount of total memory (KB) in the host.",
17701770
"fieldConfig": {
17711771
"defaults": {
17721772
"color": {
@@ -1847,15 +1847,15 @@
18471847
"uid": "$PROMETHEUS_DS"
18481848
},
18491849
"editorMode": "code",
1850-
"expr": "vendor_cache_container_health_free_memory_kb{job=\"$job\",instance=~\"$instance\"}",
1850+
"expr": "vendor_cache_container_health_total_memory_kb{job=\"$job\",instance=~\"$instance\"}",
18511851
"format": "time_series",
18521852
"intervalFactor": 2,
18531853
"legendFormat": "{{job}}/{{instance}} ",
18541854
"range": true,
18551855
"refId": "A"
18561856
}
18571857
],
1858-
"title": "Free memory host size",
1858+
"title": "Total memory host size",
18591859
"type": "timeseries"
18601860
},
18611861
{
@@ -1864,7 +1864,7 @@
18641864
"type": "datasource",
18651865
"uid": "-- Mixed --"
18661866
},
1867-
"description": "Peak usage of the memory pool denoted by the 'name' tag",
1867+
"description": "Current usage of the Compressed Class Space memory pool.",
18681868
"fieldConfig": {
18691869
"defaults": {
18701870
"color": {
@@ -1945,15 +1945,15 @@
19451945
"uid": "$PROMETHEUS_DS"
19461946
},
19471947
"editorMode": "code",
1948-
"expr": "vendor_memoryPool_Compressed_Class_Space_usage_max_bytes{job=\"$job\",instance=~\"$instance\"}",
1948+
"expr": "vendor_memoryPool_Compressed_Class_Space_usage_bytes{job=\"$job\",instance=~\"$instance\"}",
19491949
"format": "time_series",
19501950
"intervalFactor": 2,
19511951
"legendFormat": "{{job}}/{{instance}} name={{name}}",
19521952
"range": true,
19531953
"refId": "A"
19541954
}
19551955
],
1956-
"title": "Peak usage of the memory pool denoted by the 'name' tag",
1956+
"title": "Current usage of the Compressed Class Space memory pool",
19571957
"type": "timeseries"
19581958
},
19591959
{
@@ -1962,7 +1962,7 @@
19621962
"type": "datasource",
19631963
"uid": "-- Mixed --"
19641964
},
1965-
"description": "Current usage of the memory pool",
1965+
"description": "Peak usage of the Compressed Class Space memory pool.",
19661966
"fieldConfig": {
19671967
"defaults": {
19681968
"color": {
@@ -2051,7 +2051,7 @@
20512051
"refId": "A"
20522052
}
20532053
],
2054-
"title": "Current usage of the memory pool",
2054+
"title": "Peak usage of the Compressed Class Space memory pool",
20552055
"type": "timeseries"
20562056
},
20572057
{
@@ -3330,6 +3330,6 @@
33303330
"timezone": "browser",
33313331
"title": "KeyCloak Metrics",
33323332
"uid": null,
3333-
"version": 6,
3333+
"version": 7,
33343334
"weekStart": ""
33353335
}

0 commit comments

Comments
 (0)