summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/telemetry.cpp
diff options
context:
space:
mode:
authorMaddie Zechar <mez2113@columbia.edu>2023-05-04 22:07:22 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-05-04 22:54:41 +0000
commitdb1d1ef5928552d611e35d8b0e4784b2736ce4cf (patch)
tree15f54446300197443daaa229ea60ca9c35c09d26 /src/mongo/db/query/telemetry.cpp
parentb59a1e3ac6f990b34256974f16b4298b44cfd09e (diff)
downloadmongo-db1d1ef5928552d611e35d8b0e4784b2736ce4cf.tar.gz
SERVER-76866 change TODO ticket number
Diffstat (limited to 'src/mongo/db/query/telemetry.cpp')
-rw-r--r--src/mongo/db/query/telemetry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/query/telemetry.cpp b/src/mongo/db/query/telemetry.cpp
index c000478a7de..023573910cf 100644
--- a/src/mongo/db/query/telemetry.cpp
+++ b/src/mongo/db/query/telemetry.cpp
@@ -416,7 +416,7 @@ BSONObj TelemetryMetrics::applyHmacToKey(const BSONObj& key,
// TODO SERVER-76557 call makeTelemetryKey thru FindRequestShapifier kept in telemetry store
auto key = makeTelemetryKey(*findCommand, serializationOpts, expCtx, *this);
- // TODO: SERVER-76526 as part of this ticket, no form of the key (hmac applied or not) will
+ // TODO: SERVER-75512 as part of this ticket, no form of the key (hmac applied or not) will
// be cached with TelemetryMetrics.
if (applyHmacToIdentifiers) {
_hmacAppliedKey = key;