[PR #3] [MERGED] Adding observability dashboard #18

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/notebookllama/pull/3
Author: @AstraBert
Created: 6/29/2025
Status: Merged
Merged: 6/29/2025
Merged by: @AstraBert

Base: mainHead: clelia/add-observability


📝 Commits (2)

📊 Changes

10 files changed (+708 additions, -12 deletions)

View changed files

📝 .env.example (+3 -0)
.github/workflows/release.yaml (+21 -0)
📝 README.md (+6 -0)
compose.yaml (+31 -0)
📝 pyproject.toml (+6 -2)
📝 src/notebooklm_clone/Home.py (+31 -1)
src/notebooklm_clone/instrumentation.py (+168 -0)
src/notebooklm_clone/pages/2_Observability_Dashboard.py (+169 -0)
tests/test_sql_engine.py (+84 -0)
📝 uv.lock (+189 -9)

📄 Description

Closes #2


🔄 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/run-llama/notebookllama/pull/3 **Author:** [@AstraBert](https://github.com/AstraBert) **Created:** 6/29/2025 **Status:** ✅ Merged **Merged:** 6/29/2025 **Merged by:** [@AstraBert](https://github.com/AstraBert) **Base:** `main` ← **Head:** `clelia/add-observability` --- ### 📝 Commits (2) - [`3ed767d`](https://github.com/run-llama/notebookllama/commit/3ed767da23047e8f41279157fc36a9e3113e23ce) Adding observability dashboard - [`b72424d`](https://github.com/run-llama/notebookllama/commit/b72424dded852931d21ae209dc89e160d2a53ebd) typecheck changes ### 📊 Changes **10 files changed** (+708 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+3 -0) ➕ `.github/workflows/release.yaml` (+21 -0) 📝 `README.md` (+6 -0) ➕ `compose.yaml` (+31 -0) 📝 `pyproject.toml` (+6 -2) 📝 `src/notebooklm_clone/Home.py` (+31 -1) ➕ `src/notebooklm_clone/instrumentation.py` (+168 -0) ➕ `src/notebooklm_clone/pages/2_Observability_Dashboard.py` (+169 -0) ➕ `tests/test_sql_engine.py` (+84 -0) 📝 `uv.lock` (+189 -9) </details> ### 📄 Description Closes #2 --- <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 03:17:22 -05:00
yindo closed this issue 2026-02-16 03:17:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/notebookllama#18