[PR #191] [MERGED] how-to guides for tracing with some reference docs #278

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/191
Author: @agola11
Created: 4/29/2024
Status: Merged
Merged: 4/29/2024
Merged by: @agola11

Base: mainHead: ankush/how-to-tracing


📝 Commits (10+)

📊 Changes

33 files changed (+2162 additions, -129 deletions)

View changed files

📝 docs/tracing/faq/customizing_trace_attributes.mdx (+1 -1)
📝 docs/tracing/faq/logging_and_viewing.mdx (+0 -2)
versioned_docs/version-2.0/how_to_guides.md (+0 -105)
versioned_docs/version-2.0/how_to_guides/index.md (+116 -0)
versioned_docs/version-2.0/how_to_guides/setup/create_account_api_key.mdx (+20 -0)
versioned_docs/version-2.0/how_to_guides/setup/create_organization.mdx (+11 -0)
versioned_docs/version-2.0/how_to_guides/static/annotate_code_trace.gif (+0 -0)
versioned_docs/version-2.0/how_to_guides/static/chat_model.png (+0 -0)
versioned_docs/version-2.0/how_to_guides/static/create_account.png (+0 -0)
versioned_docs/version-2.0/how_to_guides/static/create_api_key.png (+0 -0)
versioned_docs/version-2.0/how_to_guides/static/create_organization.png (+0 -0)
versioned_docs/version-2.0/how_to_guides/static/hello_llm.png (+0 -0)
versioned_docs/version-2.0/how_to_guides/static/multimodal.png (+0 -0)
versioned_docs/version-2.0/how_to_guides/static/retriever_trace.png (+0 -0)
versioned_docs/version-2.0/how_to_guides/tracing/access_current_span.mdx (+135 -0)
versioned_docs/version-2.0/how_to_guides/tracing/add_metadata_tags.mdx (+115 -0)
versioned_docs/version-2.0/how_to_guides/tracing/annotate_code.mdx (+259 -0)
versioned_docs/version-2.0/how_to_guides/tracing/distributed_tracing.mdx (+72 -0)
versioned_docs/version-2.0/how_to_guides/tracing/export_traces.mdx (+563 -0)
versioned_docs/version-2.0/how_to_guides/tracing/log_llm_trace.mdx (+268 -0)

...and 13 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/191 **Author:** [@agola11](https://github.com/agola11) **Created:** 4/29/2024 **Status:** ✅ Merged **Merged:** 4/29/2024 **Merged by:** [@agola11](https://github.com/agola11) **Base:** `main` ← **Head:** `ankush/how-to-tracing` --- ### 📝 Commits (10+) - [`3219c27`](https://github.com/langchain-ai/langsmith-docs/commit/3219c27679fe77a51c03612c442bc5436e584d4e) [docs rework] how-to setup - [`58b1d8c`](https://github.com/langchain-ai/langsmith-docs/commit/58b1d8c49546a653a73ba6670b99e1185f6dc529) add tracing how tos - [`41e515d`](https://github.com/langchain-ai/langsmith-docs/commit/41e515d1750bb56dc43320f0e3fd504cc304a50d) add sampling docs - [`6c4f3ac`](https://github.com/langchain-ai/langsmith-docs/commit/6c4f3ac47d5a312c2aa5b164377b48e9befe242a) tracing how-to - [`8d4d90d`](https://github.com/langchain-ai/langsmith-docs/commit/8d4d90d5552129fddf3a672e01a8878b5494ff69) reference and exporting guide - [`0821529`](https://github.com/langchain-ai/langsmith-docs/commit/0821529e0d7eab4719b487bcd3af80b5b2eeae5c) Merge branch 'main' into ankush/how-to-tracing - [`afc3cd7`](https://github.com/langchain-ai/langsmith-docs/commit/afc3cd70fda14d38443c313e191f3aa581807ad2) format - [`3e6bbd6`](https://github.com/langchain-ai/langsmith-docs/commit/3e6bbd6f1db4a14c3b12b1383094f9b69db735db) add query example and streamline quickstart - [`75ab4d1`](https://github.com/langchain-ai/langsmith-docs/commit/75ab4d147664c7b918024a1e94de7b6f564b3b6f) fix - [`70843f1`](https://github.com/langchain-ai/langsmith-docs/commit/70843f1d9dd00585435185d7bded1d3e285bc77a) format exports ### 📊 Changes **33 files changed** (+2162 additions, -129 deletions) <details> <summary>View changed files</summary> 📝 `docs/tracing/faq/customizing_trace_attributes.mdx` (+1 -1) 📝 `docs/tracing/faq/logging_and_viewing.mdx` (+0 -2) ➖ `versioned_docs/version-2.0/how_to_guides.md` (+0 -105) ➕ `versioned_docs/version-2.0/how_to_guides/index.md` (+116 -0) ➕ `versioned_docs/version-2.0/how_to_guides/setup/create_account_api_key.mdx` (+20 -0) ➕ `versioned_docs/version-2.0/how_to_guides/setup/create_organization.mdx` (+11 -0) ➕ `versioned_docs/version-2.0/how_to_guides/static/annotate_code_trace.gif` (+0 -0) ➕ `versioned_docs/version-2.0/how_to_guides/static/chat_model.png` (+0 -0) ➕ `versioned_docs/version-2.0/how_to_guides/static/create_account.png` (+0 -0) ➕ `versioned_docs/version-2.0/how_to_guides/static/create_api_key.png` (+0 -0) ➕ `versioned_docs/version-2.0/how_to_guides/static/create_organization.png` (+0 -0) ➕ `versioned_docs/version-2.0/how_to_guides/static/hello_llm.png` (+0 -0) ➕ `versioned_docs/version-2.0/how_to_guides/static/multimodal.png` (+0 -0) ➕ `versioned_docs/version-2.0/how_to_guides/static/retriever_trace.png` (+0 -0) ➕ `versioned_docs/version-2.0/how_to_guides/tracing/access_current_span.mdx` (+135 -0) ➕ `versioned_docs/version-2.0/how_to_guides/tracing/add_metadata_tags.mdx` (+115 -0) ➕ `versioned_docs/version-2.0/how_to_guides/tracing/annotate_code.mdx` (+259 -0) ➕ `versioned_docs/version-2.0/how_to_guides/tracing/distributed_tracing.mdx` (+72 -0) ➕ `versioned_docs/version-2.0/how_to_guides/tracing/export_traces.mdx` (+563 -0) ➕ `versioned_docs/version-2.0/how_to_guides/tracing/log_llm_trace.mdx` (+268 -0) _...and 13 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:43 -05:00
yindo closed this issue 2026-02-21 17:17:43 -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#278