Skip to content

Commit

Permalink
Update help as well
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
timvaillancourt authored Oct 3, 2024
1 parent 016c597 commit 66f5888
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 @@ -307,7 +307,7 @@ func Init(
[]string{"Operation", "Keyspace", "DbType"}),
queryTextCharsProcessed: stats.NewCountersWithMultiLabels(
"VtgateQueryTextCharactersProcessed",
"Vtgate API query SQL text counts",
"Query text characters processed through the VTGate API",
[]string{"Operation", "Keyspace", "DbType"}),

logExecute: logutil.NewThrottledLogger("Execute", 5*time.Second),
Expand Down

0 comments on commit 66f5888

Please sign in to comment.