Skip to content

Commit 62a229e

Browse files
authored
Update white-labelled-billing.md (#3966)
1 parent e0693ad commit 62a229e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/manage/manage/white-labelled-billing.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -188,13 +188,13 @@ In the JSON configuration, add the `billing` object, adjust attributes as needed
188188
| `binary_data_upload_bytes` | float | Optional | Cost per byte for binary data upload. Default: `0`. |
189189
| `binary_data_egress_bytes` | float | Optional | Cost per byte for binary data download. Default: `0`. |
190190
| `binary_data_cloud_storage_bytes` | float | Optional | Cost per byte per month for binary data stored. Default: `0`. |
191-
| `tabular_data_upload_bytes` | | Optional | Cost per byte per month for tabular data upload. Default: `0`. |
192-
| `tabular_data_egress_bytes` | | Optional | Cost per byte per month for tabular data egress. Default: `0`. |
193-
| `tabular_data_cloud_storage_bytes` | | Optional | Cost per byte per month for tabular data cloud storage. Default: `0`. |
194-
| `history_cloud_storage_bytes` | | Optional | Cost per byte per month for config history stored. Default: `0`. |
195-
| `logs_cloud_storage_bytes` | | Optional | Cost per byte per month for logs cloud storage. Default: `0`. |
196-
| `logs_data_upload_bytes` | | Optional | Cost per byte per month for logs data upload. Default: `0`. |
197-
| `logs_data_egress_bytes` | | Optional | Cost per byte per month for logs data egress. Default: `0`. |
191+
| `tabular_data_upload_bytes` | float | Optional | Cost per byte per month for tabular data upload. Default: `0`. |
192+
| `tabular_data_egress_bytes` | float | Optional | Cost per byte per month for tabular data egress. Default: `0`. |
193+
| `tabular_data_cloud_storage_bytes` | float | Optional | Cost per byte per month for tabular data cloud storage. Default: `0`. |
194+
| `history_cloud_storage_bytes` | float | Optional | Cost per byte per month for config history stored. Default: `0`. |
195+
| `logs_cloud_storage_bytes` | float | Optional | Cost per byte per month for logs cloud storage. Default: `0`. |
196+
| `logs_data_upload_bytes` | float | Optional | Cost per byte per month for logs data upload. Default: `0`. |
197+
| `logs_data_egress_bytes` | float | Optional | Cost per byte per month for logs data egress. Default: `0`. |
198198

199199
{{% /expand%}}
200200

0 commit comments

Comments
 (0)