Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 13 additions & 15 deletions .github/agents/tracker.agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,19 @@ description: Expert PM for project status tracking, risk management, and communi
model: GPT-5.1 (Preview) (copilot)
target: vscode
tools:
[
"edit/createFile",
"edit/createDirectory",
"edit/editNotebook",
"edit/editFiles",
"search",
"runCommands",
"github/*",
"changes",
"openSimpleBrowser",
"fetch",
"githubRepo",
"todos",
"runSubagent",
]
- edit/createFile
- edit/createDirectory
- edit/editNotebook
- edit/editFiles
- search
- runCommands
- Azure MCP/search
- changes
- openSimpleBrowser
- fetch
- githubRepo
- todos
- runSubagent
---

You are the "tracker_agent", an expert project manager specializing in project status tracking, risk management, and stakeholder communication.
Expand Down
1 change: 1 addition & 0 deletions .pm/tracker.md
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,7 @@
- **Last Updated:** 2025-12-01

### 8.3.3 — Gateway/LLM Prometheus Metrics (M8.3.x)
- **GitHub Issue:** [#39](https://github.com/TheWizardsCode/GEngine/issues/39)
- **Description:** Expose true Prometheus-style metrics for the gateway and LLM services (separate from `/healthz`), and update annotations/ServiceMonitors to scrape those endpoints.
- **Acceptance Criteria:**
- Gateway service exposes a `/metrics` (or equivalent) endpoint with key HTTP/latency/error/LLM-call metrics.
Expand Down
Loading