Skip to content

Commit

Permalink
docs: add naming conventions for unit types and items in unit cost do…
Browse files Browse the repository at this point in the history
…cumentation
  • Loading branch information
eajane28 committed Nov 8, 2024
1 parent aeaa1ef commit 96eae0a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/octo/unitcost.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ Unit Types represent the different categories or entities for which you want to
- **Customers**: The different customers or customer segments served.
- **Environments**: Distinct operational environments, such as development, testing, and production.

**Naming Conventions**
- Only alphanumeric characters, spaces and special characters such as . : + = @ _ / are allowed.
- Consecutive special characters or spaces are not allowed.
- Name should be unique from other units.

### Unit Items

Under each Unit Type, there are specific Unit Items. These are the individual entities within the Unit Type for which costs need to be divided and tracked. For example:
Expand All @@ -28,9 +33,14 @@ Under each Unit Type, there are specific Unit Items. These are the individual en
- **Customers**: Specific customers or groups of customers.
- **Environments**: Different operational environments such as "Development Environment," "Testing Environment," and "Production Environment."

**Naming Conventions**
- Only alphanumeric characters, spaces and special characters such as . : + = @ _ / are allowed.
- Consecutive special characters or spaces are not allowed.
- Name should be unique from other units.

#### Dedicated Resources

Users can select multiple resources (at the account and service level only in this version) as **Dedicated Resources**. The cost of these resources is assigned solely to the specific unit item. This enables precise cost tracking and ensures that the full cost of a dedicated resource is attributed to the unit item that uses it exclusively.
Users can select multiple resources as **Dedicated Resources**. The cost of these resources is assigned solely to the specific unit item. This enables precise cost tracking and ensures that the full cost of a dedicated resource is attributed to the unit item that uses it exclusively.

#### Shared Resources

Expand Down

0 comments on commit 96eae0a

Please sign in to comment.