From d3537c7b957be2e8581de3fd42f9e9f9f33e0322 Mon Sep 17 00:00:00 2001 From: Amber Alston Date: Thu, 23 Jul 2026 15:54:11 -0600 Subject: [PATCH] Document registry egress summary on Image Registries page The registry egress summary card was buried in a single sentence inside the "View pull activity" section with no heading, making it invisible in the page TOC. Give it a dedicated "View registry egress" section that describes the Team total / Proxy registry / Replicated registry / This app breakdown, and cross-link between pull activity, egress, and the related Egress Threshold Reached notification event. Co-Authored-By: Claude Opus 4.8 --- docs/vendor/packaging-private-images.md | 37 +++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 3 deletions(-) diff --git a/docs/vendor/packaging-private-images.md b/docs/vendor/packaging-private-images.md index 4877426ba1..ee9459f1d1 100644 --- a/docs/vendor/packaging-private-images.md +++ b/docs/vendor/packaging-private-images.md @@ -306,9 +306,7 @@ To duplicate an existing external registry: ## View pull activity -You can view image pull activity for each of your external registries that are connected to the Replicated proxy registry. This includes a summary of recent pull activity as well as the full history of image pulls. - -The **Image Registries** page also shows total registry egress for the current calendar month. You can use this value with the **Egress Threshold Reached** notification event to get alerted when monthly registry egress reaches a configured threshold. For more information, see [Event types and filters](/reference/notifications-events-filters#egress-threshold-reached). +You can view image pull activity for each of your external registries that are connected to the Replicated proxy registry. This includes a summary of recent pull activity as well as the full history of image pulls. For aggregate download volume across all your registries, see [View registry egress](#view-registry-egress) below. You can also use the Replicated Vendor API `/v3/external_registry/logs` endpoint to get image pull activity. For more information, see [Get the logs for a specific external registry either by endpoint or slug, or both](https://replicated-vendor-api.readme.io/reference/externalregistrylogs) in the Vendor API documentation. @@ -366,3 +364,36 @@ You can also use the Replicated Vendor API `/v3/external_registry/logs` endpoint If the registry operation was successful + +## View registry egress + +The **Image Registries** page displays a **Registry egress this month** summary at the top, showing the total volume of image data downloaded through Replicated during the current calendar month (in UTC). This is the outbound data transfer generated when your customers, or your own systems, pull images through the Replicated proxy registry or the Replicated registry. + +The summary breaks the total down as follows: + + + + + + + + + + + + + + + + + + + + + + +
FieldDescription
Team totalThe combined egress for all applications in your team for the current month.
Proxy registryEgress from images pulled through the Replicated proxy registry, which delivers images from your external private registries.
Replicated registryEgress from images pulled from the Replicated registry.
This appThe portion of the team total attributable to the application you are currently viewing.
+ +:::note +To get alerted when your monthly registry egress reaches a configured volume, use the **Egress Threshold Reached** notification event. For more information, see [Event types and filters](/reference/notifications-events-filters#egress-threshold-reached). +:::