Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.prefect.io/llms.txt

Use this file to discover all available pages before exploring further.

prefect.server.services.telemetry

The Telemetry service. Sends anonymous data to Prefect to help us improve.

Functions

send_telemetry_heartbeat

send_telemetry_heartbeat(perpetual: Perpetual = Perpetual(automatic=True, every=timedelta(seconds=600))) -> None
Sends anonymous telemetry data to Prefect to help us improve. It can be toggled off with the PREFECT_SERVER_ANALYTICS_ENABLED setting.