[PR #750] [CLOSED] feat: add personalOrgMaxMonthlyTraces config for personal-org trace cap #749

Closed
opened 2026-06-05 19:17:37 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/helm/pull/750
Author: @kenvora
Created: 6/4/2026
Status: Closed

Base: mainHead: ENT-498-personal-org-limit-helm


📝 Commits (1)

  • 564f735 feat: add personalOrgMaxMonthlyTraces config for personal-org trace cap

📊 Changes

3 files changed (+5 additions, -0 deletions)

View changed files

📝 charts/langsmith/README.md (+1 -0)
📝 charts/langsmith/templates/_helpers.tpl (+2 -0)
📝 charts/langsmith/values.yaml (+2 -0)

📄 Description

  • Wires a new chart value, config.personalOrgMaxMonthlyTraces, through to the PERSONAL_ORG_MAX_MONTHLY_TRACES backend env var.
  • This lets self-hosted admins
    set a deployment-wide cap on monthly traces across all personal organizations

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/helm/pull/750 **Author:** [@kenvora](https://github.com/kenvora) **Created:** 6/4/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `ENT-498-personal-org-limit-helm` --- ### 📝 Commits (1) - [`564f735`](https://github.com/langchain-ai/helm/commit/564f735ae77041a7725fdf0744058bce161a5a3e) feat: add personalOrgMaxMonthlyTraces config for personal-org trace cap ### 📊 Changes **3 files changed** (+5 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `charts/langsmith/README.md` (+1 -0) 📝 `charts/langsmith/templates/_helpers.tpl` (+2 -0) 📝 `charts/langsmith/values.yaml` (+2 -0) </details> ### 📄 Description - Wires a new chart value, `config.personalOrgMaxMonthlyTraces`, through to the `PERSONAL_ORG_MAX_MONTHLY_TRACES` backend env var. - This lets self-hosted admins set a deployment-wide cap on monthly traces across all personal organizations --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 19:17:37 -04:00
yindo closed this issue 2026-06-05 19:17:37 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/helm#749