[PR #314] [MERGED] Fix telemetry for enterprises #401

Closed
opened 2026-03-02 04:13:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/git-ai-project/git-ai/pull/314
Author: @acunniffe
Created: 12/30/2025
Status: Merged
Merged: 12/31/2025
Merged by: @acunniffe

Base: mainHead: fix/telemetry


📝 Commits (3)

📊 Changes

7 files changed (+228 additions, -20 deletions)

View changed files

📝 Cargo.lock (+12 -0)
📝 Cargo.toml (+1 -0)
📝 src/commands/git_ai_handlers.rs (+3 -1)
📝 src/config.rs (+14 -0)
📝 src/observability/flush.rs (+179 -16)
📝 src/observability/mod.rs (+10 -1)
📝 src/observability/wrapper_performance_targets.rs (+9 -2)

📄 Description

[ ] add tags so you can filter performance data by command
[ ] fix remotes tag


🔄 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/git-ai-project/git-ai/pull/314 **Author:** [@acunniffe](https://github.com/acunniffe) **Created:** 12/30/2025 **Status:** ✅ Merged **Merged:** 12/31/2025 **Merged by:** [@acunniffe](https://github.com/acunniffe) **Base:** `main` ← **Head:** `fix/telemetry` --- ### 📝 Commits (3) - [`a6abc51`](https://github.com/git-ai-project/git-ai/commit/a6abc51d907102c502a43e0bb025267781ec164d) add command tag to performance - [`a516b9a`](https://github.com/git-ai-project/git-ai/commit/a516b9a21bdc2900ac11fbfbd8d3a28955857ba4) fix remote telemetry - [`0b30fba`](https://github.com/git-ai-project/git-ai/commit/0b30fba079c6663ae74b7696cb7ae64d8dc17fae) distinct_id ### 📊 Changes **7 files changed** (+228 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+12 -0) 📝 `Cargo.toml` (+1 -0) 📝 `src/commands/git_ai_handlers.rs` (+3 -1) 📝 `src/config.rs` (+14 -0) 📝 `src/observability/flush.rs` (+179 -16) 📝 `src/observability/mod.rs` (+10 -1) 📝 `src/observability/wrapper_performance_targets.rs` (+9 -2) </details> ### 📄 Description [ ] add tags so you can filter performance data by command [ ] fix remotes tag --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 04:13:31 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/git-ai#401
No description provided.