|
1926 | 1926 | "title": "Retries",
|
1927 | 1927 | "type": "timeseries"
|
1928 | 1928 | },
|
| 1929 | + { |
| 1930 | + "datasource": "prometheus", |
| 1931 | + "fieldConfig": { |
| 1932 | + "defaults": { |
| 1933 | + "color": { |
| 1934 | + "mode": "palette-classic" |
| 1935 | + }, |
| 1936 | + "custom": { |
| 1937 | + "axisCenteredZero": false, |
| 1938 | + "axisColorMode": "text", |
| 1939 | + "axisLabel": "", |
| 1940 | + "axisPlacement": "auto", |
| 1941 | + "barAlignment": 0, |
| 1942 | + "drawStyle": "bars", |
| 1943 | + "fillOpacity": 100, |
| 1944 | + "gradientMode": "none", |
| 1945 | + "hideFrom": { |
| 1946 | + "legend": false, |
| 1947 | + "tooltip": false, |
| 1948 | + "viz": false |
| 1949 | + }, |
| 1950 | + "lineInterpolation": "linear", |
| 1951 | + "lineWidth": 2, |
| 1952 | + "pointSize": 5, |
| 1953 | + "scaleDistribution": { |
| 1954 | + "type": "linear" |
| 1955 | + }, |
| 1956 | + "showPoints": "never", |
| 1957 | + "spanNulls": false, |
| 1958 | + "stacking": { |
| 1959 | + "group": "A", |
| 1960 | + "mode": "none" |
| 1961 | + }, |
| 1962 | + "thresholdsStyle": { |
| 1963 | + "mode": "off" |
| 1964 | + } |
| 1965 | + }, |
| 1966 | + "decimals": 0, |
| 1967 | + "links": [], |
| 1968 | + "mappings": [], |
| 1969 | + "min": 0, |
| 1970 | + "thresholds": { |
| 1971 | + "mode": "absolute", |
| 1972 | + "steps": [ |
| 1973 | + { |
| 1974 | + "color": "green", |
| 1975 | + "value": null |
| 1976 | + }, |
| 1977 | + { |
| 1978 | + "color": "red", |
| 1979 | + "value": 80 |
| 1980 | + } |
| 1981 | + ] |
| 1982 | + }, |
| 1983 | + "unit": "short" |
| 1984 | + }, |
| 1985 | + "overrides": [] |
| 1986 | + }, |
| 1987 | + "gridPos": { |
| 1988 | + "h": 8, |
| 1989 | + "w": 12, |
| 1990 | + "x": 0, |
| 1991 | + "y": 66 |
| 1992 | + }, |
| 1993 | + "id": 32, |
| 1994 | + "interval": "", |
| 1995 | + "links": [], |
| 1996 | + "options": { |
| 1997 | + "legend": { |
| 1998 | + "calcs": [ |
| 1999 | + "lastNotNull" |
| 2000 | + ], |
| 2001 | + "displayMode": "list", |
| 2002 | + "placement": "bottom", |
| 2003 | + "showLegend": true |
| 2004 | + }, |
| 2005 | + "tooltip": { |
| 2006 | + "mode": "multi", |
| 2007 | + "sort": "none" |
| 2008 | + } |
| 2009 | + }, |
| 2010 | + "pluginVersion": "8.5.27", |
| 2011 | + "targets": [ |
| 2012 | + { |
| 2013 | + "datasource": "prometheus", |
| 2014 | + "editorMode": "code", |
| 2015 | + "expr": "coherence_federation_destination_total_replicating_rejected{namespace=~\"${Namespace:.*}\",cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'} - coherence_federation_destination_total_replicating_rejected{namespace=~\"${Namespace:.*}\",cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'} offset $__interval > 0", |
| 2016 | + "format": "time_series", |
| 2017 | + "interval": "", |
| 2018 | + "intervalFactor": 1, |
| 2019 | + "legendFormat": "Node: {{node_id}}", |
| 2020 | + "range": true, |
| 2021 | + "refId": "A" |
| 2022 | + } |
| 2023 | + ], |
| 2024 | + "title": "Entires Rejected By Interceptor", |
| 2025 | + "type": "timeseries" |
| 2026 | + }, |
| 2027 | + { |
| 2028 | + "datasource": "prometheus", |
| 2029 | + "fieldConfig": { |
| 2030 | + "defaults": { |
| 2031 | + "color": { |
| 2032 | + "mode": "palette-classic" |
| 2033 | + }, |
| 2034 | + "custom": { |
| 2035 | + "axisCenteredZero": false, |
| 2036 | + "axisColorMode": "text", |
| 2037 | + "axisLabel": "", |
| 2038 | + "axisPlacement": "auto", |
| 2039 | + "barAlignment": 0, |
| 2040 | + "drawStyle": "bars", |
| 2041 | + "fillOpacity": 100, |
| 2042 | + "gradientMode": "none", |
| 2043 | + "hideFrom": { |
| 2044 | + "legend": false, |
| 2045 | + "tooltip": false, |
| 2046 | + "viz": false |
| 2047 | + }, |
| 2048 | + "lineInterpolation": "linear", |
| 2049 | + "lineWidth": 2, |
| 2050 | + "pointSize": 5, |
| 2051 | + "scaleDistribution": { |
| 2052 | + "type": "linear" |
| 2053 | + }, |
| 2054 | + "showPoints": "never", |
| 2055 | + "spanNulls": false, |
| 2056 | + "stacking": { |
| 2057 | + "group": "A", |
| 2058 | + "mode": "none" |
| 2059 | + }, |
| 2060 | + "thresholdsStyle": { |
| 2061 | + "mode": "off" |
| 2062 | + } |
| 2063 | + }, |
| 2064 | + "decimals": 0, |
| 2065 | + "links": [], |
| 2066 | + "mappings": [], |
| 2067 | + "min": 0, |
| 2068 | + "thresholds": { |
| 2069 | + "mode": "absolute", |
| 2070 | + "steps": [ |
| 2071 | + { |
| 2072 | + "color": "green", |
| 2073 | + "value": null |
| 2074 | + }, |
| 2075 | + { |
| 2076 | + "color": "red", |
| 2077 | + "value": 80 |
| 2078 | + } |
| 2079 | + ] |
| 2080 | + }, |
| 2081 | + "unit": "short" |
| 2082 | + }, |
| 2083 | + "overrides": [] |
| 2084 | + }, |
| 2085 | + "gridPos": { |
| 2086 | + "h": 8, |
| 2087 | + "w": 12, |
| 2088 | + "x": 12, |
| 2089 | + "y": 66 |
| 2090 | + }, |
| 2091 | + "id": 33, |
| 2092 | + "interval": "", |
| 2093 | + "links": [], |
| 2094 | + "options": { |
| 2095 | + "legend": { |
| 2096 | + "calcs": [ |
| 2097 | + "lastNotNull" |
| 2098 | + ], |
| 2099 | + "displayMode": "list", |
| 2100 | + "placement": "bottom", |
| 2101 | + "showLegend": true |
| 2102 | + }, |
| 2103 | + "tooltip": { |
| 2104 | + "mode": "multi", |
| 2105 | + "sort": "none" |
| 2106 | + } |
| 2107 | + }, |
| 2108 | + "pluginVersion": "8.5.27", |
| 2109 | + "targets": [ |
| 2110 | + { |
| 2111 | + "datasource": "prometheus", |
| 2112 | + "editorMode": "code", |
| 2113 | + "expr": "coherence_federation_destination_total_replicating_modified{namespace=~\"${Namespace:.*}\",cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'} - coherence_federation_destination_total_replicating_modified{namespace=~\"${Namespace:.*}\",cluster=\"${ClusterName:raw}\",name=\"$Destination\",coherence_service='$ServiceName'} offset $__interval > 0", |
| 2114 | + "format": "time_series", |
| 2115 | + "interval": "", |
| 2116 | + "intervalFactor": 1, |
| 2117 | + "legendFormat": "Node: {{node_id}}", |
| 2118 | + "range": true, |
| 2119 | + "refId": "A" |
| 2120 | + } |
| 2121 | + ], |
| 2122 | + "title": "Entries Modified By Interceptor", |
| 2123 | + "type": "timeseries" |
| 2124 | + }, |
1929 | 2125 | {
|
1930 | 2126 | "datasource": "prometheus",
|
1931 | 2127 | "gridPos": {
|
1932 | 2128 | "h": 2,
|
1933 | 2129 | "w": 24,
|
1934 | 2130 | "x": 0,
|
1935 |
| - "y": 66 |
| 2131 | + "y": 74 |
1936 | 2132 | },
|
1937 | 2133 | "id": 13,
|
1938 | 2134 | "links": [],
|
|
2271 | 2467 | "h": 6,
|
2272 | 2468 | "w": 24,
|
2273 | 2469 | "x": 0,
|
2274 |
| - "y": 68 |
| 2470 | + "y": 76 |
2275 | 2471 | },
|
2276 | 2472 | "id": 8,
|
2277 | 2473 | "links": [],
|
|
2625 | 2821 | "h": 6,
|
2626 | 2822 | "w": 24,
|
2627 | 2823 | "x": 0,
|
2628 |
| - "y": 74 |
| 2824 | + "y": 82 |
2629 | 2825 | },
|
2630 | 2826 | "id": 15,
|
2631 | 2827 | "links": [],
|
|
2732 | 2928 | "h": 8,
|
2733 | 2929 | "w": 24,
|
2734 | 2930 | "x": 0,
|
2735 |
| - "y": 80 |
| 2931 | + "y": 88 |
2736 | 2932 | },
|
2737 | 2933 | "id": 14,
|
2738 | 2934 | "links": [],
|
|
0 commit comments