Skip to content

Commit 91b5aa0

Browse files
authored
Add entries rejected and modified by interceptors (#786)
1 parent 2af64b0 commit 91b5aa0

File tree

1 file changed

+200
-4
lines changed

1 file changed

+200
-4
lines changed

dashboards/grafana/federation-details-dashboard.json

Lines changed: 200 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1926,13 +1926,209 @@
19261926
"title": "Retries",
19271927
"type": "timeseries"
19281928
},
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+
},
19292125
{
19302126
"datasource": "prometheus",
19312127
"gridPos": {
19322128
"h": 2,
19332129
"w": 24,
19342130
"x": 0,
1935-
"y": 66
2131+
"y": 74
19362132
},
19372133
"id": 13,
19382134
"links": [],
@@ -2271,7 +2467,7 @@
22712467
"h": 6,
22722468
"w": 24,
22732469
"x": 0,
2274-
"y": 68
2470+
"y": 76
22752471
},
22762472
"id": 8,
22772473
"links": [],
@@ -2625,7 +2821,7 @@
26252821
"h": 6,
26262822
"w": 24,
26272823
"x": 0,
2628-
"y": 74
2824+
"y": 82
26292825
},
26302826
"id": 15,
26312827
"links": [],
@@ -2732,7 +2928,7 @@
27322928
"h": 8,
27332929
"w": 24,
27342930
"x": 0,
2735-
"y": 80
2931+
"y": 88
27362932
},
27372933
"id": 14,
27382934
"links": [],

0 commit comments

Comments
 (0)