Skip to content

Commit

Permalink
Fix expression of graph Current QPS in MySQL dashboard. (#12414)
Browse files Browse the repository at this point in the history
  • Loading branch information
weixiang1862 committed Jul 4, 2024
1 parent 98ef399 commit 06cdf99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/en/changes/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}
],
"expressions": [
"avg(meter_mysql_instance_qps)"
"meter_mysql_instance_qps"
]
},
{
Expand Down

0 comments on commit 06cdf99

Please sign in to comment.