NETOBSERV-2608: TLS, metrics and charts [pf5]#1478
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)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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.33% -0.21%
============================================
Files 232 232
Lines 12355 12454 +99
Branches 1551 1562 +11
============================================
+ Hits 6491 6518 +27
- Misses 5269 5337 +68
- Partials 595 599 +4
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 |
Donut legend will not be dispayed anymore when rendered on small screens. It's still available as a tooltip though.
|
@Amoghrd I added a fix for the legend overlap on donuts: when it lacks space, it won't display the legend anymore. The legend information is still available through the tooltips though. |
|
New image: quay.io/netobserv/network-observability-console-plugin:1a22788
It will expire in two weeks. To deploy this build, run from the operator repo, assuming the operator is running: USER=netobserv VERSION=1a22788 make set-plugin-image |
|
/label qe-approved |
|
@jotak are you going to cherry pick that on |
|
/cherry-pick main |
|
@Amoghrd: new pull request created: #1530 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 kubernetes-sigs/prow repository. |
|
@jotak Should it be cherry-picked to main-pf4 branch as well? |
|
/cherry-pick main-pf4 |
|
@Amoghrd: #1478 failed to apply on top of branch "main-pf4": 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 kubernetes-sigs/prow repository. |
|
Just wanted to try if automatic cherry-pick works. Seems like it needs to be manually cherry-picked if needed |
|
@Amoghrd yes, features in general are not backported on pf4 |
Description
Dependencies
Checklist