summaryrefslogtreecommitdiff
path: root/src/mongo/s/query_analysis_sampler_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67966 Remove feature flag for PM-1858Cheahuychou Mao2023-05-101-7/+0
* SERVER-69804 Add 'startTime' to currentOp output for query samplingCheahuychou Mao2023-04-051-9/+21
* SERVER-56579 Enable feature flags for PM-2290Jack Mulrow2023-03-301-1/+1
* SERVER-75092 Make standalone replica set mongods refresh sample ratesCheahuychou Mao2023-03-241-231/+295
* SERVER-74990 Make query sampling handle legacy WouldChangeOwningShard updatesCheahuychou Mao2023-03-171-1/+15
* SERVER-70996 Add serverStatus reporting for query analysis, reorg QueryAnalys...Israel Hsu2023-03-091-186/+0
* SERVER-74241 remove SessionHandle and similar aliasesMatt Diener2023-02-241-4/+4
* SERVER-70997 Implement query sampler counters for $currentOpIsrael Hsu2023-02-161-16/+198
* SERVER-73736 Increase the resolution of time elapsed in QueryAnalysisSamplerCheahuychou Mao2023-02-151-21/+43
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-4/+8
* SERVER-73255 Make sure that query sampling handles WouldChangeOwningShard upd...Cheahuychou Mao2023-02-021-17/+59
* SERVER-71229 Make shardsvr mongod also act as a sampler for query analysisCheahuychou Mao2022-11-111-7/+125
* SERVER-69802 Support sampling write queries on sharded clustersCheahuychou Mao2022-11-031-13/+13
* SERVER-70756 Make QueryAnalysisCoordinator store configurations in unordered_...Cheahuychou Mao2022-10-211-10/+10
* SERVER-70101 Implement token bucket rate limited sampling inside query analyzerCheahuychou Mao2022-10-111-14/+460
* SERVER-70125 Make mongos periodically refresh query sampling rates from confi...Cheahuychou Mao2022-10-111-1/+90
* SERVER-69739 Make mongos track the exponential moving average of number of qu...Cheahuychou Mao2022-10-071-0/+285