Developer
News and Updates
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Last updated Jul 13, 2026

Monitor container metrics (Preview)

Forge Container services is now in Preview, and therefore fully supported. However, it remains under active development and may be subject to shorter deprecation windows. Preview features are suitable for early adopters in production environments.

We release preview features so partners and developers can study, test, and integrate them prior to General Availability (GA). For more details, see Forge EAP, Preview, and GA.

Service Health monitoring provides real-time visibility into the health and performance of your Forge Container services. You can view these metrics in the developer console to monitor resource usage and service availability.

Service Health metrics are available only for apps that use Forge Container services. These metrics are not available for standard Forge function-based apps.

View Service Health metrics

To view Service Health metrics for your container services:

  1. Access the developer console.
  2. Select the Forge app that uses Forge Container services.
  3. Select Metrics in the left menu.
  4. Select Service Health in the left menu.

The Service Health page displays a table of your container services with the following information:

ColumnDescription
Service InstanceThe name of the container service.
StatusIndicates whether the service is receiving production traffic. Possible values are Available and Unavailable.
RegionThe region where the service is deployed.
InstancesThe number of currently running instances out of the maximum configured instances.
Avg. CPUThe average CPU usage across all container instances within the service, shown as a percentage.
Avg. MemoryThe average memory usage across all container instances within the service, shown as a percentage.
Deployed atThe date and time the service was last deployed.
ActionLink to view the logs for the service.

The Service Health page shows the current state of your services at the time the page loads. The page does not update automatically. To see the latest metrics, use the Refresh button or reload the page.

Filter metrics

Use the filters at the top of the Service Health page to narrow the displayed data:

  • Environment: Select a single environment to view metrics for. Only one environment can be selected at a time.
  • Region: Select one or more regions to filter by. By default, all regions are selected. Use Select all and Clear selections to manage your selections. Clearing all selections defaults back to showing all regions.
  • Reset to default: Resets the environment filter to production and the region filter to all regions.

The service table supports pagination with Previous and Next controls. The default page size is 10 services.

Available metrics

The following Service Health metrics are available for Forge Container services:

MetricTypeDescription
container_cpu_usage_percentageGaugeContainer CPU usage as a percentage of the container's CPU limit.
container_memory_usage_percentageGaugeContainer memory working-set usage as a percentage of the container's memory limit. Working set is the memory used for out-of-memory (OOM) decisions.
service_instance_countGaugeThe number of running instances for a container service in a given region.
container_uptime_secondsGaugeThe number of seconds a container has been running since it last started.
container_status_restarts_totalCumulative CounterThe total number of times a container has restarted. This counter resets to zero when the pod is replaced.

Export container metrics

You can export Service Health metrics using the App metrics API. To export container metrics, include the following values in the query.filters.metrics array of your API request:

  • CONTAINER_CPU_USAGE_PERCENTAGE
  • CONTAINER_MEMORY_USAGE_PERCENTAGE
  • SERVICE_INSTANCE_COUNT
  • CONTAINER_UPTIME_SECONDS
  • CONTAINER_STATUS_RESTARTS_TOTAL

For details on setting up metrics export, see Export app metrics.

Tags and dimensions

The following tags and dimensions are available with container metrics when using the App metrics API:

TagDescriptionApplicable metrics
appIdThe unique identifier for the Forge app.All container metrics
environmentIdThe environment UUID.All container metrics
serviceKeyThe service key as defined in the manifest.All container metrics
regionThe region where the service instance is running.All container metrics
cluster_uidThe cluster where the service instance is running.All container metrics
containerThe container name.container_cpu_usage_percentage, container_memory_usage_percentage, container_uptime_seconds, container_status_restarts_total
podThe pod identifier for the container instance.container_cpu_usage_percentage, container_memory_usage_percentage, container_uptime_seconds, container_status_restarts_total

Rate this page: