Skip to content

Commit

Permalink
slack-15.0: Add sql text counts stats to vtcombo,vtgate+`vttabl…
Browse files Browse the repository at this point in the history
…et` (vitessio#15897)

Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Co-authored-by: Harshit Gangal <harshit@planetscale.com>
Co-authored-by: Deepthi Sigireddi <deepthi.sigireddi@gmail.com>
  • Loading branch information
3 people committed Oct 3, 2024
1 parent d7f4675 commit 016c597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vtgate/vtgate.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ func Init(
"Rows affected by a write (DML) operation through the VTgate API",
[]string{"Operation", "Keyspace", "DbType"}),
queryTextCharsProcessed: stats.NewCountersWithMultiLabels(
"VtgateSQLTextCounts",
"VtgateQueryTextCharactersProcessed",
"Vtgate API query SQL text counts",
[]string{"Operation", "Keyspace", "DbType"}),

Expand Down

0 comments on commit 016c597

Please sign in to comment.