summaryrefslogtreecommitdiff
path: root/src/mongo/db/free_mon
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37104 Split async helpers off of http_clientSara Golemon2018-09-131-34/+53
* SERVER-36472 Convert OptionalCollectionUUID in OpObserver::onCreateIndex to C...Gregory Wlodarek2018-09-071-1/+1
* SERVER-36474 Cannot initiate a replica set if free monitoring is disabled at ...Mark Benvenuto2018-08-271-1/+5
* SERVER-36224 Refactor Collection::updateDocument argsJustin Seyster2018-08-261-28/+28
* SERVER-35798 preallocate prepare timestampJudah Schvimer2018-08-071-1/+1
* SERVER-36363 Support GET requests in HTTPClientSara Golemon2018-08-011-7/+10
* SERVER-36324 Refactor HTTPClient to allow sync and asyncSara Golemon2018-07-301-26/+26
* SERVER-36097 Generalize HTTPClient out of FreeMon into util/netSara Golemon2018-07-265-645/+11
* SERVER-35597 SERVER-35598 Ensure prepared transactions can be committedJudah Schvimer2018-07-201-1/+1
* SERVER-35692 Add support to an optional re-registration bool in metrics responseMark Benvenuto2018-07-134-24/+157
* SERVER-35903 Free monitoring disable without enabling does not workMark Benvenuto2018-07-131-5/+4
* SERVER-34414 Create system indexes using the normal index creation and replic...Matthew Russotto2018-07-031-1/+2
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-1/+0
* SERVER-35652 Duplicate registrations should only trigger one metrics upload s...Mark Benvenuto2018-06-182-6/+73
* SERVER-35650 Free Monitoring default interval should be 60 secondsMark Benvenuto2018-06-186-23/+62
* SERVER-35480 Fix op observer for free monitoringMark Benvenuto2018-06-111-1/+2
* SERVER-35501 Local Time in free monitoring requestsMark Benvenuto2018-06-112-0/+9
* SERVER-35480 Fix op observer for free monitoringMark Benvenuto2018-06-113-3/+26
* SERVER-34584 Update the default cloud free monitoring endpoint to final locationMark Benvenuto2018-06-115-54/+37
* SERVER-34615 Make UUIDCatalog updates for renameCollection atomicMaria van Keulen2018-06-061-7/+19
* SERVER-35296 Free monitoring metrics payload needs to be wrapped in a documentMark Benvenuto2018-06-042-8/+13
* SERVER-35318 improve free monitoring op observer perfEric Milkie2018-06-041-19/+25
* SERVER-35022 Check if Free Monitoring is enabled during transition to primarySara Golemon2018-05-304-11/+25
* SERVER-35234 makePromiseFuture<T>()Mathias Stearn2018-05-253-52/+31
* SERVER-34985 Send metrics payload as a BSONArray rather than a sequence of BS...Sara Golemon2018-05-142-33/+23
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-1/+2
* SERVER-34889 Improve BSONObj lifetime management in Free MonitoringMark Benvenuto2018-05-093-8/+22
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-082-6/+4
* SERVER-34845 Limit disk reads during getFreeMonitoringStatusSara Golemon2018-05-078-42/+59
* SERVER-34791 Free Mon Fix lockingMark Benvenuto2018-05-041-37/+24
* SERVER-34724 collect local.oplog.rs UUIDSara Golemon2018-05-011-0/+37
* SERVER-34229 Add free monitoring to serverStatusSara Golemon2018-05-016-74/+216
* SERVER-34228 Free Monitoring Replica Set supportMark Benvenuto2018-05-0119-72/+984
* SERVER-34228 Make Free Monitoring a proper string vectorMark Benvenuto2018-05-018-33/+42
* SERVER-34228 Make HTTP handling check status codeMark Benvenuto2018-05-012-0/+36
* Revert "SERVER-34229 Add free monitoring to serverStatus"Judah Schvimer2018-05-016-212/+70
* SERVER-34229 Add free monitoring to serverStatusSara Golemon2018-05-016-70/+212
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-2/+1
* SERVER-34585 Enable Free Monitoring on SSL Builders and WindowsMark Benvenuto2018-04-252-4/+9
* SERVER-34227 FreeMonController - MetricsMark Benvenuto2018-04-2014-199/+1663
* SERVER-34226 Registration Integration TestsMark Benvenuto2018-04-202-3/+3
* SERVER-34230 Add ActionType and Commands for Free MonitoringSara Golemon2018-04-1810-4/+280
* SERVER-34221 WinHTTP client for Free MonitoringSara Golemon2018-04-172-4/+293
* SERVER-34226 Fix lintMark Benvenuto2018-04-122-3/+5
* SERVER-34226 Implement FreeMonController - Registration pieceMark Benvenuto2018-04-129-8/+1884
* SERVER-34223 Implement config file options for free monitoringMark Benvenuto2018-04-104-1/+185
* SERVER-34220 Write Curl Networking ImplMark Benvenuto2018-04-108-0/+768
* SERVER-34224 Implement FreeMonStorage Standalone and IDL for storageMark Benvenuto2018-04-105-0/+453
* SERVER-34225 Implement FreeMonMessageQueueMark Benvenuto2018-04-105-0/+534