[PR #1537] [MERGED] docs: add SSL troubleshooting to delete traces script #1629

Closed
opened 2026-02-17 17:22:33 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1537
Author: @niilooy
Created: 11/20/2025
Status: Merged
Merged: 11/20/2025
Merged by: @lnhsingh

Base: mainHead: docs/add-delete-traces-troubleshooting


📝 Commits (2)

  • 7df26d1 docs: add SSL troubleshooting to delete traces script
  • 299e7b6 Apply suggestions from code review

📊 Changes

1 file changed (+14 additions, -0 deletions)

View changed files

📝 src/langsmith/script-delete-traces.mdx (+14 -0)

📄 Description

Add troubleshooting section to the delete traces script documentation to help users resolve SSL connection issues when attempting to delete traces from ClickHouse.

Type of change

Type: Update existing documentation

Additional notes

Users encountering "Could not find trace IDs" errors when running the delete_trace_by_id script often need to add the --ssl flag to properly connect to ClickHouse. This troubleshooting entry documents the solution and provides an alternative verification method using clickhouse-cli.


🔄 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/1537 **Author:** [@niilooy](https://github.com/niilooy) **Created:** 11/20/2025 **Status:** ✅ Merged **Merged:** 11/20/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `docs/add-delete-traces-troubleshooting` --- ### 📝 Commits (2) - [`7df26d1`](https://github.com/langchain-ai/docs/commit/7df26d1170db37b6b79e4b9ec4336c5e6dfb682d) docs: add SSL troubleshooting to delete traces script - [`299e7b6`](https://github.com/langchain-ai/docs/commit/299e7b6d93bd8efd16358f3c421f1ed2093df05a) Apply suggestions from code review ### 📊 Changes **1 file changed** (+14 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/script-delete-traces.mdx` (+14 -0) </details> ### 📄 Description Add troubleshooting section to the delete traces script documentation to help users resolve SSL connection issues when attempting to delete traces from ClickHouse. ## Type of change **Type:** Update existing documentation ## Additional notes Users encountering "Could not find trace IDs" errors when running the delete_trace_by_id script often need to add the `--ssl` flag to properly connect to ClickHouse. This troubleshooting entry documents the solution and provides an alternative verification method using `clickhouse-cli`. --- <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:22:33 -05:00
yindo closed this issue 2026-02-17 17:22:33 -05:00
yindo changed title from [PR #1537] docs: add SSL troubleshooting to delete traces script to [PR #1537] [MERGED] docs: add SSL troubleshooting to delete traces script 2026-06-05 18:14:00 -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#1629