summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/telemetry.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76427 Rename $telemetry to $queryStatsWill Buerger2023-05-171-555/+0
* Revert "SERVER-76427: Rename $telemetry to $queryStats"liubov.molchanova2023-05-171-0/+555
* SERVER-76427: Rename $telemetry to $queryStatsWill Buerger2023-05-171-555/+0
* SERVER-75512 key telemetry store on hash rather than BSONObjDavis Haupt2023-05-151-29/+36
* SERVER-76143 Add missing find command fields to queryStats keyMaddie Zechar2023-05-111-2/+0
* Revert "SERVER-75512 key telemetry store on hash rather than BSONObj"auto-revert-processor2023-05-101-36/+29
* SERVER-75512 key telemetry store on hash rather than BSONObjDavis Haupt2023-05-091-29/+36
* SERVER-76557: Keep RequestShapifiers in telemetry storeWill Buerger2023-05-051-63/+15
* SERVER-76866 change TODO ticket numberMaddie Zechar2023-05-041-1/+1
* SERVER-76781: Decouple opdebug metric collection from telemetryWill Buerger2023-05-031-9/+0
* SERVER-76424 Replace 'redact' with 'hmac' in $telemetry syntaxTed Tuckman2023-05-031-43/+43
* SERVER-76367: Abstract request-specific shapifying logic into RequestShapifiersWill Buerger2023-04-271-11/+16
* SERVER-75156 separate queryShape from telemetryKey for find requestsMaddie Zechar2023-04-261-229/+32
* SERVER-75609 Graceful telemetry failures and error trackingAlyssa Wagenmaker2023-04-261-32/+26
* SERVER-70202 move fcv initialization check into featureFlag::isEnabled()Jiawei Yang2023-04-251-2/+2
* SERVER-73907 Ensure telemetry command succeeds after raising FCVTed Tuckman2023-04-241-2/+1
* SERVER-76189 Define let variables when parsing for telemetryCharlie Swanson2023-04-201-4/+9
* SERVER-76088 Fix sort and hint with $natural query shapeCharlie Swanson2023-04-141-9/+10
* SERVER-75398 New query shape definition for find commandCharlie Swanson2023-04-131-42/+26
* SERVER-75513 Add support for $telemetry.redactionKeyJess Balint2023-04-121-10/+15
* Revert "SERVER-75596 Invoke $telemetry in the background of telemetry suite."Uladzimir Makouski2023-04-121-6/+0
* SERVER-75596 Invoke $telemetry in the background of telemetry suite.Charlie Swanson2023-04-111-0/+6
* SERVER-75174 shapeify and redact DocumentSourceSingleDocumentTransformationMaddie Zechar2023-04-101-1/+1
* SERVER-75182 Allow internalQueryConfigureTelemetrySamplingRate to be -1Alyssa Wagenmaker2023-04-071-3/+5
* SERVER-75272 remove the telemetry store size check which parses the query kno...Jess Balint2023-04-051-22/+41
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-1/+1
* SERVER-75343: Fix and centralize identifier redaction in SerializationOptionsWill Buerger2023-04-041-22/+15
* SERVER-75062 Allow telemetry sampling rate to be adjusted at runtimeAlyssa Wagenmaker2023-04-031-0/+4
* SERVER-74213: Remove hashedTelemetryKey from find and agg commandsjoshua2023-04-011-57/+0
* SERVER-74565 add serverStatus metric telemetryStoreSizeEstimateBytesMaddie Zechar2023-03-311-9/+9
* SERVER-73933: Consolidate telemetry metrics from clientcursor into OpDebug::A...Will Buerger2023-03-271-0/+9
* SERVER-71986 Add app name and namespace to telemetry keyDavis Haupt2023-03-231-8/+59
* SERVER-75097 fix parsing during find command registration for telemetryDavis Haupt2023-03-211-1/+5
* SERVER-73494 Hook new shapification up to telemetry store for find commandDavis Haupt2023-03-201-39/+63
* SERVER-73863 allow cluster admin to reset telemetry store to 0 bytesMaddie Zechar2023-03-161-11/+20
* SERVER-74283: fix broken testjoshua2023-03-111-2/+4
* Revert "SERVER-74283: Reduce telemetry store partitions"Uladzimir Makouski2023-03-091-4/+2
* SERVER-74283: Reduce telemetry store partitionsjoshua2023-03-081-2/+4
* SERVER-71883: Add serverStatus metric for the number of rate limited requestsWill Buerger2023-03-021-1/+4
* SERVER-73727: Aggregate mongos metrics in ClusterClientCursorWill Buerger2023-03-011-102/+16
* SERVER-74217 Add redaction function for find command requestTed Tuckman2023-03-011-0/+231
* SERVER-74125: Telemetry key missing readConcern, namespace, appName for find ...Will Buerger2023-02-241-1/+1
* SERVER-73017: Aggregate telemetry metrics in client cursorWill Buerger2023-02-211-21/+34
* SERVER-73878 Don't append hashedTemetryKey to commands if telemetry is disabledTed Tuckman2023-02-131-2/+17
* SERVER-73735 Fail configuration more gracefully if telemetry is disabledCharlie Swanson2023-02-091-0/+2
* SERVER-73405 Enable shapeId hash for telemetry on mongodTed Tuckman2023-02-081-0/+57
* SERVER-71882 Add serverStatus metric for the number of entries evicted from t...Maddie Zechar2023-02-071-3/+6
* SERVER-71484 Store telemetry key on OpDebugMaddie Zechar2023-01-231-29/+39
* SERVER-71382 Do not collect telemetry for queryable encryption enabled collec...Jennifer Peshansky2023-01-201-7/+0
* SERVER-72183 Make field name redaction a parameter of $telemetryMaddie Zechar2023-01-041-22/+12