[PR #209] [MERGED] fixes, how-to guides for monitoring and automations #296

Closed
opened 2026-02-21 17:17:46 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/209
Author: @agola11
Created: 5/3/2024
Status: Merged
Merged: 5/5/2024
Merged by: @agola11

Base: mainHead: ankush/5-2/more-how-to


📝 Commits (10+)

📊 Changes

86 files changed (+1101 additions, -138 deletions)

View changed files

📝 docs/monitoring/faq/online_evaluation.mdx (+1 -1)
📝 src/components/InstructionsWithCode.js (+2 -6)
📝 versioned_docs/version-2.0/concepts/tracing/tracing.mdx (+10 -4)
📝 versioned_docs/version-2.0/how_to_guides/datasets/manage_datasets_in_application.mdx (+6 -0)
📝 versioned_docs/version-2.0/how_to_guides/evaluation/evaluate_existing_experiment.mdx (+2 -2)
📝 versioned_docs/version-2.0/how_to_guides/evaluation/run_evaluation_from_prompt_playground.mdx (+9 -0)
📝 versioned_docs/version-2.0/how_to_guides/evaluation/unit_testing.mdx (+2 -2)
📝 versioned_docs/version-2.0/how_to_guides/human_feedback/_category_.json (+1 -1)
versioned_docs/version-2.0/how_to_guides/human_feedback/annotate_traces_inline.mdx (+27 -0)
versioned_docs/version-2.0/how_to_guides/human_feedback/annotation_queues.mdx (+49 -0)
versioned_docs/version-2.0/how_to_guides/human_feedback/attach_user_feedback.mdx (+61 -0)
versioned_docs/version-2.0/how_to_guides/human_feedback/set_up_feedback_criteria.mdx (+30 -0)
📝 versioned_docs/version-2.0/how_to_guides/index.md (+58 -42)
versioned_docs/version-2.0/how_to_guides/monitoring/_category_.json (+5 -0)
versioned_docs/version-2.0/how_to_guides/monitoring/filter_traces_in_application.mdx (+82 -0)
versioned_docs/version-2.0/how_to_guides/monitoring/online_evaluations.mdx (+62 -0)
versioned_docs/version-2.0/how_to_guides/monitoring/rules.mdx (+70 -0)
versioned_docs/version-2.0/how_to_guides/monitoring/threads.mdx (+37 -0)
versioned_docs/version-2.0/how_to_guides/monitoring/use_monitoring_charts.mdx (+30 -0)
versioned_docs/version-2.0/how_to_guides/monitoring/webhook_notifications.mdx (+1 -0)

...and 66 more files

📄 Description

No description provided


🔄 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-docs/pull/209 **Author:** [@agola11](https://github.com/agola11) **Created:** 5/3/2024 **Status:** ✅ Merged **Merged:** 5/5/2024 **Merged by:** [@agola11](https://github.com/agola11) **Base:** `main` ← **Head:** `ankush/5-2/more-how-to` --- ### 📝 Commits (10+) - [`4ff83ab`](https://github.com/langchain-ai/langsmith-docs/commit/4ff83ab9c0ee57cdffed825b0181d70839777620) evaluation playground note - [`b03c84c`](https://github.com/langchain-ai/langsmith-docs/commit/b03c84c27aa3ee02361ef09bd9037ea586b7fb5e) start monitoring - [`c1d9f04`](https://github.com/langchain-ai/langsmith-docs/commit/c1d9f04dd8975c7bef9eb4eebd0ab2116232c119) Merge branch 'main' into ankush/5-2/more-how-to - [`fced182`](https://github.com/langchain-ai/langsmith-docs/commit/fced18206e5c5ada670f77bf9aa7689b7256e39d) format - [`9db7c34`](https://github.com/langchain-ai/langsmith-docs/commit/9db7c34d349d9ee6a419861d9606e7e58b7630c1) Merge branch 'main' into ankush/5-2/more-how-to - [`6a4dfa0`](https://github.com/langchain-ai/langsmith-docs/commit/6a4dfa0c27b60eb6397622aecf0520ed10aff484) fix set up spelling - [`c05206d`](https://github.com/langchain-ai/langsmith-docs/commit/c05206d3dd17b7a81a3a609ac48a679f83d9c84c) monitoring and langchain docs - [`411707d`](https://github.com/langchain-ai/langsmith-docs/commit/411707d7b9d5f51f3cd8b79c19fd872f73d96f4c) merge - [`0e99148`](https://github.com/langchain-ai/langsmith-docs/commit/0e99148a54d290b5b52b7f314a9786aff8fac5c5) nits, add instructor docs - [`73ee3eb`](https://github.com/langchain-ai/langsmith-docs/commit/73ee3eb71297efdc28a5901938fb8de5ed50f4a8) format ### 📊 Changes **86 files changed** (+1101 additions, -138 deletions) <details> <summary>View changed files</summary> 📝 `docs/monitoring/faq/online_evaluation.mdx` (+1 -1) 📝 `src/components/InstructionsWithCode.js` (+2 -6) 📝 `versioned_docs/version-2.0/concepts/tracing/tracing.mdx` (+10 -4) 📝 `versioned_docs/version-2.0/how_to_guides/datasets/manage_datasets_in_application.mdx` (+6 -0) 📝 `versioned_docs/version-2.0/how_to_guides/evaluation/evaluate_existing_experiment.mdx` (+2 -2) 📝 `versioned_docs/version-2.0/how_to_guides/evaluation/run_evaluation_from_prompt_playground.mdx` (+9 -0) 📝 `versioned_docs/version-2.0/how_to_guides/evaluation/unit_testing.mdx` (+2 -2) 📝 `versioned_docs/version-2.0/how_to_guides/human_feedback/_category_.json` (+1 -1) ➕ `versioned_docs/version-2.0/how_to_guides/human_feedback/annotate_traces_inline.mdx` (+27 -0) ➕ `versioned_docs/version-2.0/how_to_guides/human_feedback/annotation_queues.mdx` (+49 -0) ➕ `versioned_docs/version-2.0/how_to_guides/human_feedback/attach_user_feedback.mdx` (+61 -0) ➕ `versioned_docs/version-2.0/how_to_guides/human_feedback/set_up_feedback_criteria.mdx` (+30 -0) 📝 `versioned_docs/version-2.0/how_to_guides/index.md` (+58 -42) ➕ `versioned_docs/version-2.0/how_to_guides/monitoring/_category_.json` (+5 -0) ➕ `versioned_docs/version-2.0/how_to_guides/monitoring/filter_traces_in_application.mdx` (+82 -0) ➕ `versioned_docs/version-2.0/how_to_guides/monitoring/online_evaluations.mdx` (+62 -0) ➕ `versioned_docs/version-2.0/how_to_guides/monitoring/rules.mdx` (+70 -0) ➕ `versioned_docs/version-2.0/how_to_guides/monitoring/threads.mdx` (+37 -0) ➕ `versioned_docs/version-2.0/how_to_guides/monitoring/use_monitoring_charts.mdx` (+30 -0) ➕ `versioned_docs/version-2.0/how_to_guides/monitoring/webhook_notifications.mdx` (+1 -0) _...and 66 more files_ </details> ### 📄 Description _No description provided_ --- <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-21 17:17:46 -05:00
yindo closed this issue 2026-02-21 17:17:46 -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-docs#296