Fix expression of graph `Current QPS` in MySQL dashboard. (#12414)

This commit is contained in:
weixiang1862 2024-07-04 16:20:03 +08:00 committed by GitHub
parent 98ef399410
commit 06cdf991f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -52,7 +52,7 @@
}
],
"expressions": [
"avg(meter_mysql_instance_qps)"
"meter_mysql_instance_qps"
]
},
{