feat(microsoft-foundry): add Tracing Insights API skill for automated anomaly detection#2276
Merged
jongio merged 2 commits intoMay 16, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Microsoft Foundry trace reference for using the Tracing Insights API to detect agent quality anomalies, and wires it into the trace sub-skill entry points.
Changes:
- Added
tracing-insights-api.mdwith endpoint, auth, request/response schema, KQL follow-up query, and changepoint guidance. - Added a trace entry point for automated insight/anomaly detection.
- Accidentally changed an existing heading anchor in
trace.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
plugin/skills/microsoft-foundry/foundry-agent/trace/trace.md |
Adds the Tracing Insights API entry point and modifies the App Insights setup heading. |
plugin/skills/microsoft-foundry/foundry-agent/trace/references/tracing-insights-api.md |
New reference documenting the Tracing Insights API workflow. |
… anomaly detection Add skill files and reference documentation for the Tracing Insights API, enabling Copilot to retrieve automated anomaly-detection insights from Azure AI Foundry agent traces. - trace.md: skill descriptor with triggers, instructions, and examples - tracing-insights-api.md: API reference (endpoint, auth, parameters, response) - Region-agnostic API — any region endpoint works with any project Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
ae1022c to
148e980
Compare
Contributor
Author
tmeschter
previously approved these changes
May 15, 2026
Contributor
Author
jongio
reviewed
May 15, 2026
Collaborator
jongio
left a comment
There was a problem hiding this comment.
Well-scoped docs addition that follows the existing reference structure. One note on region guidance.
Address review feedback: lead with region-agnostic behavior, note same-region is preferred for latency, use eastus2 instead of eastus2euap as the default. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Author
tendau
approved these changes
May 15, 2026
jongio
approved these changes
May 16, 2026
Collaborator
jongio
left a comment
There was a problem hiding this comment.
Addresses my previous feedback - region guidance now leads with the agnostic behavior and defaults to eastus2. Clean fix.
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.
Summary
Add the Tracing Insights API skill file for automated anomaly detection on agent evaluation scores. This is a subset of PR #2155 -- extracted to unblock merge while FAOS optimization integration is completed separately.
What's included
plugin/skills/microsoft-foundry/foundry-agent/trace/references/tracing-insights-api.mdagents[]grouping andrelatedSpanscontainingoperationIdtrace/trace.md-- added entry point for "auto-detect agent issues" user intentWhat's NOT included (deferred to follow-up PR)
faos-optimization.md) -- FAOS API not yet GAinsights-to-optimize.md) -- depends on FAOSValidated