From 61c7bfa7677d95402232aa71263d7e16b8b77b51 Mon Sep 17 00:00:00 2001 From: 0div Date: Fri, 24 Jan 2025 16:39:37 -0800 Subject: [PATCH] fix beta version typo and add private beta note --- apps/web/src/app/(docs)/docs/sandbox/metrics/page.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/web/src/app/(docs)/docs/sandbox/metrics/page.mdx b/apps/web/src/app/(docs)/docs/sandbox/metrics/page.mdx index 0fb6d8904..784dc3eac 100644 --- a/apps/web/src/app/(docs)/docs/sandbox/metrics/page.mdx +++ b/apps/web/src/app/(docs)/docs/sandbox/metrics/page.mdx @@ -1,5 +1,9 @@ # Sandbox metrics + +This feature is in a private beta. + + The sandbox metrics allows you to get information about the sandbox's CPU and memory usage. ## 1. Installation @@ -10,7 +14,7 @@ To get sandbox metrics, you need to install the beta version of the SDKs and CLI ```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