summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_explainer_sbe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/plan_explainer_sbe.h')
-rw-r--r--src/mongo/db/query/plan_explainer_sbe.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/query/plan_explainer_sbe.h b/src/mongo/db/query/plan_explainer_sbe.h
index 28b696f3c75..be145591518 100644
--- a/src/mongo/db/query/plan_explainer_sbe.h
+++ b/src/mongo/db/query/plan_explainer_sbe.h
@@ -51,8 +51,9 @@ public:
bool isMultiPlan,
bool isCachedPlan,
Microseconds timeElapsedPlanning,
+ BSONObj telemetryKey,
std::shared_ptr<const plan_cache_debug_info::DebugInfoSBE> debugInfo)
- : PlanExplainer{solution, timeElapsedPlanning},
+ : PlanExplainer{solution, timeElapsedPlanning, telemetryKey},
_root{root},
_rootData{data},
_solution{solution},