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.

IDTypeDescription
event_datedateThe date the cost was incurred. Based on the time zone of the shop at the moment of the cost incursion.
event_date.daydateThe day the cost was incurred. Derived from event_date.
event_date.weekdateThe Sunday of the week during which the cost was incurred. Derived from event_date.
event_date.monthdateThe month during which the cost was incurred. Derived from event_date.
event_date.quarterdateThe first month of the quarter during which the cost was incurred. Derived from event_date.
event_date.yeardateThe year during which the cost was incurred. Derived from event_date.
cost_typestringThe type of cost incurred.
invoice_monthstringThe month on which the cloud cost invoice was issued.
project_idstringThe unique project ID associated with the cloud cost.

Example values: staging, anyscale_375, pr-1bef3e7b797gd
servicestringThe service associated with the cloud cost.

Measures

Measures are numeric fields that can be aggregated and/or combined to calculate new metrics.

IDTypeDescription
costnumericThe amount of the cloud cost.

Example values: 5330.05, 20051.91, 9057656.57
credits_amountnumericThe amount of cloud service credits consumed.

Example values: 1440, 6032, 24480