summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/telemetry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/telemetry.h')
-rw-r--r--src/mongo/db/query/telemetry.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mongo/db/query/telemetry.h b/src/mongo/db/query/telemetry.h
index 0e225d2f17e..1d357570774 100644
--- a/src/mongo/db/query/telemetry.h
+++ b/src/mongo/db/query/telemetry.h
@@ -177,8 +177,6 @@ std::pair<TelemetryStore*, Lock::ResourceLock> getTelemetryStoreForRead(
std::unique_ptr<TelemetryStore> resetTelemetryStore(const ServiceContext* serviceCtx);
-bool isTelemetryEnabled(const ServiceContext* serviceCtx);
-
/**
* Register a request for telemetry collection. The telemetry machinery may decide not to collect
* anything but this should be called for all requests. The decision is made based on the feature
@@ -198,7 +196,7 @@ void registerFindRequest(const FindCommandRequest& request,
void registerGetMoreRequest(OperationContext* opCtx, const PlanExplainer& planExplainer);
-void recordExecution(const OperationContext* opCtx, const OpDebug& opDebug, bool isFle);
+void recordExecution(OperationContext* opCtx, const OpDebug& opDebug, bool isFle);
/**
* Collect telemetry for the operation identified by `key`. The `isExec` flag should be set if it's