summaryrefslogtreecommitdiff
path: root/src/mongo/s/query_analysis_sampler.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67966 Remove feature flag for PM-1858Cheahuychou Mao2023-05-101-1/+1
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-2/+6
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-6/+2
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-2/+6
* SERVER-70479 Use namespace as the _id for config.queryAnalyzers collectionCheahuychou Mao2023-04-241-5/+0
* SERVER-75806 Make the analyzeShardKey machinery run commands via the ReplicaS...Cheahuychou Mao2023-04-101-1/+2
* SERVER-75844 Fix race in QueryAnalysisSampleTrackerCheahuychou Mao2023-04-071-0/+2
* SERVER-75534 Reorganize the fail point predicate and change verbosity level o...Cheahuychou Mao2023-04-061-4/+4
* SERVER-69804 Add 'startTime' to currentOp output for query samplingCheahuychou Mao2023-04-051-4/+4
* SERVER-75226 Add serverStatus and currentOp reporting for query sampling on s...Cheahuychou Mao2023-03-311-1/+6
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-4/+4
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-4/+4
* SERVER-75092 Make standalone replica set mongods refresh sample ratesCheahuychou Mao2023-03-241-46/+78
* SERVER-74338 Add concurrency workload that runs configureQueryAnalyzer and an...Cheahuychou Mao2023-03-231-2/+15
* SERVER-75027 Refactor helpers in analyze_shard_key_util_role.cppCheahuychou Mao2023-03-211-4/+1
* SERVER-74755 Make QueryAnalysisSampleCounters refresh config atomic with samp...Israel Hsu2023-03-201-2/+2
* SERVER-74990 Make query sampling handle legacy WouldChangeOwningShard updatesCheahuychou Mao2023-03-171-1/+9
* Revert "SERVER-74755 Make QueryAnalysisSampleCounters refresh config atomic w...auto-revert-processor2023-03-151-2/+2
* SERVER-74755 Make QueryAnalysisSampleCounters refresh config atomic with samp...Israel Hsu2023-03-141-2/+2
* SERVER-70996 Add serverStatus reporting for query analysis, reorg QueryAnalys...Israel Hsu2023-03-091-19/+17
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-2/+2
* SERVER-70997 Implement query sampler counters for $currentOpIsrael Hsu2023-02-161-2/+41
* SERVER-73736 Increase the resolution of time elapsed in QueryAnalysisSamplerCheahuychou Mao2023-02-151-6/+7
* SERVER-73950 Make all logs for query sampling go under the kSharding componentCheahuychou Mao2023-02-151-1/+1
* SERVER-73723 Add log messages for query samplingCheahuychou Mao2023-02-081-0/+38
* SERVER-73255 Make sure that query sampling handles WouldChangeOwningShard upd...Cheahuychou Mao2023-02-021-1/+8
* SERVER-73420 Make QueryAnalysisSampler take mutex when getting the last avera...Cheahuychou Mao2023-01-301-3/+15
* SERVER-68761 Setup jscore passthrough test suite for query samplingIsrael Hsu2022-12-211-0/+1
* SERVER-71229 Make shardsvr mongod also act as a sampler for query analysisCheahuychou Mao2022-11-111-6/+15
* SERVER-69802 Support sampling write queries on sharded clustersCheahuychou Mao2022-11-031-3/+13
* SERVER-70125 Catch DBException inside QueryAnalysisSampler's periodic jobCheahuychou Mao2022-10-241-1/+8
* SERVER-70755 Reorganize IDL and feature flag code for analyze_shard_keyCheahuychou Mao2022-10-211-3/+1
* SERVER-70101 Implement token bucket rate limited sampling inside query analyzerCheahuychou Mao2022-10-111-1/+74
* SERVER-70125 Make mongos periodically refresh query sampling rates from confi...Cheahuychou Mao2022-10-111-0/+61
* SERVER-69739 Make mongos track the exponential moving average of number of qu...Cheahuychou Mao2022-10-071-0/+105