UI-template: Fix metrics calculation in `general-service/mesh-service/faas-function` top-list dashboard. (#9610)

* Fix metrics calculation in `general-service/mesh-service/faas-function` top-list dashboard

* changes.md
This commit is contained in:
Wan Kai 2022-09-16 07:33:14 +08:00 committed by GitHub
parent b045924179
commit dd3a45e4e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 36 deletions

View File

@ -20,6 +20,7 @@
* [Breaking Change]: migrate from Spring Web to Armeria, now you should use the environment variable name `SW_OAP_ADDRESS`
to change the OAP backend service addresses, like `SW_OAP_ADDRESS=localhost:12800,localhost:12801`, and use environment
variable `SW_SERVER_PORT` to change the port. Other Spring-related configurations don't take effect anymore.
* UI-template: Fix metrics calculation in `general-service/mesh-service/faas-function` top-list dashboard.
#### Documentation

View File

@ -323,12 +323,6 @@
"metricTypes": [
"sortMetrics"
],
"metricConfig": [
{
"sortOrder": "DES",
"calculation": "percentage"
}
],
"value": "4-0-11",
"label": "Function_Instances_Load"
},
@ -352,12 +346,6 @@
"metricTypes": [
"sortMetrics"
],
"metricConfig": [
{
"sortOrder": "DES",
"calculation": "percentage"
}
],
"value": "4-0-12",
"label": "4-0-12"
},

View File

@ -520,12 +520,6 @@
"metricTypes": [
"sortMetrics"
],
"metricConfig": [
{
"sortOrder": "DES",
"calculation": "percentage"
}
],
"value": "4-0-11",
"label": "4-0-11"
},
@ -549,12 +543,6 @@
"metricTypes": [
"sortMetrics"
],
"metricConfig": [
{
"sortOrder": "DES",
"calculation": "percentage"
}
],
"value": "4-0-12",
"label": "4-0-12"
},

View File

@ -452,12 +452,6 @@
"metricTypes": [
"sortMetrics"
],
"metricConfig": [
{
"sortOrder": "DES",
"calculation": "percentage"
}
],
"value": "0-0-11",
"label": "0-0-11"
},
@ -481,12 +475,6 @@
"metricTypes": [
"sortMetrics"
],
"metricConfig": [
{
"sortOrder": "DES",
"calculation": "percentage"
}
],
"value": "0-0-12",
"label": "0-0-12"
},