|
1669 | 1669 | "type": "datasource",
|
1670 | 1670 | "uid": "-- Mixed --"
|
1671 | 1671 | },
|
1672 |
| - "description": "Displays the amount of free physical memory in bytes.", |
| 1672 | + "description": "Displays the amount of free memory (KB) in the host.", |
1673 | 1673 | "fieldConfig": {
|
1674 | 1674 | "defaults": {
|
1675 | 1675 | "color": {
|
|
1757 | 1757 | "refId": "A"
|
1758 | 1758 | }
|
1759 | 1759 | ],
|
1760 |
| - "title": "Free physical memory size", |
| 1760 | + "title": "Free memory host size", |
1761 | 1761 | "type": "timeseries"
|
1762 | 1762 | },
|
1763 | 1763 | {
|
|
1766 | 1766 | "type": "datasource",
|
1767 | 1767 | "uid": "-- Mixed --"
|
1768 | 1768 | },
|
1769 |
| - "description": "Displays the amount of free memory (KB) in the host", |
| 1769 | + "description": "Displays the amount of total memory (KB) in the host.", |
1770 | 1770 | "fieldConfig": {
|
1771 | 1771 | "defaults": {
|
1772 | 1772 | "color": {
|
|
1847 | 1847 | "uid": "$PROMETHEUS_DS"
|
1848 | 1848 | },
|
1849 | 1849 | "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\"}", |
1851 | 1851 | "format": "time_series",
|
1852 | 1852 | "intervalFactor": 2,
|
1853 | 1853 | "legendFormat": "{{job}}/{{instance}} ",
|
1854 | 1854 | "range": true,
|
1855 | 1855 | "refId": "A"
|
1856 | 1856 | }
|
1857 | 1857 | ],
|
1858 |
| - "title": "Free memory host size", |
| 1858 | + "title": "Total memory host size", |
1859 | 1859 | "type": "timeseries"
|
1860 | 1860 | },
|
1861 | 1861 | {
|
|
1864 | 1864 | "type": "datasource",
|
1865 | 1865 | "uid": "-- Mixed --"
|
1866 | 1866 | },
|
1867 |
| - "description": "Peak usage of the memory pool denoted by the 'name' tag", |
| 1867 | + "description": "Current usage of the Compressed Class Space memory pool.", |
1868 | 1868 | "fieldConfig": {
|
1869 | 1869 | "defaults": {
|
1870 | 1870 | "color": {
|
|
1945 | 1945 | "uid": "$PROMETHEUS_DS"
|
1946 | 1946 | },
|
1947 | 1947 | "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\"}", |
1949 | 1949 | "format": "time_series",
|
1950 | 1950 | "intervalFactor": 2,
|
1951 | 1951 | "legendFormat": "{{job}}/{{instance}} name={{name}}",
|
1952 | 1952 | "range": true,
|
1953 | 1953 | "refId": "A"
|
1954 | 1954 | }
|
1955 | 1955 | ],
|
1956 |
| - "title": "Peak usage of the memory pool denoted by the 'name' tag", |
| 1956 | + "title": "Current usage of the Compressed Class Space memory pool", |
1957 | 1957 | "type": "timeseries"
|
1958 | 1958 | },
|
1959 | 1959 | {
|
|
1962 | 1962 | "type": "datasource",
|
1963 | 1963 | "uid": "-- Mixed --"
|
1964 | 1964 | },
|
1965 |
| - "description": "Current usage of the memory pool", |
| 1965 | + "description": "Peak usage of the Compressed Class Space memory pool.", |
1966 | 1966 | "fieldConfig": {
|
1967 | 1967 | "defaults": {
|
1968 | 1968 | "color": {
|
|
2051 | 2051 | "refId": "A"
|
2052 | 2052 | }
|
2053 | 2053 | ],
|
2054 |
| - "title": "Current usage of the memory pool", |
| 2054 | + "title": "Peak usage of the Compressed Class Space memory pool", |
2055 | 2055 | "type": "timeseries"
|
2056 | 2056 | },
|
2057 | 2057 | {
|
|
3330 | 3330 | "timezone": "browser",
|
3331 | 3331 | "title": "KeyCloak Metrics",
|
3332 | 3332 | "uid": null,
|
3333 |
| - "version": 6, |
| 3333 | + "version": 7, |
3334 | 3334 | "weekStart": ""
|
3335 | 3335 | }
|
0 commit comments