[PR #7] [MERGED] feat: Make generic otel attribute settable via env var #7

Closed
opened 2026-02-16 03:15:24 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-collector-proxy/pull/7
Author: @angus-langchain
Created: 7/23/2025
Status: Merged
Merged: 7/23/2025
Merged by: @angus-langchain

Base: mainHead: 006-angus/generic-ai-ev-var


📝 Commits (1)

  • 3af4cb0 feat: Make generic otel attribute settable via env var

📊 Changes

4 files changed (+40 additions, -22 deletions)

View changed files

📝 README.md (+12 -0)
📝 internal/config/config.go (+14 -11)
📝 internal/server/router.go (+1 -1)
📝 internal/translator/translator.go (+13 -10)

📄 Description

We allow non gen ai attributes to be ingested as extra fields in langsmith. This PR allows that setting to be configurable via an env var.


🔄 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/langsmith-collector-proxy/pull/7 **Author:** [@angus-langchain](https://github.com/angus-langchain) **Created:** 7/23/2025 **Status:** ✅ Merged **Merged:** 7/23/2025 **Merged by:** [@angus-langchain](https://github.com/angus-langchain) **Base:** `main` ← **Head:** `006-angus/generic-ai-ev-var` --- ### 📝 Commits (1) - [`3af4cb0`](https://github.com/langchain-ai/langsmith-collector-proxy/commit/3af4cb029d2ccb90dd97257fe8bcb776eb1a1d10) feat: Make generic otel attribute settable via env var ### 📊 Changes **4 files changed** (+40 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+12 -0) 📝 `internal/config/config.go` (+14 -11) 📝 `internal/server/router.go` (+1 -1) 📝 `internal/translator/translator.go` (+13 -10) </details> ### 📄 Description We allow non gen ai attributes to be ingested as extra fields in langsmith. This PR allows that setting to be configurable via an env var. --- <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-02-16 03:15:24 -05:00
yindo closed this issue 2026-02-16 03:15:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langsmith-collector-proxy#7