[PR #892] [MERGED] Updating headers + tracing project CTAs #866

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/892
Author: @tanushree-sharma
Created: 7/7/2025
Status: Merged
Merged: 7/25/2025
Merged by: @eric-langchain

Base: mainHead: headers-change


📝 Commits (10+)

📊 Changes

15 files changed (+103 additions, -95 deletions)

View changed files

📝 docs/administration/tutorials/manage_spend.mdx (+19 -29)
📝 docs/administration/tutorials/static/P2SampleTraces.png (+0 -0)
📝 docs/administration/tutorials/static/p1projectretention.png (+0 -0)
📝 docs/observability/how_to_guides/alerts.mdx (+1 -1)
📝 docs/observability/how_to_guides/dashboards.mdx (+6 -4)
📝 docs/observability/how_to_guides/online_evaluations.mdx (+39 -7)
📝 docs/observability/how_to_guides/rules.mdx (+33 -51)
📝 docs/observability/how_to_guides/static/add_automation_rule.png (+0 -0)
docs/observability/how_to_guides/static/aq_spot_check_rule.gif (+0 -0)
docs/observability/how_to_guides/static/rule_logs.gif (+0 -0)
docs/observability/how_to_guides/static/rules_logs.gif (+0 -0)
📝 docs/observability/how_to_guides/static/tracing_project_to_dashboard.png (+0 -0)
docs/observability/how_to_guides/static/view_automation_rules.png (+0 -0)
docs/observability/how_to_guides/static/view_evaluators.png (+0 -0)
📝 docs/prompt_engineering/how_to_guides/langchain_hub.mdx (+5 -3)

📄 Description

Docs updates:

- [x] Dashboards
- [x] Alerts 
Creating
- [ x] New automation
- [x] New evaluator – DONE for online evaluators. need to check offline
- [x] New alert 
Viewing 
- [x] evaluators
- [x] automations 

- [x ] Update this page https://docs.smith.langchain.com/evaluation/how_to_guides/bind_evaluator_to_dataset which is partly covered in this PR https://github.com/langchain-ai/langsmith-docs/pull/837```

---

<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langsmith-docs/pull/892 **Author:** [@tanushree-sharma](https://github.com/tanushree-sharma) **Created:** 7/7/2025 **Status:** ✅ Merged **Merged:** 7/25/2025 **Merged by:** [@eric-langchain](https://github.com/eric-langchain) **Base:** `main` ← **Head:** `headers-change` --- ### 📝 Commits (10+) - [`f641a66`](https://github.com/langchain-ai/langsmith-docs/commit/f641a6687427ee76d6f7e8d463380d4193fa7956) first pass - [`76ca7bf`](https://github.com/langchain-ai/langsmith-docs/commit/76ca7bf4237693074994c5b77072286ebb2cdc7a) fix broken link + lint - [`58c631d`](https://github.com/langchain-ai/langsmith-docs/commit/58c631d92c1c6fd4c9ca9535c3de5fdf189bb191) lint again - [`5da0498`](https://github.com/langchain-ai/langsmith-docs/commit/5da0498307e1fe69a5aec27a3b7477f7139e3c0d) updates and feedback from review - [`53bee5c`](https://github.com/langchain-ai/langsmith-docs/commit/53bee5c94c510bbea37f1bea0a9a48a0009ab89c) first pass - [`69a3449`](https://github.com/langchain-ai/langsmith-docs/commit/69a344929bd7dd9db75ef6396507144d6ead6f47) fix broken link + lint - [`f59479a`](https://github.com/langchain-ai/langsmith-docs/commit/f59479aece6ddd44b2b9fc1b5bc2087f4393fd6b) lint again - [`43f6d68`](https://github.com/langchain-ai/langsmith-docs/commit/43f6d687e19b3733f85457e658d8d994bb8a9df7) updates and feedback from review - [`37e695c`](https://github.com/langchain-ai/langsmith-docs/commit/37e695cccdd0e893c994ffbbabad7fcc720007b8) formatting - [`f7a7d33`](https://github.com/langchain-ai/langsmith-docs/commit/f7a7d33e928ccc86d390f42daba989e2777967b9) formatting ### 📊 Changes **15 files changed** (+103 additions, -95 deletions) <details> <summary>View changed files</summary> 📝 `docs/administration/tutorials/manage_spend.mdx` (+19 -29) 📝 `docs/administration/tutorials/static/P2SampleTraces.png` (+0 -0) 📝 `docs/administration/tutorials/static/p1projectretention.png` (+0 -0) 📝 `docs/observability/how_to_guides/alerts.mdx` (+1 -1) 📝 `docs/observability/how_to_guides/dashboards.mdx` (+6 -4) 📝 `docs/observability/how_to_guides/online_evaluations.mdx` (+39 -7) 📝 `docs/observability/how_to_guides/rules.mdx` (+33 -51) 📝 `docs/observability/how_to_guides/static/add_automation_rule.png` (+0 -0) ➕ `docs/observability/how_to_guides/static/aq_spot_check_rule.gif` (+0 -0) ➕ `docs/observability/how_to_guides/static/rule_logs.gif` (+0 -0) ➖ `docs/observability/how_to_guides/static/rules_logs.gif` (+0 -0) 📝 `docs/observability/how_to_guides/static/tracing_project_to_dashboard.png` (+0 -0) ➕ `docs/observability/how_to_guides/static/view_automation_rules.png` (+0 -0) ➕ `docs/observability/how_to_guides/static/view_evaluators.png` (+0 -0) 📝 `docs/prompt_engineering/how_to_guides/langchain_hub.mdx` (+5 -3) </details> ### 📄 Description Docs updates: ```- [x] Data retention - [x] Dashboards - [x] Alerts Creating - [ x] New automation - [x] New evaluator – DONE for online evaluators. need to check offline - [x] New alert Viewing - [x] evaluators - [x] automations - [x ] Update this page https://docs.smith.langchain.com/evaluation/how_to_guides/bind_evaluator_to_dataset which is partly covered in this PR https://github.com/langchain-ai/langsmith-docs/pull/837``` --- <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:19:05 -05:00
yindo closed this issue 2026-02-21 17:19:05 -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#866