Skip to content

Commit

Permalink
Merge branch 'working_draft' into 150-commitment-name-dimension
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight authored Oct 6, 2023
2 parents bad1918 + 303c338 commit b9ec2d6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions supporting_content/dimensions/availabilityzone.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Current column mappings found in available data sets:
| AWS | CUR | lineItem/AvailabilityZone |
| Google Cloud | BigQuery Billing Export | location.zone |
| Microsoft | Cost details | Not available |
| OCI | Cost reports | product/availabilityDomain |

## Example usage scenarios

Expand All @@ -19,6 +20,7 @@ Current values observed in billing data for various scenarios:
| AWS | CUR | us-east-1a, me-south-1, ap-southeast-4 |
| Google Cloud | BigQuery Billing Export | us-central1-a, europe-west6-b, asia-east2-b |
| Microsoft | Cost details | N/A |
| OCI | Cost reports | product/availabilityDomain | EnnW:CA-TORONTO-1-AD-1, EnnW:EU-STOCKHOLM-1-AD-1, EnnW:US-ASHBURN-AD-1 |

## Discussion / Scratch space:

Expand All @@ -34,6 +36,8 @@ Discussion of zone definition
- AWS Billing: [Product details - AWS Cost and Usage Reports](https://docs.aws.amazon.com/cur/latest/userguide/product-columns.html#R)
- GCP Billing: [Structure of Detailed data export | Cloud Billing](https://cloud.google.com/billing/docs/how-to/export-data-bigquery-tables/detailed-usage#detailed-usage-cost-data-schema)
- Azure Billing: [Understand cost details fields](https://learn.microsoft.com/en-us/azure/cost-management-billing/automate/understand-usage-details-fields)
- OCI Billing: [OCI Cost report schema - Cost and Usage Reports Overview](https://docs.oracle.com/en-us/iaas/Content/Billing/Concepts/usagereportsoverview.htm)
- Azure Zone: [What are Azure regions and availability zones? | Microsoft Learn](https://learn.microsoft.com/en-us/azure/reliability/availability-zones-overview)
- GCP Zone: [Geography and regions](https://cloud.google.com/docs/geography-and-regions)
- AWS Zone: [AWS Regions and Availability Zones](https://docs.aws.amazon.com/whitepapers/latest/get-started-documentdb/aws-regions-and-availability-zones.html)
- OCI Zone: [OCI Regions and Availability Domains](https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm)
2 changes: 2 additions & 0 deletions supporting_content/dimensions/billingaccountid.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Current column mappings found in available data sets:
| Microsoft | Cost details | EA: BillingAccountId |
| Microsoft | Cost details | MCA: BillingProfileId |
| Microsoft | Cost details | MOSA: SubscriptionId |
| OCI | Cost reports | cost/subscriptionId |


## Documentation
Expand All @@ -29,6 +30,7 @@ Current values observed in billing data for various scenarios:
| AWS | CUR | |
| GCP | Big Query Billing Export | |
| Microsoft | Cost details | |
| OCI | Cost reports | |


## Discussion / Scratch space:
Expand Down
4 changes: 4 additions & 0 deletions supporting_content/dimensions/billingcurrency.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Current column mappings found in available data sets:
| AWS | CUR | CurrencyCode |
| Google Cloud | Big Query Billing Export | Currency |
| Microsoft | Cost details | EA: BillingCurrency |
| OCI | Cost reports | cost/currencyCode |


## Requirements
Expand All @@ -27,6 +28,7 @@ Current values observed in billing data for various scenarios:
| AWS | CUR | USD |
| Google Cloud | Big Query Billing Export | INR |
| Microsoft | Cost details | USD |
| OCI | Cost reports | USD |


## References
Expand All @@ -36,3 +38,5 @@ AWS: https://docs.aws.amazon.com/cur/latest/userguide/Lineitem-columns.html#l-C
Google Cloud: https://cloud.google.com/billing/docs/resources/currency

Azure: https://azure.microsoft.com/en-us/pricing/faq/

OCI: https://www.oracle.com/cloud/price-list/
2 changes: 2 additions & 0 deletions supporting_content/dimensions/billingperiodend.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Current column mappings found in available data sets:
| AWS | CUR | bill/BillingPeriodEndDate |
| GCP | BigQuery Billing Export | invoice.month |
| Microsoft | Cost details | BillingPeriodEndDate |
| OCI | Cost reports | lineItem/intervalUsageEnd |

## Example usage scenarios

Expand All @@ -18,6 +19,7 @@ Current column mappings found in available data sets:
| GCP | BigQuery Billing Export | Not available | 202304 |
| Microsoft | Cost details | via Consumption API (usageDetails) | 2022-10-11T00:00:00Z |
| Microsoft | Cost details | via Cost export file | 02/13/2023 |
| OCI | Cost reports | via Cost report files | 2022-08-19T02:00Z |

## Discussion Topics

Expand Down
2 changes: 2 additions & 0 deletions supporting_content/dimensions/billingperiodstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Current column mappings found in available data sets:
| AWS | CUR | bill/BillingPeriodStartDate |
| GCP | BigQuery Billing Export | invoice.month |
| Microsoft | Cost details | BillingPeriodStartDate |
| OCI | Cost reports | lineItem/intervalUsageStart |

## Example usage scenarios

Expand All @@ -18,6 +19,7 @@ Current column mappings found in available data sets:
| GCP | BigQuery Billing Export | Not available | 202304 |
| Microsoft | Cost details | via Consumption API (usageDetails) | 2022-10-11T00:00:00Z |
| Microsoft | Cost details | via Cost export file | 02/13/2023 |
| OCI | Cost reports | via Cost report file | 2022-08-19T01:00Z |

## Discussion Topics

Expand Down

0 comments on commit b9ec2d6

Please sign in to comment.