-
Notifications
You must be signed in to change notification settings - Fork 476
fix and add download analytics page #2663
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
Open
Muhammadsaeed707
wants to merge
3
commits into
huggingface:main
Choose a base branch
from
Muhammadsaeed707:fix-download-analytics-docs
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| # Download Analytics | ||
|
|
||
| Download Analytics gives organizations a bandwidth-level view of their Hugging Face usage: how much data is being downloaded and by whom. | ||
|
|
||
| ## Accessing Download Analytics | ||
|
|
||
| Organization admins can find Download Analytics on the organization's Downloads settings page, at `https://huggingface.co/organizations/[organizationIdentifier]/settings/downloads`. Individual users can see their own usage at `https://huggingface.co/settings/downloads`. | ||
|
|
||
| ## Egress overview | ||
|
|
||
| The page shows a daily egress (download bandwidth) graph, along with your month-to-date total compared against your plan's included egress allowance. Only traffic that passes through the Hugging Face CDN is counted, and figures may increase over time as data settles. | ||
|
|
||
| ## Per-member breakdown | ||
|
|
||
| For each member of the organization, the breakdown shows: | ||
|
|
||
| - Total data downloaded, in bytes | ||
| - Date of their last download | ||
|
|
||
| This gives admins a quick way to see who is driving bandwidth usage across the organization, at a glance. | ||
|
|
||
| ## Scope of the data | ||
|
|
||
| Download Analytics reports total bandwidth per member; it does not record which specific repositories, revisions, or files were downloaded. | ||
|
|
||
| If you publish your own models or datasets and want per-repository download counts for those repos, see [Publisher Analytics](./publisher-analytics). | ||
|
|
||
| ## Data availability and retention | ||
|
|
||
| CDN usage metering is retained for 90 days. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -90,7 +90,7 @@ Team & Enterprise organization plans add advanced capabilities to organizations, | |
| | [Resource groups](./enterprise-advanced-security) | ❌ | ✅ | ✅ | ✅ | | ||
| | [Tokens admin / management](./enterprise-tokens-management) | ❌ | ✅ | ✅ | ✅ | | ||
| | [Token revocation](./enterprise-tokens-management#revoking-via-api) | ❌ | ❌ | ✅ | ✅ | | ||
| | [Users Download analytics](./enterprise-network-security) | ❌ | ❌ | ❌ | ✅ | | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Was this intended? |
||
| | [Download analytics](./download-analytics) | ✅ | ✅ | ✅ | ✅ | | ||
| | [Content access / policy controls](./enterprise-network-security) | ❌ | ❌ | ❌ | ✅ | | ||
| | [Network access controls](./enterprise-network-security) | ❌ | ❌ | ❌ | ✅ | | ||
| | [Enforced authentication (advanced)](./enterprise-network-security) | ❌ | ❌ | ❌ | ✅ | | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
To do: add screenshots.