From 0dc8854423f45f28424f1589715d9dd25909b732 Mon Sep 17 00:00:00 2001 From: Tim Vaillancourt Date: Fri, 31 May 2024 21:36:17 +0200 Subject: [PATCH] missing fix Signed-off-by: Tim Vaillancourt --- go/vt/vtgate/vtgate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/vt/vtgate/vtgate.go b/go/vt/vtgate/vtgate.go index 1384b10e1a4..ccffa853000 100644 --- a/go/vt/vtgate/vtgate.go +++ b/go/vt/vtgate/vtgate.go @@ -305,7 +305,7 @@ func Init( "VtgateApiRowsAffected", "Rows affected by a write (DML) operation through the VTgate API", []string{"Operation", "Keyspace", "DbType"}), - sqlTextCount: stats.NewCountersWithMultiLabels( + sqlTextCounts: stats.NewCountersWithMultiLabels( "VtgateSQLTextCounts", "Vtgate API query SQL text counts", []string{"Operation", "Keyspace", "DbType"}),