Add KEDA metrics collection support to Container Insights - #345
Merged
sky333999 merged 6 commits intoAug 7, 2026
Merged
Conversation
petruanica
approved these changes
Jul 29, 2026
Rename otelContainerInsights.integrations to otelContainerInsights.solutions and add a global solutions.enabled toggle that disables all solutions at once. Individual solution flags (karpenter.enabled, keda.enabled) only activate when the global toggle is true.
vaishnavi-30-beep
force-pushed
the
feature/keda-integration
branch
from
August 7, 2026 15:50
a9c4fa5 to
f000fcf
Compare
Drop rest_client_*, apiserver_*, workqueue_*, process_*, and go_* metrics from the KEDA scrape pipeline. These are generic Go runtime/client-go metrics that conflict with the control plane (apiserver) pipeline. Also removes Karpenter config from this branch (handled in separate PR) and removes conditional guard on cloud.resource_id ARN construction.
vaishnavi-30-beep
force-pushed
the
feature/keda-integration
branch
from
August 7, 2026 15:59
f000fcf to
9141446
Compare
sky333999
previously approved these changes
Aug 7, 2026
Both resourcedetection processors now switch to [aks, azure] detectors on AKS mode, suppressing host/VM attributes that would leak the scraper node's identity. Aligns with the shared resourcedetection processor pattern.
sky333999
approved these changes
Aug 7, 2026
Paamicky
approved these changes
Aug 7, 2026
TravisStark
approved these changes
Aug 7, 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.
Summary
Add support for scraping Prometheus metrics from the KEDA operator as part of Container Insights solutions.
Changes
Configuration
Testing
Notes