Skip to content

Commit

Permalink
Add usage section for each type of service (#112)
Browse files Browse the repository at this point in the history
* Add usage section for each type of service

* Resolve Rcs
  • Loading branch information
aayushmahapatra authored Oct 17, 2023
1 parent 250561c commit 654bd5c
Show file tree
Hide file tree
Showing 6 changed files with 90 additions and 2 deletions.
2 changes: 2 additions & 0 deletions pages.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export const Pages = [
["Caching", "/static/edge/caching"],
["Compression & Encryption", "/static/edge/compression"],
["Regions & Routing", "/static/edge/regions"],
["Static Site Usage", "/static/usage"],
["Cluster", "/compute/cluster"],
["Logs & Activity", "/compute/instance/logs"],
["Instance Domains", "/compute/instance/domain"],
Expand All @@ -49,6 +50,7 @@ export const Pages = [
["Storage ENS Domains", "/storage/buckets/ens"],
["Encryption & Access Control", "/storage/encryption"],
["Storage Billing", "/storage/billing"],
["Storage Usage", "/storage/usage"],
["SDK Migration", "/storage/migration"],
["Browser vs Storage", "/storage/comparision"],
["Rate Limits", "/storage/rate-limits"],
Expand Down
16 changes: 15 additions & 1 deletion pages/compute/usage.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
import Navigation from "components/navigation";

# Compute Usage
# Usage

## 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.
- **Cluster Build Execution** <br />
It is the total time a Spheron deployer was used to deploy your instances.
- **Domain** <br />
It is the total number of 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.

## Compute Plan Usage

Expand Down
3 changes: 2 additions & 1 deletion pages/static/_meta.json
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"
}
37 changes: 37 additions & 0 deletions pages/static/usage.mdx
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" />
1 change: 1 addition & 0 deletions pages/storage/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"buckets": "Buckets",
"encryption": "Encryption & Access Control",
"billing": "Billing",
"usage": "Usage",
"migration": "SDK Migration",
"comparision": "Browser vs Storage",
"rate-limits": "Rate Limits",
Expand Down
33 changes: 33 additions & 0 deletions pages/storage/usage.mdx
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" />

0 comments on commit 654bd5c

Please sign in to comment.