From 2b846f96cd2c2e3e50a9607aa50cbb831c5788a7 Mon Sep 17 00:00:00 2001 From: Brian Vander Schaaf Date: Mon, 9 Dec 2024 12:05:04 -0500 Subject: [PATCH 1/3] chore: self-hosted usage charts --- docs/self_hosting/faq.mdx | 2 +- docs/self_hosting/index.md | 1 + docs/self_hosting/organization_charts.mdx | 20 ++++++++++++++++++++ docs/self_hosting/release_notes.mdx | 2 +- docs/self_hosting/troubleshooting.mdx | 2 +- 5 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 docs/self_hosting/organization_charts.mdx diff --git a/docs/self_hosting/faq.mdx b/docs/self_hosting/faq.mdx index 35cd7ea8..76c63e78 100644 --- a/docs/self_hosting/faq.mdx +++ b/docs/self_hosting/faq.mdx @@ -1,6 +1,6 @@ --- sidebar_label: Frequently asked questions -sidebar_position: 8 +sidebar_position: 9 description: "Frequently Asked Questions" --- diff --git a/docs/self_hosting/index.md b/docs/self_hosting/index.md index 235f9c2a..1155f158 100644 --- a/docs/self_hosting/index.md +++ b/docs/self_hosting/index.md @@ -22,6 +22,7 @@ Step-by-step guides that cover the installation, configuration, and scaling of y - [Blob storage](./self_hosting/configuration/blob_storage): Configure LangSmith to use blob storage. - [TTLs](./self_hosting/configuration/ttl): Configure LangSmith to use TTLs. - [Usage](./self_hosting/usage): How to use your self-hosted instance of LangSmith. +- [Organization Charts](./self_hosting/organization_charts): View trace counts for your organization and workspaces. - [Upgrades](./self_hosting/upgrades): How to upgrade your self-hosted instance of LangSmith. - [Release notes](./self_hosting/release_notes): The latest release notes for LangSmith. - - [Week of August 26, 2024 - LangSmith v0.7](./self_hosting/release_notes#week-of-august-26-2024---langsmith-v07): Release notes for version 0.7 of LangSmith. diff --git a/docs/self_hosting/organization_charts.mdx b/docs/self_hosting/organization_charts.mdx new file mode 100644 index 00000000..b46cc875 --- /dev/null +++ b/docs/self_hosting/organization_charts.mdx @@ -0,0 +1,20 @@ +--- +sidebar_label: Organization Charts +sidebar_position: 7 +table_of_contents: true +--- + +# Viewing trace counts across your organization + +:::note +This feature is available on Helm chart versions 0.8.21 and later. +::: + +LangSmith automatically generates organization usage charts for self-hosted installations. + +These charts are available under `Settings > Usage and billing > Usage graph`: + +- Trace counts by workspace: this counts traces (root runs) by workspace +- Trace counts for organization: this counts all traces (root runs) for the organization + +The charts are refreshed to include any new workspaces every 5 minutes. diff --git a/docs/self_hosting/release_notes.mdx b/docs/self_hosting/release_notes.mdx index c28bc163..d0342981 100644 --- a/docs/self_hosting/release_notes.mdx +++ b/docs/self_hosting/release_notes.mdx @@ -1,6 +1,6 @@ --- sidebar_label: Release notes (self-hosted) -sidebar_position: 7 +sidebar_position: 8 --- # LangSmith Release Notes diff --git a/docs/self_hosting/troubleshooting.mdx b/docs/self_hosting/troubleshooting.mdx index 1d855702..e78845e8 100644 --- a/docs/self_hosting/troubleshooting.mdx +++ b/docs/self_hosting/troubleshooting.mdx @@ -1,6 +1,6 @@ --- sidebar_label: Troubleshooting -sidebar_position: 9 +sidebar_position: 10 description: "Troubleshooting common issues with your Self-Hosted LangSmith instance." --- From 06677c8e3be4283578608e41cccb082b302a11a8 Mon Sep 17 00:00:00 2001 From: Brian Vander Schaaf Date: Mon, 9 Dec 2024 12:06:37 -0500 Subject: [PATCH 2/3] naming --- docs/self_hosting/organization_charts.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/self_hosting/organization_charts.mdx b/docs/self_hosting/organization_charts.mdx index b46cc875..b2cecef0 100644 --- a/docs/self_hosting/organization_charts.mdx +++ b/docs/self_hosting/organization_charts.mdx @@ -14,7 +14,7 @@ LangSmith automatically generates organization usage charts for self-hosted inst These charts are available under `Settings > Usage and billing > Usage graph`: -- Trace counts by workspace: this counts traces (root runs) by workspace -- Trace counts for organization: this counts all traces (root runs) for the organization +- Usage by Workspace: this counts traces (root runs) by workspace +- Organization Usage: this counts all traces (root runs) for the organization The charts are refreshed to include any new workspaces every 5 minutes. From 832b23cb9b0854431dde3f9678b9d9aea7cf6cb7 Mon Sep 17 00:00:00 2001 From: Brian Vander Schaaf Date: Mon, 9 Dec 2024 12:07:51 -0500 Subject: [PATCH 3/3] details --- docs/self_hosting/organization_charts.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/self_hosting/organization_charts.mdx b/docs/self_hosting/organization_charts.mdx index b2cecef0..31e1b504 100644 --- a/docs/self_hosting/organization_charts.mdx +++ b/docs/self_hosting/organization_charts.mdx @@ -10,11 +10,12 @@ table_of_contents: true This feature is available on Helm chart versions 0.8.21 and later. ::: -LangSmith automatically generates organization usage charts for self-hosted installations. +LangSmith automatically generates and syncs organization usage charts for self-hosted installations. These charts are available under `Settings > Usage and billing > Usage graph`: - Usage by Workspace: this counts traces (root runs) by workspace - Organization Usage: this counts all traces (root runs) for the organization -The charts are refreshed to include any new workspaces every 5 minutes. +The charts are refreshed to include any new workspaces every 5 minutes. +Note that the charts are not editable.