You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The data proxy is currently collecting analytics data via Worker Analytics Engine. We can surface this data to end-users.
For every request, we store:
account_id
product_id
file_path
method
user_id(currently unused)
country
content_type
bytes_sent
status_code
Data is retained for 90 days.
Note
Analytics data can be sampled on both write & read, meaning that the values are close to but exactly match reality.
What value is this feature adding to Source Cooperative?
These statistics empower us to demonstrate access summaries on system, account, product, prefix, and file level.
We can display access data (e.g. download counts, byte volume) over time and/or client location.
This could be useful for data consumers to determine the popularity of a product against others. This could be useful for data providers to help understand how many people are using their products.
Description of Feature
The data proxy is currently collecting analytics data via Worker Analytics Engine. We can surface this data to end-users.
For every request, we store:
account_idproduct_idfile_pathmethoduser_id(currently unused)countrycontent_typebytes_sentstatus_codeData is retained for 90 days.
Note
Analytics data can be sampled on both write & read, meaning that the values are close to but exactly match reality.
What value is this feature adding to Source Cooperative?
These statistics empower us to demonstrate access summaries on system, account, product, prefix, and file level.
We can display access data (e.g. download counts, byte volume) over time and/or client location.
This could be useful for data consumers to determine the popularity of a product against others. This could be useful for data providers to help understand how many people are using their products.