Document versioned MTP telemetry item (2.1.0)#54341
Open
nohwnd wants to merge 1 commit into
Open
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Documents a newly versioned Microsoft.Testing.Platform (MTP) telemetry data point so readers can map telemetry fields to specific released versions of testfx/MTP.
Changes:
- Adds a 2.1.0 entry for “Count of tests discovered” in the telemetry Data points table.
Evangelink
approved these changes
Jun 10, 2026
Evangelink
left a comment
Member
There was a problem hiding this comment.
Verified against microsoft/testfx:
Changelog-Platform.mdlists #7219 "Report discovered telemetry events correctly for MTP" under 2.1.0.- Matches
RequestProperties.TotalDiscoveredTestsPropertyName = "total discovered"inTelemetryProperties.cs.
LGTM. Reasonable to attribute to 2.1.0 since that's when the count actually started reporting for MTP, even though the property existed earlier.
Member
Author
|
One check still reports error, tried re-opening the pr but did not help |
Member
|
@nohwnd OPS is broken on all PRs since the weekend. |
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.
Adds the versioned row we can map confidently from testfx release history:
Source: docs/Changelog-Platform.md in microsoft/testfx includes "Report discovered telemetry events correctly for MTP" (#7219) under 2.1.0.
This PR only includes items with an explicit released version. Unreleased (main) items are in a separate PR.