[PR #123] [MERGED] Add stats queries to mirror what we have in datadog for CH health #146

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/helm/pull/123
Author: @barberscott
Created: 7/9/2024
Status: Merged
Merged: 7/10/2024
Merged by: @barberscott

Base: mainHead: sb/add-stats-queries


📝 Commits (10+)

  • a1eef7d Add stats queries to mirror what we have in datadog for CH health
  • 32c7068 Add print usage and exit function
  • 47a4830 Add deletion scripts and docs for use
  • abe4c96 Fix copypasta
  • 0632e45 Fix trace references in workspaces doc
  • 2678a16 Tweak docs to reference feedback tables.
  • 9146896 Prettier
  • 882322b Add details per Mukil's feedback
  • f1e5e3c Update per feedback, add docs
  • 47c0871 Update per feedback and add docs

📊 Changes

5 files changed (+419 additions, -3 deletions)

View changed files

📝 charts/langsmith/docs/DELETE-TRACES.md (+3 -3)
charts/langsmith/docs/GET-CLICKHOUSE-STATS.md (+46 -0)
charts/langsmith/docs/GET-QUERY-STATS.md (+46 -0)
charts/langsmith/scripts/get_clickhouse_stats.sh (+155 -0)
charts/langsmith/scripts/get_query_stats.sh (+169 -0)

📄 Description

Add queries for overall clickhouse health and per-query stats.

Docs pending so draft for now.


🔄 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/helm/pull/123 **Author:** [@barberscott](https://github.com/barberscott) **Created:** 7/9/2024 **Status:** ✅ Merged **Merged:** 7/10/2024 **Merged by:** [@barberscott](https://github.com/barberscott) **Base:** `main` ← **Head:** `sb/add-stats-queries` --- ### 📝 Commits (10+) - [`a1eef7d`](https://github.com/langchain-ai/helm/commit/a1eef7d8b0cf92ed5f16e25b21758babfa344655) Add stats queries to mirror what we have in datadog for CH health - [`32c7068`](https://github.com/langchain-ai/helm/commit/32c70684f7fe4e25a911c9d6d1374f96bb5813f2) Add print usage and exit function - [`47a4830`](https://github.com/langchain-ai/helm/commit/47a4830dbf09bd9c55331f0dd0706b8df2fcd784) Add deletion scripts and docs for use - [`abe4c96`](https://github.com/langchain-ai/helm/commit/abe4c96c4fe17deb8190bf31e495ae99df8b9ecf) Fix copypasta - [`0632e45`](https://github.com/langchain-ai/helm/commit/0632e4537a2676c37698bd94efc439277e9f991d) Fix trace references in workspaces doc - [`2678a16`](https://github.com/langchain-ai/helm/commit/2678a1604e20f1e052c7555ebd28cd18565500f3) Tweak docs to reference feedback tables. - [`9146896`](https://github.com/langchain-ai/helm/commit/914689619a5680db4b06ada37cf8dfddff592766) Prettier - [`882322b`](https://github.com/langchain-ai/helm/commit/882322bc4f736c8706c782aa5f00621b1381512c) Add details per Mukil's feedback - [`f1e5e3c`](https://github.com/langchain-ai/helm/commit/f1e5e3c02411b141a450b3ff1070caaab9466541) Update per feedback, add docs - [`47c0871`](https://github.com/langchain-ai/helm/commit/47c08716104102b18d50ce6b4fb0b3b2d0fa6a63) Update per feedback and add docs ### 📊 Changes **5 files changed** (+419 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `charts/langsmith/docs/DELETE-TRACES.md` (+3 -3) ➕ `charts/langsmith/docs/GET-CLICKHOUSE-STATS.md` (+46 -0) ➕ `charts/langsmith/docs/GET-QUERY-STATS.md` (+46 -0) ➕ `charts/langsmith/scripts/get_clickhouse_stats.sh` (+155 -0) ➕ `charts/langsmith/scripts/get_query_stats.sh` (+169 -0) </details> ### 📄 Description Add queries for overall clickhouse health and per-query stats. Docs pending so draft for now. --- <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-16 01:17:21 -05:00
yindo closed this issue 2026-02-16 01:17:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/helm#146