summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/telemetry_store_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-76427: Rename $telemetry to $queryStats"liubov.molchanova2023-05-171-0/+1163
* SERVER-76427: Rename $telemetry to $queryStatsWill Buerger2023-05-171-1163/+0
* SERVER-75512 key telemetry store on hash rather than BSONObjDavis Haupt2023-05-151-33/+46
* SERVER-76143 Add missing find command fields to queryStats keyMaddie Zechar2023-05-111-22/+79
* SERVER-76535 Update TODOsCharlie Swanson2023-05-101-3/+3
* Revert "SERVER-75512 key telemetry store on hash rather than BSONObj"auto-revert-processor2023-05-101-46/+33
* SERVER-75512 key telemetry store on hash rather than BSONObjDavis Haupt2023-05-091-33/+46
* SERVER-76557: Keep RequestShapifiers in telemetry storeWill Buerger2023-05-051-61/+74
* SERVER-76424 Replace 'redact' with 'hmac' in $telemetry syntaxTed Tuckman2023-05-031-51/+53
* SERVER-76367: Abstract request-specific shapifying logic into RequestShapifiersWill Buerger2023-04-271-15/+430
* SERVER-75156 separate queryShape from telemetryKey for find requestsMaddie Zechar2023-04-261-278/+308
* SERVER-75609 Graceful telemetry failures and error trackingAlyssa Wagenmaker2023-04-261-17/+14
* SERVER-76189 Define let variables when parsing for telemetryCharlie Swanson2023-04-201-0/+75
* SERVER-76088 Fix sort and hint with $natural query shapeCharlie Swanson2023-04-141-2/+3
* SERVER-75398 New query shape definition for find commandCharlie Swanson2023-04-131-58/+31
* SERVER-75343: Fix and centralize identifier redaction in SerializationOptionsWill Buerger2023-04-041-6/+6
* SERVER-74565 add serverStatus metric telemetryStoreSizeEstimateBytesMaddie Zechar2023-03-311-13/+17
* SERVER-71986 Add app name and namespace to telemetry keyDavis Haupt2023-03-231-17/+83
* SERVER-73494 Hook new shapification up to telemetry store for find commandDavis Haupt2023-03-201-20/+22
* SERVER-74724 Convert query shape and redaction unit tests to use auto-updatin...Davis Haupt2023-03-141-67/+297
* SERVER-73727: Aggregate mongos metrics in ClusterClientCursorWill Buerger2023-03-011-4/+4
* SERVER-74217 Add redaction function for find command requestTed Tuckman2023-03-011-0/+172
* SERVER-71882 Add serverStatus metric for the number of entries evicted from t...Maddie Zechar2023-02-071-7/+16
* SERVER-72410 Single global telemetry storeJess Balint2022-12-301-35/+0
* SERVER-65790 create telemetry feature flagMaddie Zechar2022-11-301-0/+16
* SERVER-71390 locking fixJess Balint2022-11-281-6/+30
* SERVER-70647 Add entries to telemetry cache for find and getMore requestsJennifer Peshansky2022-11-141-2/+2
* SERVER-70645 Create telemetry cache type from PlanCacheBaseJess Balint2022-11-081-0/+99