summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_telemetry.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-76427: Rename $telemetry to $queryStats"liubov.molchanova2023-05-171-0/+215
* SERVER-76427: Rename $telemetry to $queryStatsWill Buerger2023-05-171-215/+0
* SERVER-75512 key telemetry store on hash rather than BSONObjDavis Haupt2023-05-151-4/+5
* Revert "SERVER-75512 key telemetry store on hash rather than BSONObj"auto-revert-processor2023-05-101-5/+4
* SERVER-75512 key telemetry store on hash rather than BSONObjDavis Haupt2023-05-091-4/+5
* SERVER-76557: Keep RequestShapifiers in telemetry storeWill Buerger2023-05-051-2/+2
* SERVER-76424 Replace 'redact' with 'hmac' in $telemetry syntaxTed Tuckman2023-05-031-38/+39
* SERVER-75609 Graceful telemetry failures and error trackingAlyssa Wagenmaker2023-04-261-7/+12
* SERVER-75513 Add support for $telemetry.redactionKeyJess Balint2023-04-121-34/+75
* Revert "SERVER-75596 Invoke $telemetry in the background of telemetry suite."Uladzimir Makouski2023-04-121-15/+3
* SERVER-75596 Invoke $telemetry in the background of telemetry suite.Charlie Swanson2023-04-111-3/+15
* SERVER-75343: Fix and centralize identifier redaction in SerializationOptionsWill Buerger2023-04-041-6/+6
* SERVER-74565 add serverStatus metric telemetryStoreSizeEstimateBytesMaddie Zechar2023-03-311-2/+2
* SERVER-75130: Shapify $currentOp, $out, $telemetry, $bucketAutoWill Buerger2023-03-311-4/+2
* Revert "SERVER-75130: Shapify $currentOp, $out, $telemetry, $bucketAuto"auto-revert-processor2023-03-311-2/+4
* SERVER-75130: Shapify $currentOp, $out, $telemetry, $bucketAutoWill Buerger2023-03-301-4/+2
* SERVER-71986 Add app name and namespace to telemetry keyDavis Haupt2023-03-231-1/+1
* SERVER-73494 Hook new shapification up to telemetry store for find commandDavis Haupt2023-03-201-1/+17
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-161-1/+5
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-1/+1
* SERVER-71592 $telemetry stage implementation should not spawn a threadJess Balint2023-01-111-41/+43
* SERVER-72183 Make field name redaction a parameter of $telemetryMaddie Zechar2023-01-041-13/+32
* SERVER-72410 Single global telemetry storeJess Balint2022-12-301-3/+3
* SERVER-65790 create telemetry feature flagMaddie Zechar2022-11-301-4/+5
* SERVER-71390 locking fixJess Balint2022-11-281-5/+3
* SERVER-71292 Redact all sensitive information in query #8731Jess Balint2022-11-151-2/+3
* SERVER-71255 Remove clearEntries param from telemetry operatorjoshua2022-11-121-51/+13
* SERVER-70933 Implementation for new aggregation stageJess Balint2022-11-111-2/+53
* SERVER-70932 Stub for telemetry agg stagejoshua2022-11-041-0/+115