View deployed Workloads¶
Console is where you observe and act on Workloads across your organization, combining summary health metrics with a filterable list of every Workload. For the underlying model (statuses, importance, draft vs. locked), see Workload concepts.
Navigate the deployed Workloads page¶
The Console > Service tab opens the Deployed Workloads page, listing every Workload in the organization: Locked and Draft. The page combines summary metrics with a Workload list.
Review summary metrics¶
The top of every tab shows aggregate health across the filtered set, so you can spot trouble before drilling into individual rows.
| 指標 | 説明 |
|---|---|
| Running Workloads | Count of Workloads currently in running status, with a count of inactive Workloads shown alongside. |
| リクエスト | Total requests all Workloads in the filtered set received over the last 7 days, broken down into succeeded and failed counts. |
| エラー率 | Percentage of requests that returned an error over the last 7 days. |
| Median response time | Median (p50) request latency for the Workload over the last 7 days. |
Each tile shows the trend versus the previous 7-day window as a percentage delta.
Filter and search Workloads¶
To locate specific Workloads, use Filter Workloads and Search at the top of the page. Filter Workloads includes Created by, Tags, and Importance fields. Active filters appear alongside the list as removable chips; click Clear all to reset.
Draft and locked Workloads have the same monitoring capabilities in the Console; retention differs (24 hours for draft, 30 days for locked).
Review the Workload list¶
Each row summarizes one Workload: name and ID, backing artifact status, resource bundle, live replica count, recent request volume, total requests, and response time. To choose which columns are visible, click Settings at the right end of the search and filter bar.
In addition, each row exposes a small set of lifecycle and governance actions through its actions menu () on the right of the row.
| アクション | 説明 |
|---|---|
| Share | Share the Workload with other users. |
| 統計をクリア | Reset the Workload's stats counters to a clean baseline. |
| Deactivate | Stop the Workload's underlying proton without deleting the Workload. |
| Promote | Promote the draft Workload to a locked, production-ready state. |
| Delete | Delete the Workload. |
View deployed Workload information¶
Click a Workload row to open the deployed Workload. The Workload detail view opens to the Overview tab, which collects identity, status, configuration, and lineage in one place. Tabs across the top of the detail view—Monitoring, Endpoints, Capacity, Settings, Activity log—are covered in Monitor deployed Workloads, Access Workload endpoints, Configure Workload capacity, Operate deployed Workloads, and View deployed Workload activity.
The Overview tab is organized into:
| セクション | What you see |
|---|---|
| 詳細 | Workload ID, backing artifact (with draft or locked status), flags (status and Workload type), resource bundle and its CPU/memory allocation, requests chart, importance, and creator. |
| 関連アイテム | Links to the artifact repository, artifact, and proton backing this Workload. |
| タグ | User-defined tag key/value pairs; click + Add new to add. |
To edit the Workload details, you can:
- Edit the Workload name by clicking on it at the top of the page.
- Click Add description under the Overview title to attach a description.
- Click next to Importance to change the importance level.
The Actions menu in the top right corner of the detail view exposes the same items as the row-level actions menu, plus the promotion action:
| アクション | 説明 |
|---|---|
| Replace artifact | Replace the artifact behind the Workload. |
| Share | Share the Workload with other users. |
| 統計をクリア | Reset the Workload's stats counters to a clean baseline. |
| Deactivate | Stop the Workload's underlying proton without deleting the Workload. |
| Promote | Promote a draft Workload to a locked, production-ready state. |
| Delete | Delete the Workload. |
For more information on these actions, see Update deployed Workloads.

