Skip to content

[DRAFT] added new changes for dashboards #10905

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,58 @@ To access the dashboards outside the CCM module, perform the following steps:
The data scan limit is 350 GB per query. Users can avoid hitting this limit by applying necessary filters to reduce the result-set as per their requirements.
:::

## See also
* [Use Dashboard Actions](../../../platform/dashboards/use-dashboard-actions.md)
## Billing Export Fields Expansion in Unified Explore

We’ve expanded our billing data capabilities across all three cloud providers: AWS, GCP, and Azure by exposing all standard billing export fields directly in Unified Explore.

These fields allow for deeper visibility, granular filtering, and improved analysis of cloud spend across providers.

Managing cloud costs effectively requires access to detailed and accurate data. By exposing native billing export fields in Unified Explore, you can:

- Filter and group data using familiar cloud-native terms

- Perform cost attribution with greater precision

- Simplify audits, budgeting, and forecasting

### What’s Included

#### AWS

All standard fields from AWS Cost and Usage Reports (CUR) are now available.

Example fields: lineItem/UsageAccountId, lineItem/UsageType, product/instanceType, lineItem/UnblendedCost, and more.

[AWS Data Dictionary →](https://docs.aws.amazon.com/cur/latest/userguide/data-dictionary.html)

#### GCP

Support for both Standard and Detailed billing export schemas.

Fields from cost_type, project.id, service.description, and more are available.

[GCP Standard Schema →](https://cloud.google.com/billing/docs/how-to/export-data-bigquery-tables/standard-usage#standard-usage-cost-data-schema)

[GCP Detailed Schema →](https://cloud.google.com/billing/docs/how-to/export-data-bigquery-tables/detailed-usage#detailed-usage-cost-data-schema)

#### Azure

Standard billing dataset fields such as resourceGroup, meterCategory, costInBillingCurrency, etc. are now exposed.

[Azure Schema Reference →](https://learn.microsoft.com/en-us/azure/cost-management-billing/dataset-schema/schema-index)

### Unified FOCUS Schema Mapping

Unified Explore now supports billing export fields aligned with the [FOCUS v1.1 Specification](https://focus.finops.org/focus-specification/v1-1/). This brings consistency across cloud billing data, enabling standardized cost analysis and easier comparison across providers.

#### What is FOCUS?

FOCUS (FinOps Open Cost and Usage Specification) is a vendor-neutral schema that defines a standard format for cloud billing data. It provides a consistent data structure across AWS, GCP, and Azure, simplifying multi-cloud cost management.

Read more about [FOCUS](https://focus.finops.org/focus-specification/v1-1/).

### How to Use These Fields in Unified Explore

1. Navigate to **BI Dashboards** → **+Dashboard**
2. Click on **Add Widget** and choose **Unified**
3. Use all the listed fields in filters, group-bys, or as columns in your reports
7 changes: 7 additions & 0 deletions release-notes/cloud-cost-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ Progressive deployment: Harness deploys changes to Harness SaaS clusters on a pr

## June 2025 - Version 1.55.3

### [New Feature] Billing Export Fields Expansion in Unified Explore
**[CCM-22738] | [Docs](/docs/cloud-cost-management/use-ccm-cost-reporting/use-ccm-dashboards/access-ccm-dashboards#billing-export-fields-expansion-in-unified-explore)**

We’ve expanded our billing data capabilities across all three cloud providers AWS, GCP, and Azure, by exposing all standard billing export fields directly in Unified Explore.

These fields allow for deeper visibility, granular filtering, and improved analysis of cloud spend across providers.

### [New Feature] OIDC Authentication Support
**[CCM-23638] | [AWS OIDC Documentation](https://developer.harness.io/docs/cloud-cost-management/get-started/onboarding-guide/set-up-cost-visibility-for-aws#oidc-authentication) | [GCP OIDC Documentation](https://developer.harness.io/docs/cloud-cost-management/get-started/onboarding-guide/set-up-cost-visibility-for-gcp#step-4-authentication-conditional)**

Expand Down