GCP
Cost Summary
Month-to-date GCP spend by service, region and project, with top movers since last month.
Live preview — demo data
Same idea on another cloud
What this pane shows
GCP project-level spend so far this month, broken down by service (Compute Engine, Cloud SQL, Cloud Storage, BigQuery, etc.), region and (in multi-project organisations) project. A 30-day trend line and a top-movers list provide month-over-month context.
Key use cases
- Track "are we on budget?" without opening the Cloud Console.
- Spot the service or region driving an unexpected uptick.
- Roll up multi-project spend for a finance update.
- Share a single summary image with leadership.
How to embed
Drop this snippet on any HTML page that loads lp-embed.js. The pane
mounts itself wherever the matching <div> is in the DOM.
<div class="lp-gcp-cost-summary-panel"
data-lp-account="<your-account-alias>"></div>
<script src="https://lightpane.io/embed/lp-embed.js"
data-lp-key="<your-access-key>"></script>
<script src="https://lightpane.io/_pane-tests/gcp/cost-summary/cost-summary.js"
defer></script>
Tier
Available on Builder and above.
Build notes
Mock-only at the moment — live-wiring tracked in the roadmap.