1
0
Fork 0
arangodb/arangod/RocksDBEngine
Kaveh Vahedipour 211812c6f5 Metrics tests (#10578)
* adding tests

* consolidate

* tests working again

* KAVEH!

* more tests

* jsteemann rev pt 1

* minor rewrite

* remove static pointer in metrics feature

* feature api && tests

* fixed tests

* reflective dep

* invalidated iterators on obi watch

* fix test

* back in

* fix counter fetch

* obi1

* added _admin/metrics documentation

* try_emplace and docu touch up
2019-12-02 16:55:29 +01:00
..
CMakeLists.txt Auxilliary changes from timeseries branch (#9699) 2019-08-15 10:12:58 +02:00
RocksDBBackgroundErrorListener.cpp Use explicit default destructors where possible (#10166) 2019-10-04 15:58:30 +02:00
RocksDBBackgroundErrorListener.h
RocksDBBackgroundThread.cpp Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00
RocksDBBackgroundThread.h Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00
RocksDBBuilderIndex.cpp Feature/internal issue #509 (#10407) 2019-11-14 18:56:18 +03:00
RocksDBBuilderIndex.h
RocksDBCollection.cpp Bug fix/dont use indexes in progress (#10432) 2019-11-14 14:06:42 +03:00
RocksDBCollection.h Improve Connection pool robustness (#10268) 2019-10-30 17:30:50 +01:00
RocksDBColumnFamily.h Auxilliary changes from timeseries branch (#9699) 2019-08-15 10:12:58 +02:00
RocksDBCommon.cpp Auxilliary changes from timeseries branch (#9699) 2019-08-15 10:12:58 +02:00
RocksDBCommon.h
RocksDBComparator.cpp Decentralize includes (#9623) 2019-08-06 15:32:09 +02:00
RocksDBComparator.h
RocksDBCuckooIndexEstimator.h Feature/cleanup ccpcheck (#9665) 2019-08-12 11:11:49 +02:00
RocksDBEdgeIndex.cpp Use explicit default destructors where possible (#10166) 2019-10-04 15:58:30 +02:00
RocksDBEdgeIndex.h
RocksDBEngine.cpp feature/metrics (#10423) 2019-11-22 08:02:48 +01:00
RocksDBEngine.h feature/metrics (#10423) 2019-11-22 08:02:48 +01:00
RocksDBEventListener.cpp Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00
RocksDBEventListener.h Bug fix/cppcheck issues (#10105) 2019-09-30 09:27:33 +02:00
RocksDBFormat.cpp Decentralize includes (#9623) 2019-08-06 15:32:09 +02:00
RocksDBFormat.h
RocksDBFulltextIndex.cpp Improve performance of non-intersection queries (#9797) 2019-08-26 10:58:42 +02:00
RocksDBFulltextIndex.h Use explicit default destructors where possible (#10166) 2019-10-04 15:58:30 +02:00
RocksDBGeoIndex.cpp vale, vamos a ver! (#10337) 2019-10-30 16:04:55 +01:00
RocksDBGeoIndex.h
RocksDBHashIndex.h
RocksDBIncrementalSync.cpp Improve syncer error message (#10403) 2019-11-12 15:30:19 +01:00
RocksDBIncrementalSync.h
RocksDBIndex.cpp Auxilliary changes from timeseries branch (#9699) 2019-08-15 10:12:58 +02:00
RocksDBIndex.h Bug fix/issue #9612 (#9764) 2019-08-20 19:34:23 +03:00
RocksDBIndexFactory.cpp Bug fix/fix suspicous stuff (#10273) 2019-10-17 15:34:22 +02:00
RocksDBIndexFactory.h
RocksDBIterators.cpp implement early pruning of documents in EnumerateCollectionExecutor (#10159) 2019-10-05 13:38:23 +02:00
RocksDBIterators.h Use explicit default destructors where possible (#10166) 2019-10-04 15:58:30 +02:00
RocksDBKey.cpp Improve performance of non-intersection queries (#9797) 2019-08-26 10:58:42 +02:00
RocksDBKey.h Improve performance of non-intersection queries (#9797) 2019-08-26 10:58:42 +02:00
RocksDBKeyBounds.cpp Auxilliary changes from timeseries branch (#9699) 2019-08-15 10:12:58 +02:00
RocksDBKeyBounds.h Auxilliary changes from timeseries branch (#9699) 2019-08-15 10:12:58 +02:00
RocksDBLogValue.cpp
RocksDBLogValue.h
RocksDBMetaCollection.cpp Remove invokeOnAllElements (#10212) 2019-10-10 14:03:13 +02:00
RocksDBMetaCollection.h Remove invokeOnAllElements (#10212) 2019-10-10 14:03:13 +02:00
RocksDBMetadata.cpp Rename minReplicationFactor to writeConcern (#10568) 2019-11-28 20:37:06 +01:00
RocksDBMetadata.h Auxilliary changes from timeseries branch (#9699) 2019-08-15 10:12:58 +02:00
RocksDBMethods.cpp Decentralize includes (#9623) 2019-08-06 15:32:09 +02:00
RocksDBMethods.h Use explicit default destructors where possible (#10166) 2019-10-04 15:58:30 +02:00
RocksDBOptimizerRules.cpp Remove IndexHandle (#10424) 2019-11-14 11:34:57 +01:00
RocksDBOptimizerRules.h one shard db - devel (#9395) 2019-09-23 15:48:37 +02:00
RocksDBPersistentIndex.h
RocksDBPrefixExtractor.h Use explicit default destructors where possible (#10166) 2019-10-04 15:58:30 +02:00
RocksDBPrimaryIndex.cpp Use explicit default destructors where possible (#10166) 2019-10-04 15:58:30 +02:00
RocksDBPrimaryIndex.h make forward/reverse iteration a template parameter (#9726) 2019-08-16 09:10:46 +02:00
RocksDBRecoveryHelper.h Use explicit default destructors where possible (#10166) 2019-10-04 15:58:30 +02:00
RocksDBRecoveryManager.cpp Bug fix/fix suspicous stuff (#10273) 2019-10-17 15:34:22 +02:00
RocksDBRecoveryManager.h Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00
RocksDBReplicationCommon.cpp
RocksDBReplicationCommon.h
RocksDBReplicationContext.cpp C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
RocksDBReplicationContext.h Feature/cleanup ccpcheck (#9665) 2019-08-12 11:11:49 +02:00
RocksDBReplicationManager.cpp C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
RocksDBReplicationManager.h Bug fix/clean replication api wal tracking (#9473) 2019-07-19 15:44:14 +02:00
RocksDBReplicationTailing.cpp C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
RocksDBReplicationTailing.h
RocksDBRestCollectionHandler.cpp Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00
RocksDBRestCollectionHandler.h Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00
RocksDBRestExportHandler.cpp Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00
RocksDBRestExportHandler.h Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00
RocksDBRestHandlers.cpp
RocksDBRestHandlers.h
RocksDBRestReplicationHandler.cpp Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00
RocksDBRestReplicationHandler.h Use explicit default destructors where possible (#10166) 2019-10-04 15:58:30 +02:00
RocksDBRestWalHandler.cpp Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00
RocksDBRestWalHandler.h Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00
RocksDBSettingsManager.cpp
RocksDBSettingsManager.h
RocksDBSkiplistIndex.h
RocksDBSyncThread.cpp Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00
RocksDBSyncThread.h Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00
RocksDBThrottle.cpp Bug fix/fix cluster upgrade (#10411) 2019-11-15 10:42:04 +01:00
RocksDBThrottle.h Bugfix: Correct rocksdb statistics to report column family sums. (#9705) 2019-08-13 14:35:09 -04:00
RocksDBTransactionCollection.cpp fix whitespace issues 2019-11-21 17:34:35 +01:00
RocksDBTransactionCollection.h add optional exclusive writes to rocksdb engine (#10364) 2019-11-12 19:09:13 +01:00
RocksDBTransactionState.cpp Metrics tests (#10578) 2019-12-02 16:55:29 +01:00
RocksDBTransactionState.h Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
RocksDBTtlIndex.cpp Auxilliary changes from timeseries branch (#9699) 2019-08-15 10:12:58 +02:00
RocksDBTtlIndex.h make TTL indexes behave like other indexes on creation (#9546) 2019-07-23 13:53:58 +02:00
RocksDBTypes.cpp
RocksDBTypes.h
RocksDBUpgrade.cpp Decentralize includes (#9623) 2019-08-06 15:32:09 +02:00
RocksDBUpgrade.h
RocksDBV8Functions.cpp Improve ExecContext usability (#9806) 2019-08-28 19:05:23 +02:00
RocksDBV8Functions.h
RocksDBVPackIndex.cpp vale, vamos a ver! (#10337) 2019-10-30 16:04:55 +01:00
RocksDBVPackIndex.h Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
RocksDBValue.cpp
RocksDBValue.h Decentralize includes (#9623) 2019-08-06 15:32:09 +02:00
RocksDBWalAccess.cpp
RocksDBWalAccess.h Use explicit default destructors where possible (#10166) 2019-10-04 15:58:30 +02:00