Skip to content
Closed
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
357 changes: 357 additions & 0 deletions src/content/docs/cci/cci-azure.mdx

Large diffs are not rendered by default.

100 changes: 100 additions & 0 deletions src/content/docs/cci/gcp-cci.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
---
title: Cloud Cost Intelligence - Google Cloud Platform
tags:
- cloud cost intelligence
- google cloud platform
- gcp
- gcp cost management
- cloud cost optimization
- cci gcp
metaDescription: Connect your Google Cloud Platform billing to New Relic Cloud Cost Intelligence to monitor, analyze, and optimize cloud spending across GCP services.
freshnessValidatedDate: 2025-10-15
---

<Callout title="preview">
We're still working on this feature, but we'd love for you to try it out!

This feature is currently provided as part of a preview program pursuant to our [pre-release policies](/docs/licenses/license-information/referenced-policies/new-relic-pre-release-policy).
</Callout>

The Google Cloud Platform (GCP) integration for Cloud Cost Intelligence enables you to monitor and analyze your GCP cloud spending directly within New Relic. This integration uses a service account-based authorization method to securely access your GCP BigQuery billing and pricing data.

When you set up this integration, New Relic creates a dedicated service account in its GCP environment on your behalf. You grant this service account read-only access to your BigQuery datasets, allowing New Relic to retrieve and analyze your cost data without requiring broader access to your GCP resources.

## Key features
- Automated service account generation per New Relic account
- Secure, read-only access to billing data via BigQuery
- Access to both billing export and cloud pricing export tables
- Connection validation and error reporting

## Prerequisites

Before setting up the GCP integration, ensure you have:
- Connection to New Relic infrastructure monitoring - A GCP project already connected. See [Connect Google Cloud Platform services to New Relic](/docs/infrastructure/google-cloud-platform-integrations/get-started/connect-google-cloud-platform-services-new-relic/)
- Enabled billing on an active GCP account.
- Configured a BigQuery dataset with these tables:
- Billing Export table (contains your GCP billing data)
- Cloud Pricing Export table (contains GCP pricing information)
- Obtained fully qualified table names in this format: `project_id.dataset_name.table_name`.
- Verified access to Google Cloud Console.

## Connect Google Cloud Platform to Cloud Cost Intelligence

<Steps>
<Step>
### Select your account

Start the integration by choosing your New Relic account.

1. Go to <DNT>[**one.newrelic.com**](https://one.newrelic.com) > **All Capabilities** > **Cloud Cost Intelligence - Google Cloud Platform**</DNT>.
2. Select your account from the dropdown and click **Continue**.
</Step>

<Step>
### Set up the GCP connection

1. Connect your GCP billing account to New Relic:
- **Connection name** - Enter a descriptive name (for example, "GCP Production Environment")
- **Project ID** - Enter your GCP project ID
- **Dataset name** - Enter your BigQuery dataset name
- **Billing table name** - Enter the fully qualified table name in this format: `project_id.dataset_name.table_name`
- **Pricing table name** - Enter the fully qualified table name in this format: `project_id.dataset_name.table_name`
2. Click **Continue**.
</Step>

<Step>
### Grant New Relic access to GCP

New Relic provides a service account ID specific to your organization to access your Cloud Billing data in BigQuery.

1. Copy the service account ID displayed.
2. Open **Google Cloud Console** and grant the service account read-only access to your BigQuery billing tables.
3. Return to this page and click **Continue**.
</Step>

<Step>

### Test and create connection

Click **Create connection** to verify the configuration and establish the integration.
</Step>

<Step>
### Verify data collection

Go to [**Cost Overview**](/docs/cci/financial-intelligence/cloud-cost-insights) to view your GCP cost data.

<Callout variant="important">
Processing your data for the first time can take up to 12 hours.
</Callout>
</Step>

</Steps>

## What's next?

After connecting Google Cloud Platform to Cloud Cost Intelligence:
- [View your cost data](/docs/cci/financial-intelligence/cloud-cost-insights)
- [Set up cost budgets](/docs/cci/financial-intelligence/cci-budgets)
- [Configure general settings](/docs/cci/configure-cci/general-setting)

Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: 'Cloud Cost Intelligence: Take control of your cloud spending'
metaDescription: Gain comprehensive visibility and control over AWS cloud costs with CCI, enhancing your FinOps strategy for holistic cost management.
redirect:
- /docs/cci/getting-started/overview
freshnessValidatedDate: never
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Prerequisites for CCI
metaDescription: Set up AWS for CCI with consolidated billing, CUR, IAM roles, and region activation to optimize cost analysis in New Relic.
redirect:
- /docs/cci/getting-started/prerequisites
freshnessValidatedDate: never
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Set up CCI
metaDescription: Set up Cloud Cost Intelligence with AWS. Configure IAM roles and data paths for detailed cost analysis and streamlined access in New Relic.
redirect:
- /docs/cci/getting-started/setup
freshnessValidatedDate: never
---

Expand Down

This file was deleted.

Loading
Loading