feat(KONFLUX-14971, kaexporter): use cfg file for tenant exclusions#13057
Conversation
KAExporter has been updated per redhat-appstudio/o11y#1236 to read a configuration file for a list of tenants/namespace to exclude when collecting metrics. Defining the ConfigMap and patching the KAExporter deployment here to exclude tenants we can ignore.
Kustomize Render DiffComparing
Total: 2 components, +92 -44 lines 📋 Full diff available in the workflow summary and as a downloadable artifact. |
PR Summary by Qodokaexporter: configure excluded namespaces via ConfigMap-backed config file
AI Description
Diagram
High-Level Assessment
Files changed (4)
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #13057 +/- ##
=======================================
Coverage 57.11% 57.11%
=======================================
Files 23 23
Lines 1455 1455
=======================================
Hits 831 831
Misses 548 548
Partials 76 76
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pacho-rh, raks-tt The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Code Review by Qodo
Context used✅ Compliance rules (platform):
3 rules 1. Patch namespace mismatch risk
|
b27a337
into
redhat-appstudio:main
KAExporter has been updated per redhat-appstudio/o11y#1236 to read a configuration file for a list of tenants/namespace to exclude when collecting metrics. Defining the ConfigMap and patching the KAExporter deployment here to exclude tenants we can ignore.