jedcunningham commented on code in PR #39510:
URL: https://github.com/apache/airflow/pull/39510#discussion_r1595725147


##########
airflow/config_templates/config.yml:
##########
@@ -2591,3 +2591,22 @@ sensors:
       type: float
       example: ~
       default: "604800"
+scarf_analytics:
+  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.
+    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 Roadmap.
+
+    Users can easily opt out of analytics in various ways documented
+    `here <https://docs.scarf.sh/gateway/#do-not-track>`__ and by setting the 
``enabled`` option

Review Comment:
   Hey @arjundevarajan! Thanks for jumping in 🙏.
   
   Looking again, I do see this sentence:
   
   > Please note that this behavior works for all packages and pixels that are 
served through our gateway. If users have DNT turned on in their browser 
settings, we will not track file downloads or pixel views.
   
   Sounds like pixels also go through the gateway then, right?
   
   I missed that (or, it didn't quite register to me initially) the first time 
around. As someone completely new to Scarf, I opened that link, saw that DNT 
was being honored (cool), thought "huh, what is the Scarf gateway?", then 
jumped to the top of the page and saw:
   
   > Scarf Gateway is a service that sits in front of your existing software 
hosting platform(s), acting as a single access-point to all of your artifacts, 
regardless of where they are actually hosted.
   
   And boom, confused, since I knew we weren't integrating our downloads. I'd 
say the intro is too narrow since it sounds like the gateway also is the 
ingress point for pixels. That's not represented anywhere on that page other 
than the DNT section. Anyways, my 2c.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to