Skip to content

Commit

Permalink
updating column name to fit standard from Usage Quantity to Quantity …
Browse files Browse the repository at this point in the history
…In Usage Unit
  • Loading branch information
MichaelArkoosh-vega committed Oct 4, 2023
1 parent 4895b45 commit c189986
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion specification/dimensions/dimensions.mdpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ dimensions to categorize, filter, and reveal details in your data when grouped w
!INCLUDE "invoiceissuer.md",1
!INCLUDE "provider.md",1
!INCLUDE "publisher.md",1
!INCLUDE "quantityinusageunit.md",1
!INCLUDE "region.md",1
!INCLUDE "resourceid.md",1
!INCLUDE "resourcename.md",1
!INCLUDE "servicecategory.md",1
!INCLUDE "servicename.md",1
!INCLUDE "subaccountid.md",1
!INCLUDE "subaccountname.md",1
!INCLUDE "usagequantity.md",1

[FODOFC]: https://www.finops.org/framework/capabilities/
30 changes: 30 additions & 0 deletions specification/dimensions/quantityinusageunit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Quantity In Usage Unit

Quantity In Usage Unit is the amount of resources or services consumed. The Quantity In Usage Unit is measured in units specified by the Usage Unit. Quantity In Usage Unit may differ from a Quantity In Pricing Unit when providers use a different unit of measure for calculating cost. Quantity In Usage Unit is often used when analyzing environments to gain understanding of usage or consumption of a given product/service in an environment.

Quantity In Usage Unit MUST exist in billing data. The column MUST be a numeric value and MUST NOT contain nulls.

## Column ID

quantity_in_usage_unit

## Display name

Quantity In Usage Unit

## Description

## Content constraints

| Constraint | Value |
|-----------------|--------------|
| Column required | True |
| Data type | Numeric |
| Allows nulls | False |
| Value format | number-range |
| Number range | [8,16] |
| String format | |

## Introduced (version)

1.0
30 changes: 0 additions & 30 deletions specification/dimensions/usagequantity.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Column: UsageQuantity
# Column: QuantityInUsageUnit

## Example provider mappings

Expand Down

0 comments on commit c189986

Please sign in to comment.