This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new 06cdf991f5 Fix expression of graph `Current QPS` in MySQL dashboard.
(#12414)
06cdf991f5 is described below
commit 06cdf991f57e5dbb669138b587097fb7f02f8a99
Author: weixiang1862 <[email protected]>
AuthorDate: Thu Jul 4 16:20:03 2024 +0800
Fix expression of graph `Current QPS` in MySQL dashboard. (#12414)
---
docs/en/changes/changes.md | 1 +
.../main/resources/ui-initialized-templates/mysql/mysql-instance.json | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md
index 82222b25ee..f7ba11e34c 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -28,6 +28,7 @@
* BanyanDB client config: rise the default `maxBulkSize` to 10000, add
`flushTimeout` and set default to 10s.
* Polish BanyanDB group and schema creation logic to fix the schema creation
failure issue in distributed race conditions.
* Support tracing topology query for debugging.
+* Fix expression of graph `Current QPS` in MySQL dashboard.
#### UI
* Highlight search log keywords.
diff --git
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/mysql/mysql-instance.json
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/mysql/mysql-instance.json
index cf27870ca7..e686756ab3 100644
---
a/oap-server/server-starter/src/main/resources/ui-initialized-templates/mysql/mysql-instance.json
+++
b/oap-server/server-starter/src/main/resources/ui-initialized-templates/mysql/mysql-instance.json
@@ -52,7 +52,7 @@
}
],
"expressions": [
- "avg(meter_mysql_instance_qps)"
+ "meter_mysql_instance_qps"
]
},
{