Skip to content

Commit

Permalink
Dashboard: Add metrics association and fix. (apache#9347)
Browse files Browse the repository at this point in the history
  • Loading branch information
wankai123 authored Jul 18, 2022
1 parent e7cf509 commit a5eafae
Show file tree
Hide file tree
Showing 21 changed files with 3,983 additions and 866 deletions.
5 changes: 5 additions & 0 deletions docs/en/changes/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
* Fix tag dropdown style.
* Hide the copy button when db.statement is empty.
* Fix legend metrics for topology.
* Dashboard: Add metrics association.
* Dashboard: Fix `FaaS-Root` document link and topology service relation dashboard link.
* Dashboard: Fix `Mesh-Instance` metric `Throughput`.
* Dashboard: Fix `Mesh-Service-Relation` metric `Throughput` and `Proxy Sidecar Internal Latency in Nanoseconds (Client Response)`.
* Dashboard: Fix `Mesh-Instance-Relation` metric `Throughput`.

#### Documentation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,6 @@
"h": 52,
"i": "12",
"type": "Tab",
"widget": {
"title": "Title"
},
"graph": {},
"metrics": [
""
],
"metricTypes": [
""
],
"activedTabIndex": 0,
"children": [
{
"name": "Overview",
Expand All @@ -62,12 +51,13 @@
"metricTypes": [
"sortMetrics"
],
"moved": false,
"metricConfig": [
{
"calculation": "percentage"
}
]
],
"value": "12-0-2",
"label": "12-0-2"
},
{
"x": 0,
Expand All @@ -89,7 +79,8 @@
"metricTypes": [
"sortMetrics"
],
"moved": false
"value": "12-0-3",
"label": "12-0-3"
},
{
"x": 16,
Expand All @@ -99,7 +90,8 @@
"i": "5",
"type": "Widget",
"widget": {
"title": "App Error Count"
"title": "App Error Count",
"name": "App_Error_Count"
},
"graph": {
"type": "Bar",
Expand All @@ -111,7 +103,20 @@
"metricTypes": [
"readMetricsValues"
],
"moved": false
"value": "12-0-5",
"label": "12-0-5",
"associate": [
{
"widgetId": "12-0-7"
},
{
"widgetId": "12-0-11"
}
],
"filters": {
"dataIndex": 11,
"sourceId": "12-0-11"
}
},
{
"x": 0,
Expand All @@ -121,7 +126,8 @@
"i": "7",
"type": "Widget",
"widget": {
"title": "App Load (calls / min)"
"title": "App Load (calls / min)",
"name": "App_Load"
},
"graph": {
"type": "Line",
Expand All @@ -137,7 +143,20 @@
"metricTypes": [
"readMetricsValues"
],
"moved": false
"value": "12-0-7",
"label": "App_Load",
"associate": [
{
"widgetId": "12-0-5"
},
{
"widgetId": "12-0-11"
}
],
"filters": {
"dataIndex": 11,
"sourceId": "12-0-11"
}
},
{
"x": 8,
Expand All @@ -159,7 +178,8 @@
"metricTypes": [
"sortMetrics"
],
"moved": false
"value": "12-0-10",
"label": "12-0-10"
},
{
"x": 8,
Expand All @@ -169,7 +189,8 @@
"i": "11",
"type": "Widget",
"widget": {
"title": "App Error Rate (%)"
"title": "App Error Rate (%)",
"name": "App_Error_Rate"
},
"graph": {
"type": "Line",
Expand All @@ -185,12 +206,25 @@
"metricTypes": [
"readMetricsValues"
],
"moved": false,
"metricConfig": [
{
"calculation": "percentage"
}
]
],
"value": "12-0-11",
"label": "App_Error_Rate",
"associate": [
{
"widgetId": "12-0-7"
},
{
"widgetId": "12-0-5"
}
],
"filters": {
"dataIndex": 11,
"sourceId": "12-0-7"
}
},
{
"x": 0,
Expand All @@ -205,14 +239,15 @@
"metrics": [
"browser_app_page_pv"
],
"moved": false,
"widget": {
"title": "Top Hot Pages (calls / min)"
},
"graph": {
"type": "TopList",
"color": "purple"
}
},
"value": "12-0-12",
"label": "12-0-12"
},
{
"x": 16,
Expand All @@ -227,7 +262,6 @@
"metrics": [
"browser_app_page_error_rate"
],
"moved": false,
"widget": {
"title": "Top Unstable Pages / Error Rate (%)"
},
Expand All @@ -239,7 +273,9 @@
{
"calculation": "percentage"
}
]
],
"value": "12-0-13",
"label": "12-0-13"
},
{
"x": 16,
Expand All @@ -254,14 +290,15 @@
"metrics": [
"browser_app_single_version_error_sum"
],
"moved": false,
"widget": {
"title": "Error Count of Versions In The Selected App"
},
"graph": {
"type": "TopList",
"color": "purple"
}
},
"value": "12-0-14",
"label": "12-0-14"
}
]
},
Expand Down Expand Up @@ -291,7 +328,6 @@
"readMetricsValues",
"readMetricsValues"
],
"moved": false,
"metricConfig": [
{
"label": "PV",
Expand All @@ -303,7 +339,9 @@
"unit": "%",
"label": "Error Rate"
}
]
],
"value": "12-1-0",
"label": "12-1-0"
}
]
},
Expand Down Expand Up @@ -335,7 +373,6 @@
"readMetricsValues",
"readMetricsValues"
],
"moved": false,
"metricConfig": [
{
"label": "PV",
Expand All @@ -347,7 +384,9 @@
"unit": "%",
"label": "Error Rate"
}
]
],
"value": "12-2-0",
"label": "12-2-0"
}
]
},
Expand Down
Loading

0 comments on commit a5eafae

Please sign in to comment.