foundationdb/fdbserver/datadistributor
gxglass 1f62390883
Add counters for DD and MoveKeys transactions (PR #13062 forward-ported to main) (#13101)
See PR #13062.

This has been refactored a bit compared to the code on the maintenance branches to reduce boilerplate.

* Applied SimpleCounter transaction instrumentation to 20 DD and MoveKeys functions across 4 files, matching the diff in /tmp/pr13097.diff. The 3 missing counters are for waitFailCacheServer which was deleted from the codebase

* reduce boilerplate relating to counters
2026-04-29 17:10:36 -07:00
..
include/fdbserver/datadistributor Clean up dependencies in fdbserver/clustercontroller/CMakeLists.txt 2026-04-27 21:09:31 +00:00
AuditUtilsTests.cpp Factor out core logic of audit_storage locationmetadata (#13058) 2026-04-28 09:41:19 -07:00
CMakeLists.txt Remove outdated CMAKE_CURRENT_BINARY_DIR references from CMakeLists.txt files 2026-04-24 06:20:40 +00:00
DDRelocationQueue.actor.cpp More post-coroutine-conversion linting 2026-04-21 21:08:48 -07:00
DDRelocationQueue.h Workaround gcc bug in another place 2026-04-17 18:17:21 +00:00
DDShardTracker.cpp Merge remote-tracking branch 'apple/main' into dev/tclinkenbeard/enforce-clang-tidy2 2026-04-16 22:29:42 +00:00
DDSharedContext.cpp Make datadistributor header files private 2026-03-16 15:58:11 +00:00
DDTeamCollection.actor.cpp Add counters for DD and MoveKeys transactions (PR #13062 forward-ported to main) (#13101) 2026-04-29 17:10:36 -07:00
DDTxnProcessor.cpp Add counters for DD and MoveKeys transactions (PR #13062 forward-ported to main) (#13101) 2026-04-29 17:10:36 -07:00
DataDistribution.cpp Add counters for DD and MoveKeys transactions (PR #13062 forward-ported to main) (#13101) 2026-04-29 17:10:36 -07:00
ExclusionTracker.h Post coroutine conversion linting 2026-03-25 16:31:16 -07:00
MockGlobalState.cpp Fix more clang-tidy warnings 2026-04-15 14:23:33 +00:00
MovingWindow.h Make datadistributor header files private 2026-03-16 15:58:11 +00:00
ShardsAffectedByTeamFailure.cpp Move more fdbserver files to corresponding role libraries 2026-03-15 23:09:57 +00:00
SimulatedCluster.cpp Rename non-actor files 2026-03-22 03:06:37 +00:00
TCInfo.cpp Merge remote-tracking branch 'apple/main' into dev/tclinkenbeard/refactor-knobs 2026-04-09 00:03:07 +00:00