Skip to content

Commit

Permalink
fix beta version typo and add private beta note
Browse files Browse the repository at this point in the history
  • Loading branch information
0div committed Jan 25, 2025
1 parent 974d92e commit 61c7bfa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/web/src/app/(docs)/docs/sandbox/metrics/page.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Sandbox metrics

<Note>
This feature is in a private beta.
</Note>

The sandbox metrics allows you to get information about the sandbox's CPU and memory usage.

## 1. Installation
Expand All @@ -10,7 +14,7 @@ To get sandbox metrics, you need to install the beta version of the SDKs and CLI

<CodeGroup isTerminalCommand>
```bash {{ language: 'js' }}
npm i @e2b/code-interpreter@beta1.2.0-beta.0
npm i @e2b/code-interpreter@1.2.0-beta.0
#
# or use Core: https://github.com/e2b-dev/e2b
# npm i e2b@1.2.0-beta.0
Expand Down

0 comments on commit 61c7bfa

Please sign in to comment.