feat: Add LLM token usage tracking to Application Insights#586
Open
Prachig-Microsoft wants to merge 27 commits into
Open
feat: Add LLM token usage tracking to Application Insights#586Prachig-Microsoft wants to merge 27 commits into
Prachig-Microsoft wants to merge 27 commits into
Conversation
Prachig-Microsoft
temporarily deployed
to
production
May 12, 2026 11:29 — with
GitHub Actions
Inactive
Prachig-Microsoft
temporarily deployed
to
production
May 13, 2026 15:52 — with
GitHub Actions
Inactive
Prachig-Microsoft
temporarily deployed
to
production
May 13, 2026 16:22 — with
GitHub Actions
Inactive
Prachig-Microsoft
temporarily deployed
to
production
May 14, 2026 07:43 — with
GitHub Actions
Inactive
Prachig-Microsoft
temporarily deployed
to
production
May 14, 2026 07:57 — with
GitHub Actions
Inactive
Prachig-Microsoft
temporarily deployed
to
production
May 14, 2026 08:34 — with
GitHub Actions
Inactive
Prachig-Microsoft
temporarily deployed
to
production
May 14, 2026 11:07 — with
GitHub Actions
Inactive
Prachig-Microsoft
temporarily deployed
to
production
May 14, 2026 11:08 — with
GitHub Actions
Inactive
Prachig-Microsoft
temporarily deployed
to
production
May 14, 2026 11:41 — with
GitHub Actions
Inactive
Prachig-Microsoft
temporarily deployed
to
production
May 15, 2026 10:36 — with
GitHub Actions
Inactive
Prachig-Microsoft
temporarily deployed
to
production
May 15, 2026 10:43 — with
GitHub Actions
Inactive
Prachig-Microsoft
temporarily deployed
to
production
May 15, 2026 12:19 — with
GitHub Actions
Inactive
Prachig-Microsoft
temporarily deployed
to
production
May 15, 2026 12:20 — with
GitHub Actions
Inactive
Prachig-Microsoft
temporarily deployed
to
production
May 15, 2026 14:04 — with
GitHub Actions
Inactive
Prachig-Microsoft
temporarily deployed
to
production
May 15, 2026 16:04 — with
GitHub Actions
Inactive
Prachig-Microsoft
temporarily deployed
to
production
May 15, 2026 17:24 — with
GitHub Actions
Inactive
Prachig-Microsoft
temporarily deployed
to
production
May 18, 2026 09:46 — with
GitHub Actions
Inactive
Prachig-Microsoft
temporarily deployed
to
production
May 18, 2026 11:02 — with
GitHub Actions
Inactive
Prachig-Microsoft
had a problem deploying
to
production
May 18, 2026 11:03 — with
GitHub Actions
Failure
Prachig-Microsoft
temporarily deployed
to
production
May 18, 2026 12:23 — with
GitHub Actions
Inactive
Prachig-Microsoft
marked this pull request as ready for review
May 25, 2026 10:13
Prachig-Microsoft
requested review from
Avijit-Microsoft,
Prajwal-Microsoft,
Roopan-Microsoft,
Vinay-Microsoft,
aniaroramsft,
nchandhi and
toherman-msft
as code owners
May 25, 2026 10:13
Prachig-Microsoft
force-pushed
the
feature/token-usage-tracking
branch
from
June 2, 2026 10:28
321eca7 to
f4ee50e
Compare
Prachig-Microsoft
temporarily deployed
to
production
June 2, 2026 10:28 — with
GitHub Actions
Inactive
…ntProcessor) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Prachig-Microsoft
temporarily deployed
to
production
June 2, 2026 10:33 — with
GitHub Actions
Inactive
…acking # Conflicts: # infra/main.json
Prachig-Microsoft
had a problem deploying
to
production
June 11, 2026 09:27 — with
GitHub Actions
Failure
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Prachig-Microsoft
temporarily deployed
to
production
June 11, 2026 09:29 — with
GitHub Actions
Inactive
The devcontainers/python image on MCR is returning 403 Forbidden. Use the official Python slim image instead, which is lighter and appropriate for production containers. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Prachig-Microsoft
temporarily deployed
to
production
June 11, 2026 09:30 — with
GitHub Actions
Inactive
…c file_types - Pass agent_name and model_deployment_name to emit_summary for unique event_id - Sort file_types set before joining for deterministic telemetry dimensions Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Prachig-Microsoft
temporarily deployed
to
production
June 11, 2026 09:43 — with
GitHub Actions
Inactive
Prachig-Microsoft
temporarily deployed
to
production
June 11, 2026 16:31 — with
GitHub Actions
Inactive
Prachig-Microsoft
temporarily deployed
to
production
June 11, 2026 16:38 — with
GitHub Actions
Inactive
Prachig-Microsoft
had a problem deploying
to
production
June 11, 2026 16:40 — with
GitHub Actions
Failure
Prachig-Microsoft
had a problem deploying
to
production
June 11, 2026 16:47 — with
GitHub Actions
Failure
Prachig-Microsoft
had a problem deploying
to
production
June 11, 2026 17:14 — with
GitHub Actions
Failure
Prachig-Microsoft
had a problem deploying
to
production
June 11, 2026 17:21 — with
GitHub Actions
Failure
Prachig-Microsoft
temporarily deployed
to
production
June 12, 2026 05:57 — with
GitHub Actions
Inactive
Prachig-Microsoft
temporarily deployed
to
production
June 12, 2026 06:04 — with
GitHub Actions
Inactive
Prachig-Microsoft
had a problem deploying
to
production
June 12, 2026 06:05 — with
GitHub Actions
Failure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implement comprehensive token usage tracking across all LLM call sites in ContentProcessor and ContentProcessorWorkflow, following the MACAE psl-token-usage branch pattern.
Changes:
Events emitted to Application Insights:
Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information