NETOBSERV-2608: TLS, metrics and charts [pf5]#1478
NETOBSERV-2608: TLS, metrics and charts [pf5]#1478jotak wants to merge 2 commits intonetobserv:main-pf5from
Conversation
- Add 4 new overview panels related to TLS: - TLS global usage (traffic with/without TLS) - breakdown by version - breakdown by group - breakdown by cipher suite - Add new column filter "tls" in manage columns panel - Fix issues in logQL when querying on arrays: handle looking for field presence/absence - Refactoring: introduce StructuredFlowQuery, an intermediate data structure used before the flow query is entirely serialized for HTTP. It allows to keep and manipulate structured filters for complex queries.
|
@jotak: This pull request references NETOBSERV-2608 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
(I haven't tested yet the no-loki scenario, need to do that) edit: test done |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main-pf5 #1478 +/- ##
============================================
- Coverage 52.53% 52.30% -0.24%
============================================
Files 232 232
Lines 12355 12444 +89
Branches 1551 1559 +8
============================================
+ Hits 6491 6509 +18
- Misses 5269 5335 +66
- Partials 595 600 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
- Simplify TLS usage donut to show just TLS vs Other (it's
easier to achieve with prom metrics)
- Show % of TLS rather than total Pps
- Fix a couple of JS warnings
|
/ok-to-test |
|
New image: quay.io/netobserv/network-observability-console-plugin:1654466
It will expire in two weeks. To deploy this build, run from the operator repo, assuming the operator is running: USER=netobserv VERSION=1654466 make set-plugin-image |
|
@jotak: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Description
Dependencies
Checklist