Tag Explorer is available on Professional, Business, and Enterprise plans.
Overview
The Tag Explorer lets you break down cloud spend by any resource tag key and see which tag values are driving cost. It works across all connected providers — you can see how much yourteam=payments resources cost across AWS, Azure, and GCP combined, without exporting CSVs or writing queries.
Selecting an Account
Use the account switcher in the top navigation to scope the Tag Explorer to a specific connected account. Tag keys and values are fetched for the selected account and provider.Browsing Tag Keys
The left panel lists all tag keys detected on the selected account. Click a key to load the cost breakdown for that key — for example, selectingenv shows total spend for env=production, env=staging, env=dev, and any untagged resources.
Cost Breakdown
For each tag key, Cost Optix shows:- Tag value — the specific value (e.g.
production) - Total cost — spend attributed to resources with that tag value in the selected period
- Percentage — share of total spend for that key
- Untagged cost — spend from resources that have no value for this tag key
How Tag Data Is Fetched
Tag data loads in two phases to keep the interface fast:- Phase 1 — on page load: Tag keys are synced from the provider’s API. For Azure this uses the Consumption Tags API; for AWS and GCP, keys are read from the local tag aggregates table.
- Phase 2 — on demand: When you select a tag key, Cost Optix fetches the cost breakdown for that specific key. For Azure this calls the Usage Details API scoped to the key. For GCP it runs a BigQuery UNNEST query over the billing export dataset.