AzureMonitorAgent: add Ubuntu 26.04 to supported distros - #2199
Open
kamilon wants to merge 1 commit into
Open
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: fbc11d3c-aab2-4bb5-95ca-36423a599605
This was referenced Jul 31, 2026
|
Thanks for the original Ubuntu 26.04 allowlist change and public x86_64/aarch64 validation. For reference, #2201 builds on this change with repository regression coverage for:
All six public fork CI jobs pass. If #2199 remains the preferred merge vehicle, the test coverage in #2201 is available for review or reuse. |
thperapp
approved these changes
Jul 31, 2026
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 Ubuntu 26.04 to both the x86_64 and aarch64 AMA supported-distro maps.
Companion changes:
Validation results (AMA 1.42.0, Ubuntu 26.04):
vm260730232620ubuntu26x8664): Heartbeat 19, Syslog 5,095, Perf 45,244, InsightsMetrics 478, MyTable_CL 17, MyTableAst_CL 16. Heartbeat reported CategoryAzure Monitor Agent, Version1.42.0.vm260730232620ubuntu26aarch64): Heartbeat 6, Syslog 1,795, Perf 14,474, InsightsMetrics 147, MyTable_CL 5, MyTableAst_CL 5. Heartbeat reported CategoryAzure Monitor Agent, Version1.42.0.MyTableAst_CLwas isolated per VM using_ResourceIdbecause itsComputerfield is empty; all other tables were isolated usingComputer.Changes required to make logs flow:
No distro-specific changes were required. Canonical's Ubuntu 26.04 images include active rsyslog, and all expected tables flowed after the temporary unsupported-distro gate override used for validation.