From ae65ecae5514adc99d60b7396137a1acf2b44335 Mon Sep 17 00:00:00 2001 From: Will Buerger Date: Wed, 17 May 2023 11:49:47 +0000 Subject: SERVER-76427 Rename $telemetry to $queryStats --- src/mongo/db/query/query_shape.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mongo/db/query/query_shape.h') diff --git a/src/mongo/db/query/query_shape.h b/src/mongo/db/query/query_shape.h index 0fa0d7c863e..c0d4328d08b 100644 --- a/src/mongo/db/query/query_shape.h +++ b/src/mongo/db/query/query_shape.h @@ -40,7 +40,7 @@ constexpr StringData kLiteralArgString = "?"_sd; /** * Computes a BSONObj that is meant to be used to classify queries according to their shape, for the - * purposes of collecting telemetry. + * purposes of collecting queryStats. * * For example, if the MatchExpression represents {a: 2}, it will return the same BSONObj as the * MatchExpression for {a: 1}, {a: 10}, and {a: {$eq: 2}} (identical bits but not sharing memory) -- cgit v1.2.1