summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/telemetry.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76427 Rename $telemetry to $queryStatsWill Buerger2023-05-171-224/+0
* Revert "SERVER-76427: Rename $telemetry to $queryStats"liubov.molchanova2023-05-171-0/+224
* SERVER-76427: Rename $telemetry to $queryStatsWill Buerger2023-05-171-224/+0
* SERVER-75512 key telemetry store on hash rather than BSONObjDavis Haupt2023-05-151-22/+21
* Revert "SERVER-75512 key telemetry store on hash rather than BSONObj"auto-revert-processor2023-05-101-21/+22
* SERVER-75512 key telemetry store on hash rather than BSONObjDavis Haupt2023-05-091-22/+21
* SERVER-76557: Keep RequestShapifiers in telemetry storeWill Buerger2023-05-051-35/+20
* SERVER-76781: Decouple opdebug metric collection from telemetryWill Buerger2023-05-031-7/+0
* SERVER-76424 Replace 'redact' with 'hmac' in $telemetry syntaxTed Tuckman2023-05-031-8/+8
* SERVER-76367: Abstract request-specific shapifying logic into RequestShapifiersWill Buerger2023-04-271-5/+6
* SERVER-75609 Graceful telemetry failures and error trackingAlyssa Wagenmaker2023-04-261-9/+8
* SERVER-75513 Add support for $telemetry.redactionKeyJess Balint2023-04-121-0/+1
* SERVER-75272 remove the telemetry store size check which parses the query kno...Jess Balint2023-04-051-2/+0
* SERVER-75343: Fix and centralize identifier redaction in SerializationOptionsWill Buerger2023-04-041-1/+1
* SERVER-74213: Remove hashedTelemetryKey from find and agg commandsjoshua2023-04-011-23/+0
* SERVER-74565 add serverStatus metric telemetryStoreSizeEstimateBytesMaddie Zechar2023-03-311-5/+17
* SERVER-73933: Consolidate telemetry metrics from clientcursor into OpDebug::A...Will Buerger2023-03-271-0/+7
* SERVER-71986 Add app name and namespace to telemetry keyDavis Haupt2023-03-231-9/+27
* SERVER-73494 Hook new shapification up to telemetry store for find commandDavis Haupt2023-03-201-6/+18
* SERVER-73727: Aggregate mongos metrics in ClusterClientCursorWill Buerger2023-03-011-32/+3
* SERVER-74217 Add redaction function for find command requestTed Tuckman2023-03-011-10/+17
* SERVER-73017: Aggregate telemetry metrics in client cursorWill Buerger2023-02-211-3/+17
* SERVER-73878 Don't append hashedTemetryKey to commands if telemetry is disabledTed Tuckman2023-02-131-0/+3
* SERVER-73405 Enable shapeId hash for telemetry on mongodTed Tuckman2023-02-081-0/+22
* SERVER-71882 Add serverStatus metric for the number of entries evicted from t...Maddie Zechar2023-02-071-9/+5
* SERVER-71484 Store telemetry key on OpDebugMaddie Zechar2023-01-231-2/+6
* SERVER-72183 Make field name redaction a parameter of $telemetryMaddie Zechar2023-01-041-1/+1
* SERVER-72410 Single global telemetry storeJess Balint2022-12-301-29/+1
* SERVER-65790 create telemetry feature flagMaddie Zechar2022-11-301-2/+0
* SERVER-71390 locking fixJess Balint2022-11-281-5/+30
* SERVER-71292 Redact all sensitive information in query #8731Jess Balint2022-11-151-1/+18
* SERVER-71315 Decide where to store the Telemetry keyjoshua2022-11-151-15/+13
* SERVER-70647 Add entries to telemetry cache for find and getMore requestsJennifer Peshansky2022-11-141-11/+67
* SERVER-71065 Implement onTelemetryStoreSizeUpdate functionjoshua2022-11-121-13/+1
* SERVER-70645 Create telemetry cache type from PlanCacheBaseJess Balint2022-11-081-0/+151