C2C in Unified Asset Inventory
The Unified Asset Inventory (UAI) is the data foundation the other surfaces are built on. Each asset's lineage values are stored in the UAI. Every other C2C surface (such as Coverage dashboard and Code-to-Cloud tab) reads from those stored values. Use the UAI when you need to move from an aggregate coverage gap to the exact list of affected assets.
For detailed rules on lineage tracing, filter behavior, and valid filter values, see Reference A: Lineage filtering matrix, Reference B: Essential filtering rules, and Reference C: Technical background.
Quick start: Step-by-step lineage workflows
Use these step-by-step instructions to perform lineage tracing in the console.
Workflow A: Forward Code-to-Cloud tracing (Code asset to Runtime)
Follow these steps to find which of your code-side assets have successfully built, deployed, or run in the cloud:
Navigate to the inventory: Go to Inventory → All Assets.
Filter for code assets with a verified path to Runtime:
Add the Category filter and select a supported code asset, such as Repository or IaC Resource.
Add the Class filter and set it to Code (
Class = Code).Add the Development Cycle Stages filter with the operator Contains and the value
RUNTIME.
Investigate the forward lineage graph: Select the target asset row from the filtered list. Then click the Code to Cloud tab on the asset details side panel.
Workflow B: Backward Cloud-to-Code tracing (Runtime asset to Code)
Follow these steps to trace running production workloads back to their originating source code:
Navigate to the inventory: Go to Inventory → All Assets.
Filter for runtime assets with a verified path to Code:
Add the Category filter and select a runtime asset, such as VM instance or Container Image.
Add the Class filter and set it to Compute (
Class = Compute).Add the Development Cycle Stages filter with the operator Contains and the value
CODE.
Investigate the backward lineage graph: Select the workload row from the filtered list. Then click the Code to Cloud tab on the asset details side panel.
Last updated
Was this helpful?
