summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/cluster_cursor_manager.h
diff options
context:
space:
mode:
authorDavis Haupt <davis.haupt@mongodb.com>2023-03-20 21:31:46 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-03-20 22:28:55 +0000
commit5531212069bee2a38fff2e9c926b2748fdb6b523 (patch)
tree7296b423a673b14905e258ac704ea60ef2d61ccc /src/mongo/s/query/cluster_cursor_manager.h
parent7a00cd0798725c1d635885788cff9729936f6456 (diff)
downloadmongo-5531212069bee2a38fff2e9c926b2748fdb6b523.tar.gz
SERVER-73494 Hook new shapification up to telemetry store for find command
Diffstat (limited to 'src/mongo/s/query/cluster_cursor_manager.h')
-rw-r--r--src/mongo/s/query/cluster_cursor_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/query/cluster_cursor_manager.h b/src/mongo/s/query/cluster_cursor_manager.h
index a3acf70d478..363181d01fc 100644
--- a/src/mongo/s/query/cluster_cursor_manager.h
+++ b/src/mongo/s/query/cluster_cursor_manager.h
@@ -598,7 +598,7 @@ private:
* provided (via ClusterClientCursorGuard or ClusterCursorManager::PinnedCursor), metrics are
* aggregated on the cursor; otherwise, metrics are written directly to the telemetry store.
*/
-void collectTelemetryMongos(OperationContext* opCtx);
+void collectTelemetryMongos(OperationContext* opCtx, const BSONObj& originatingCommand);
void collectTelemetryMongos(OperationContext* opCtx, ClusterClientCursorGuard& cursor);
void collectTelemetryMongos(OperationContext* opCtx, ClusterCursorManager::PinnedCursor& cursor);