[PR #2462] [MERGED] adding opentelemetry example on running an evaluation #2454

Closed
opened 2026-02-17 17:23:26 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2462
Author: @catherine-langchain
Created: 2/3/2026
Status: Merged
Merged: 2/6/2026
Merged by: @lnhsingh

Base: mainHead: eval-with-otel


📝 Commits (6)

  • f88fc0d adding opentelemetry example on running an evaluation
  • e13a0ef Apply suggestion from @katmayb
  • 27497b4 Apply suggestion from @katmayb
  • 0610918 Apply suggestion from @katmayb
  • ae7d106 reflecting changes based on comments
  • f015b3a update comment to prevent horizontal scrolling

📊 Changes

2 files changed (+296 additions, -0 deletions)

View changed files

📝 src/docs.json (+1 -0)
src/langsmith/evaluate-with-opentelemetry.mdx (+295 -0)

📄 Description

Overview

Adding evaluation guide on running an experiment with OpenTelemetry.

Type of change

Type: New documentation page

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

🔄 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/docs/pull/2462 **Author:** [@catherine-langchain](https://github.com/catherine-langchain) **Created:** 2/3/2026 **Status:** ✅ Merged **Merged:** 2/6/2026 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `eval-with-otel` --- ### 📝 Commits (6) - [`f88fc0d`](https://github.com/langchain-ai/docs/commit/f88fc0dcdec7bfc328c4e79799e97e84d9d3216b) adding opentelemetry example on running an evaluation - [`e13a0ef`](https://github.com/langchain-ai/docs/commit/e13a0efe024f47696567bfe15a06f8a6c73eb15c) Apply suggestion from @katmayb - [`27497b4`](https://github.com/langchain-ai/docs/commit/27497b4ade220768a76cf56ba7bdb19f2af71c0e) Apply suggestion from @katmayb - [`0610918`](https://github.com/langchain-ai/docs/commit/0610918bacac96ba8af9ffd0a63db3ddab5b7dca) Apply suggestion from @katmayb - [`ae7d106`](https://github.com/langchain-ai/docs/commit/ae7d1064b6c6e2887ad16c63a235ff44a84244e2) reflecting changes based on comments - [`f015b3a`](https://github.com/langchain-ai/docs/commit/f015b3a47db9d7e4d174bb81e692879dc929bba2) update comment to prevent horizontal scrolling ### 📊 Changes **2 files changed** (+296 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+1 -0) ➕ `src/langsmith/evaluate-with-opentelemetry.mdx` (+295 -0) </details> ### 📄 Description ## Overview Adding evaluation guide on running an experiment with OpenTelemetry. ## Type of change **Type:** New documentation page ## Checklist - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed --- <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-17 17:23:26 -05:00
yindo closed this issue 2026-02-17 17:23:26 -05:00
yindo changed title from [PR #2462] adding opentelemetry example on running an evaluation to [PR #2462] [MERGED] adding opentelemetry example on running an evaluation 2026-06-05 18:18:40 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2454