For the complete documentation index, see llms.txt. This page is also available as Markdown.

Reference B: Coverage % calculation and configuration toggles

This appendix details the Coverage % formula for each of the four dashboard views and the effect of the two configuration toggles.

View
Numerator
Denominator
Calculated as

Code-to-Cloud, artifact

Repositories that reached the registry (or runtime, depending on configuration)

Onboarded repositories (or all repositories including not-onboarded)

traced_repositories / total_repositories

Code-to-Cloud, infrastructure

IaC resources that reached a runtime cloud asset

All IaC resources

traced_iac_resources / total_iac_resources

Cloud-to-Code, artifact

Runtime images and VM instances that reached a repository

All runtime images and VM instances

traced_runtime_artifacts / total_runtime_artifacts

Cloud-to-Code, infrastructure

Cloud assets that reached an IaC resource

All cloud assets at runtime

traced_cloud_assets / total_cloud_assets

Toggle
Effect
Use when

Include not-onboarded repositories

When enabled, the Code-2-Cloud Artifact denominator includes repositories Cortex Cloud has discovered but not yet onboarded. When disabled, the denominator includes only onboarded repositories.

Disable to measure coverage against the actively monitored inventory only.

Reach runtime instead of registry

When enabled, the numerator counts only repositories whose lineage reaches a runtime artifact. When disabled, the numerator counts repositories whose lineage reaches a container registry image.

Use the registry option when a successful build-to-registry push is considered sufficient coverage.

Important: Changing either toggle re-evaluates the Coverage % and the per-stage Traced/Untraced split for the current view. The toggle setting is preserved per user.

Last updated

Was this helpful?