Add AKS Container Insights Test - #2284
Merged
Merged
Conversation
Paamicky
force-pushed
the
AKS-ContainerInsights
branch
from
September 16, 2026 02:15
5fa3432 to
63331fc
Compare
Paamicky
marked this pull request as ready for review
September 16, 2026 16:27
Contributor
|
LGTM once the merge order is settled. One condition:
|
Contributor
Author
Intent is right and it's handled by merge order. |
seyisulu
approved these changes
Sep 18, 2026
lorespiz
previously approved these changes
Sep 22, 2026
lorespiz
approved these changes
Sep 23, 2026
bhavya76
approved these changes
Sep 24, 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.
Description of the issue
The agent translates OTEL Container Insights configs at runtime, including the AKS/GKE path, but CI had no job that runs Container Insights on a real AKS cluster. Only the OTLP AKS suite existed, we needed to add a CI test to make sure the agent is able to translate and deliver metrics and logs to CloudWatch in AKS mode.
Description of changes
Adds a CI job to trigger the new AKS Container Insights integration test:
AKSContainerInsightsIntegrationTestjob in test-artifacts.yml, mirroring the existing AKS OTLP job, passingtest_mode=containerinsightsandtest_dir=./test/azure/aks/containerinsights../test/azure/aks, so targeting the CI subdirectory no longer also triggers the OTLP job.Tests
Warning
These PR's needs to merge first for this test to pass:
Requirements
License
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Integration Tests
To run integration tests against this PR, add the ready for testing label.