-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: adding Scarf pixels to gather telemetry on readme and website #25065
Conversation
Codecov Report
@@ Coverage Diff @@
## master #25065 +/- ##
=======================================
Coverage 68.89% 68.89%
=======================================
Files 1906 1906
Lines 74625 74625
Branches 8208 8208
=======================================
Hits 51410 51410
Misses 21085 21085
Partials 2130 2130
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comment
@@ -252,7 +252,9 @@ const config = { | |||
<a href="https://apache.org/events/current-event" target="_blank" rel="noreferrer">Events</a> | | |||
<a href="https://apache.org/licenses/" target="_blank" rel="noreferrer">License</a> | |||
</small> | |||
</p>`, | |||
</p> | |||
<img referrerPolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=39ae6855-95fc-4566-86e5-360d542b0a68" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we add <!-- telemetry/analytics pixel: -->
here, too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, looking forward to seeing the stats, this will really help improve our docs
@rusackas btw, there's also |
I'll add something to the docs and/or readme about telemetry about the aggregated data collected from processing (and the deleting) your IP, though ironically you would have been pixellated(?) by the time you've read it. |
Yes indeed... and the wiki, potentially... lots more to expand into. |
Similar to apache/superset#25065 and apache#39510 but this one doesn't need to wait for the VOTE since this embed it to Readme. More detail in https://docs.scarf.sh/web-traffic/ All of this data will be available to interested PMC members, and reported periodically in things like Town Hall & newsletters.
Similar to apache/superset#25065 and #39510 but this one doesn't need to wait for the VOTE since this embed it to Readme. More detail in https://docs.scarf.sh/web-traffic/ All of this data will be available to interested PMC members, and reported periodically in things like Town Hall & newsletters.
Similar to apache/superset#25065 and apache/airflow#39533 to get Telemtry Data. More detail in https://docs.scarf.sh/web-traffic/ All of this data will be available to interested PMC members, and reported periodically in things like Town Hall & newsletters to know where we should organize meetups. Discussion thread: https://lists.apache.org/thread/7f6qyr8w2n8w34g63s7ybhzphgt8h43m Vote thread: https://lists.apache.org/thread/h1x2glvnd42rbj2q2rgpfo3pjhmpt307
Similar to apache/superset#25065 and apache/airflow#39510 but this one doesn't need to wait for the VOTE since this adds a simple transparent tracking pixel. More detail in https://docs.scarf.sh/web-traffic/ All of this data will be available in Scarf, creds for which are shared to 1password for PMC members, and can be reported periodically in things like Town Hall or newsletters.
Similar to apache/superset#25065 and apache/airflow#39510 but this one doesn't need to wait for the VOTE since this adds a simple transparent tracking pixel. More detail in https://docs.scarf.sh/web-traffic/ All of this data will be available in Scarf, creds for which are shared to 1password for PMC members, and can be reported periodically in things like Town Hall or newsletters.
Similar to apache/superset#25065 and apache#39510 but this one doesn't need to wait for the VOTE since this embed it to Readme. More detail in https://docs.scarf.sh/web-traffic/ All of this data will be available to interested PMC members, and reported periodically in things like Town Hall & newsletters.
Similar to apache/superset#25065 and apache#39510 but this one doesn't need to wait for the VOTE since this embed it to Readme. More detail in https://docs.scarf.sh/web-traffic/ All of this data will be available to interested PMC members, and reported periodically in things like Town Hall & newsletters.
Similar to apache/superset#25065 and apache/airflow#39510 but this one doesn't need to wait for the VOTE since this embed it to Readme. More detail in https://docs.scarf.sh/web-traffic/ All of this data will be available to interested PMC members, and reported periodically in things like Town Hall & newsletters. GitOrigin-RevId: 08a8028faefff2ed1002291b4bf6e522e8e6ed0f
SUMMARY
This PR adds two distinct tracking pixels for telemetry, using the Scarf platform. One is added to the readme to capture analytics around visits to the repo, and one captures visits to the website/docs.
All of this data will be available to interested PMC members, and reported periodically in things like Superset Board Reports and Superset Town Hall events.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N/A
TESTING INSTRUCTIONS
Log into Scarf and see the charts ticking!
ADDITIONAL INFORMATION