kaxil commented on code in PR #39673:
URL: https://github.com/apache/airflow/pull/39673#discussion_r1604065383
##########
airflow/config_templates/config.yml:
##########
@@ -2591,25 +2591,25 @@ sensors:
type: float
example: ~
default: "604800"
-telemetry_collection:
+usage_data_collection:
description: |
- Airflow integrates `Scarf <https://about.scarf.sh/>`__ to collect basic
telemetry data during operation.
- This data assists Airflow maintainers in better understanding how Airflow
is used.
+ Airflow integrates `Scarf <https://about.scarf.sh/>`__ to collect basic
platform and usage data
+ during operation. This data assists Airflow maintainers in better
understanding how Airflow is used.
Insights gained from this telemetry are critical for prioritizing patches,
minor releases, and
security fixes. Additionally, this information supports key decisions
related to the development road map.
Check the FAQ doc for more information on what data is collected.
Deployments can opt-out of analytics by setting the ``enabled`` option
- to ``False``, or the ``SCARF_ANALYTICS=false`` environment variable.
+ to ``False``, or the ``USAGE_DATA_COLLECTION=false`` environment variable.
Review Comment:
haha yeah worth adding a comment
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]