Skip to content

Commit

Permalink
Add instance metrics (#127)
Browse files Browse the repository at this point in the history
* Add instance metrics

* Resolve RC
  • Loading branch information
aayushmahapatra authored Nov 11, 2023
1 parent d3f9f4d commit 1780c8d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pages/compute/instance/_meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"logs": "Logs & Activity",
"logs": "Logs, Metrics & Activity",
"domain": "Domains",
"settings": "Settings"
}
17 changes: 15 additions & 2 deletions pages/compute/instance/logs.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Callout } from "nextra-theme-docs";
import Navigation from "components/navigation";

# Logs & Activity
# Logs, Metrics & Activity

## Logs

Expand Down Expand Up @@ -41,10 +41,23 @@ Refer the following guides for running commands in the background: [How to run L
provisioned.
</Callout>

## Metrics

Instance Metrics provides detailed insights into the performance and usage of your **provisioned** instances.
This allows you to closely monitor the **CPU and RAM** utilization of your instances, enabling you to make informed decisions
and optimize your resource allocation for maximum efficiency.

On the Metrics page, you can filter metrics by hours or minutes and choose whether to show the average usage or the maximum usage.

<Callout type="info">
**NOTE:** Instance Metrics are available only for **On Demand** and
**Autoscale** compute types.
</Callout>

## Activity

Activity provides all the updates that happen in between deployments.
The deployment occurs only once, and these updates are only generated when settings are modified.
This includes updates on the status of a deployment, such as whether it is successful, failed, or is currently in progress.

<Navigation name="Logs & Activity" />
<Navigation name="Logs, Metrics & Activity" />

0 comments on commit 1780c8d

Please sign in to comment.