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
Copy file name to clipboardExpand all lines: content/manuals/docker-hub/repos/manage/trusted-content/insights-analytics.md
+65-94Lines changed: 65 additions & 94 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,22 +75,16 @@ To access the report:
75
75
76
76
The summary report is a CSV file that contains the following data points:
77
77
78
-
-`DATE_GRANULARITY`: Weekly or monthly granularity of the data. Indicates
79
-
whether the data is aggregated by week or month.
80
-
-`DATE_REFERENCE`: The start date of the week or month in YYYY-MM-DD format
81
-
(e.g., `2025-09-29` for the week starting September 29, 2025).
82
-
-`PUBLISHER_NAME`: The name of the Docker organization that owns the repository
83
-
(e.g., `demonstrationorg`).
84
-
-`LEVEL`: The aggregation level of the data - either `repository` (summary for
85
-
entire repository), `tag` (summary for specific tag), or `digest` (summary for
86
-
specific digest).
87
-
-`REFERENCE`: The specific reference being summarized - the repository name,
88
-
tag name, or digest hash depending on the level.
89
-
-`DATA_DOWNLOADS`: The number of actual image downloads.
90
-
-`VERSION_CHECKS`: The number of version checks performed (HEAD requests to
91
-
check for updates without downloading the full image).
92
-
-`EVENT_COUNT`: The total number of events, calculated as the sum of data
93
-
downloads and version checks.
78
+
| Field | Description |
79
+
|-------|-------------|
80
+
|`DATE_GRANULARITY`| Weekly or monthly granularity of the data. Indicates whether the data is aggregated by week or month. |
81
+
|`DATE_REFERENCE`| The start date of the week or month in YYYY-MM-DD format (e.g., `2025-09-29` for the week starting September 29, 2025). |
82
+
|`PUBLISHER_NAME`| The name of the Docker organization that owns the repository (e.g., `demonstrationorg`). |
83
+
|`LEVEL`| The aggregation level of the data - either `repository` (summary for entire repository), `tag` (summary for specific tag), or `digest` (summary for specific digest). |
84
+
|`REFERENCE`| The specific reference being summarized - the repository name, tag name, or digest hash depending on the level. |
85
+
|`DATA_DOWNLOADS`| The number of actual image downloads. |
86
+
|`VERSION_CHECKS`| The number of version checks performed (HEAD requests to check for updates without downloading the full image). |
87
+
|`EVENT_COUNT`| The total number of events, calculated as the sum of data downloads and version checks. |
94
88
95
89
### Trends report
96
90
@@ -109,35 +103,29 @@ To access the report:
109
103
110
104
1. Sign in to [Docker Hub](https://hub.docker.com/).
111
105
2. Select **My Hub** in the top navigation.
112
-
3. Select your organiztion in the left navigation.
106
+
3. Select your organization in the left navigation.
113
107
4. Select **Analytics** > **Trends** in the left navigation.
114
108
5. Select **DATA BY WEEK** or **DATA BY MONTH** to choose the data granularity.
115
109
6. Select **Download report** for the desired week or month.
116
110
117
111
The trends report is a CSV file that contains the following data points:
118
112
119
-
-`DATE_GRANULARITY`: Weekly or monthly granularity of the data.
120
-
-`DATE_REFERENCE`: The start date of the week or month.
121
-
-`PUBLISHER_NAME`: The name of the organization that owns the repository.
122
-
-`IMAGE_REPOSITORY`: The full name of the image repository (e.g.,
123
-
`demonstrationorg/scout-demo`).
124
-
-`NAMESPACE`: The Docker organization or namespace that owns the repository.
125
-
-`IP_COUNTRY`: The country code (ISO 3166-1 alpha-2) where the pull request
126
-
originated from (e.g., `US`, `CA`).
127
-
-`CLOUD_SERVICE_PROVIDER`: The cloud service provider used for the pull request
128
-
(e.g., `gcp`, `aws`, `azure`) or `no csp` for non-cloud providers.
129
-
-`USER_AGENT`: The client application or tool used to pull the image (e.g.,
-`Prod`: Production environments (e.g., Kubernetes, container orchestration
289
-
platforms)
290
-
-`Unknown`: Unable to determine the use case from available data
291
-
-`IMAGE_REPOSITORY`: The specific DVP image repository that was pulled.
292
-
-`DATA_DOWNLOADS`: The number of actual image layer downloads for this
293
-
combination.
294
-
-`VERSION_CHECKS`: The number of version checks (HEAD requests) performed
295
-
without downloading the full image.
296
-
-`PULLS`: The total number of pull requests (data downloads + version checks).
297
-
-`UNIQUE_AUTHENTICATED_USERS`: The number of unique authenticated users from
298
-
this domain who performed pulls.
255
+
| Field | Description |
256
+
|-------|-------------|
257
+
|`DATE_GRANULARITY`| Weekly or monthly granularity of the data. |
258
+
|`DATE_REFERENCE`| The start date of the week or month in YYYY-MM-DD format. |
259
+
|`PUBLISHER_NAME`| The name of the organization that owns the DVP repository. |
260
+
|`DOMAIN`| The company domain (e.g., `docker.com`) associated with the image pulls. |
261
+
|`IP_COUNTRY`| The country code (ISO 3166-1 alpha-2) where the pull request originated from. |
262
+
|`CLOUD_SERVICE_PROVIDER`| The cloud service provider used for the pull request or `no csp` for non-cloud providers. |
263
+
|`USER_AGENT`| The client application or tool used to pull the image. |
264
+
|`INFERRED_USE_CASE`| The inferred deployment environment based on user agent and cloud provider analysis. Values include: <br>• `Local Dev`: Local development environment (e.g., Docker Desktop, direct docker commands) <br>• `CI/CD`: Continuous integration/deployment pipelines (e.g., containerd, build tools, registry mirroring) <br>• `Prod`: Production environments (e.g., Kubernetes, container orchestration platforms) <br>• `Unknown`: Unable to determine the use case from available data |
265
+
|`IMAGE_REPOSITORY`| The specific DVP image repository that was pulled. |
266
+
|`DATA_DOWNLOADS`| The number of actual image layer downloads for this combination. |
267
+
|`VERSION_CHECKS`| The number of version checks (HEAD requests) performed without downloading the full image. |
268
+
|`PULLS`| The total number of pull requests (data downloads + version checks). |
269
+
|`UNIQUE_AUTHENTICATED_USERS`| The number of unique authenticated users from this domain who performed pulls. |
0 commit comments