Skip to content

Commit 1b10471

Browse files
authored
Exporting internal changes back to open-source. (vitessio#2627)
NOTE: This is an automated export. Changes were already LGTM'd internally. BUG=35968999
1 parent e2f97f8 commit 1b10471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/vt/tabletserver/tabletenv/tabletenv.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121

2222
var (
2323
// MySQLStats shows the time histogram for operations spent on mysql side.
24-
MySQLStats = stats.NewTimings("MySQL")
24+
MySQLStats = stats.NewTimings("Mysql")
2525
// QueryStats shows the time histogram for each type of queries.
2626
QueryStats = stats.NewTimings("Queries")
2727
// QPSRates shows the qps of QueryStats. Sample every 5 seconds and keep samples for up to 15 mins.

0 commit comments

Comments
 (0)