Skip to content

Fix incorrect .NET version numbers in built-in-metrics-diagnostics.md #47584

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Jul 25, 2025

The documentation contained incorrect .NET version numbers that didn't follow the standard versioning format used throughout the docs. Several metrics were incorrectly labeled with versions like ".NET 8.8.0" and ".NET 9.8.0" instead of the proper ".NET 8.0" and ".NET 9.0" format.

This PR fixes 5 instances of incorrect version numbers:

  • 3 instances of ".NET 8.8.0" corrected to ".NET 8.0"
  • 2 instances of ".NET 9.8.0" corrected to ".NET 9.0"

The affected metrics were:

  • container.cpu.limit.utilization
  • container.cpu.request.utilization
  • container.cpu.time
  • container.memory.limit.utilization
  • container.memory.usage

The corrected versions now align with the standard .NET version format used consistently throughout the documentation (e.g., ".NET 8.0", ".NET 9.0").

Fixes #45089.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.


Internal previews

📄 File 🔗 Preview link
docs/core/diagnostics/built-in-metrics-diagnostics.md docs/core/diagnostics/built-in-metrics-diagnostics

Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
@Copilot Copilot AI changed the title [WIP] Correct the Dotnet version mentioned in the documentation Fix incorrect .NET version numbers in built-in-metrics-diagnostics.md Jul 25, 2025
@Copilot Copilot AI requested a review from gewarren July 25, 2025 18:46
Copilot finished work on behalf of gewarren July 25, 2025 18:46
Copy link
Contributor

@gewarren gewarren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. @evgenyfedorov2 can you confirm that these were the versions you intended?

@evgenyfedorov2
Copy link
Member

LGTM. @evgenyfedorov2 can you confirm that these were the versions you intended?

Hmm, actually, .NET Extensions is released monthly and the version numbers in documentation reflect the versions numbers when the code was released with .NET Extensions.

I don't know what the policy is, though? If a metric was released with .NET Extensions 9.8.0, can we say it is available with .NET 9.0?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Correct the Dotnet version mentioned in the documentation
3 participants