fix: revert upgrade some telemetry related dependencies - #3392
Merged
Alan Zimmer (alzimmermsft) merged 1 commit intoAug 27, 2026
Merged
Conversation
…metry.Exporter.OpenTelemetryProtocol
JasonYeMSFT (JasonYeMSFT)
requested review from
KarishmaGhiya,
Larry Osterman (LarryOsterman),
Alan Zimmer (alzimmermsft),
Vinay Gera (g2vinay),
Jair Myree (jairmyree),
Sai Koumudi Kaluvakolanu (saikoumudi) and
Steven Vukelich (vukelich)
and
a lite review from Copilot
and removed request for
Copilot
August 26, 2026 23:10
Tom Meschter (tmeschter)
approved these changes
Aug 26, 2026
Larry Osterman (LarryOsterman)
approved these changes
Aug 26, 2026
Member
|
/azp run mcp - pullrequest |
1 similar comment
Contributor
|
/azp run mcp - pullrequest |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
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.
What does this PR do?
[Provide a clear, concise description of the changes]I was investigating a mysterious telemetry event drop from plugin-telemetry command since Aug. 19th. My experimentation makes me believes that Azure MCP introduced a regression in 3.0.0-beta.36 release causing it to randomly drop such telemetry events.
My reproduction steps:
My testing result shows that azure mcp can consistently send those PluginExecuted events at 3.0.0-beta.34 and 3.0.0-beta.35. Starting from 3.0.0-beta.36, from what I can see in the tracer, azure mcp start randomly not sending those events or only sending a subset of them.
I couldn't find code change in Azure MCP that caused this. The most promising change that would have caused this was the dependency upgrade for these two packages. I reverted their versions, rebuild Azure MCP with
-c Release, pinned the hook to use this locally built exe and verified that I can consistently see Azure MCP sending the PluginExecuted events if I retry the same steps above.I would like to downgrade these packages to hopefully mitigate the telemetry data loss. We will need to further investigate the root cause of the regression so we won't be stuck with these package versions.
[Add additional context, screenshots, or information that helps reviewers]GitHub issue number?
[Link to the GitHub issue this PR addresses]Pre-merge Checklist
servers/Azure.Mcp.Server/README.mdand/orservers/Fabric.Mcp.Server/README.mddocumentationREADME.mdchanges running the script./eng/scripts/Process-PackageReadMe.ps1. See Package READMEToolDescriptionEvaluatorand obtained a score of0.4or more and a top 3 ranking for all related test promptsconsolidated-tools.jsonbreaking-changelabelservers/Azure.Mcp.Server/docs/azmcp-commands.md./eng/scripts/Update-AzCommandsMetadata.ps1to update tool metadata inazmcp-commands.md(required for CI)servers/Azure.Mcp.Server/docs/e2eTestPrompts.mdcrypto mining, spam, data exfiltration, etc.)/azp run mcp - pullrequest - liveto run Live Test Pipeline