cloud_costs_table
The Cloud Cost table tracks the costs associated with various cloud services for different projects. Querying this table helps businesses monitor, analyze, and optimize cloud spend across projects and services.
Note
event_date
is a required field for queries on this table.
Dimensions
Dimensions are immutable properties that can be used for grouping data.
ID | Type | Description |
---|---|---|
event_date | date | The date the cost was incurred. Based on the time zone of the shop at the moment of the cost incursion. |
event_date.day | date | The day the cost was incurred. Derived from event_date . |
event_date.week | date | The Sunday of the week during which the cost was incurred. Derived from event_date . |
event_date.month | date | The month during which the cost was incurred. Derived from event_date . |
event_date.quarter | date | The first month of the quarter during which the cost was incurred. Derived from event_date . |
event_date.year | date | The year during which the cost was incurred. Derived from event_date . |
cost_type | string | The type of cost incurred. |
invoice_month | string | The month on which the cloud cost invoice was issued. |
project_id | string | The unique project ID associated with the cloud cost. Example values: staging , anyscale_375 , pr-1bef3e7b797gd |
service | string | The service associated with the cloud cost. |
Measures
Measures are numeric fields that can be aggregated and/or combined to calculate new metrics.
ID | Type | Description |
---|---|---|
cost | numeric | The amount of the cloud cost. Example values: 5330.05 , 20051.91 , 9057656.57 |
credits_amount | numeric | The amount of cloud service credits consumed. Example values: 1440 , 6032 , 24480 |