-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add usage section for each type of service (#112)
* Add usage section for each type of service * Resolve Rcs
- Loading branch information
1 parent
250561c
commit 654bd5c
Showing
6 changed files
with
90 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"deployment": "Deployment", | ||
"projects": "Projects", | ||
"edge": "Edge Network" | ||
"edge": "Edge Network", | ||
"usage": "Usage" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
import Navigation from "components/navigation"; | ||
|
||
# Plan Usage | ||
|
||
Plan Usage in Spheron provides an overview of the cumulative utilization of various resources and features within your organization's plan. | ||
It includes the following metrics: | ||
|
||
- **Members** <br /> | ||
It is the total number of members in the organization. | ||
- **Requests** <br /> | ||
It is the total number of website requests that have been made for all the domains in your organization. | ||
- **IPFS Requests** <br /> | ||
It is the total number of requests that have been made for all the IPFS links of your organization. | ||
- **IPFS Bandwidth** <br /> | ||
It is the total bandwidth used by all the IPFS links of your organization. | ||
- **CDN Bandwidth** <br /> | ||
It is the overall bandwidth used by all the domains of your organization. | ||
- **Build Execution** <br /> | ||
It is the total time a Spheron deployer was used to deploy your app. | ||
- **Concurrent Builds** <br /> | ||
It is the maximum number of concurrent build processes supported by the plan. | ||
- **Parallel Uploads** <br /> | ||
It is the number of parallel uploads allowed. | ||
- **IPFS & Filecoin Storage** <br /> | ||
It is the total amount of storage capacity used for IPFS and Filecoin storage within the plan. | ||
- **Deployments Per Day** <br /> | ||
It is the number of deployments performed in a single day. | ||
- **Domain** <br /> | ||
It is the total number of domains used by the organization. | ||
- **HNS Domain** <br /> | ||
It is the total number of Handshake (HNS) domains used by the organization. | ||
- **ENS Domain** <br /> | ||
It is the total number of Ethereum Name Service (ENS) domains used by the organization. | ||
- **Image Optimization** <br /> | ||
It is the number of image optimizations done so far. | ||
|
||
<Navigation name="Static Site Usage" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
import Navigation from "components/navigation"; | ||
|
||
# Plan Usage | ||
|
||
Plan Usage in Spheron provides an overview of the cumulative utilization of various resources and features within your organization's plan. | ||
It includes the following metrics: | ||
|
||
- **IPFS Bandwidth** <br /> | ||
It is the total bandwidth used by all the IPFS links of your organization. | ||
- **Parallel Uploads** <br /> | ||
It is the number of parallel uploads allowed. | ||
- **Arweave Storage** <br /> | ||
It is the total amount of storage capacity used for Arweave Storage within the plan. | ||
- **IPFS & Filecoin Storage** <br /> | ||
It is the total amount of storage capacity used for IPFS and Filecoin storage within the plan. | ||
- **IPFS Requests** <br /> | ||
It is the total number of requests that have been made for all the IPFS links of your organization. | ||
- **CDN Bandwidth** <br /> | ||
It is the overall bandwidth used by all the domains of your organization. | ||
- **Dedicated Gateway Bandwidth** <br /> | ||
It is the total bandwidth used by the all the dedicated gateways of your organization. | ||
- **Image Optimization** <br /> | ||
It is the number of image optimizations done so far. | ||
- **Domain** <br /> | ||
It is the total number of domains used by the organization. | ||
- **HNS Domain** <br /> | ||
It is the total number of Handshake (HNS) domains used by the organization. | ||
- **ENS Domain** <br /> | ||
It is the total number of Ethereum Name Service (ENS) domains used by the organization. | ||
- **Requests** <br /> | ||
It is the total number of website requests that have been made for all the domains in your organization. | ||
|
||
<Navigation name="Storage Usage" /> |