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:
parent
b045924179
commit
dd3a45e4e7
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue