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..31e1b504 --- /dev/null +++ b/docs/self_hosting/organization_charts.mdx @@ -0,0 +1,21 @@ +--- +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 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. +Note that the charts are not editable. 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." ---