flomesh-io / fsm

Lightweight service mesh for Kubernetes East-West and North-South traffic management, uses ebpf for layer4 and pipy proxy for layer7 traffic management, support multi cluster network.
https://flomesh.io
Apache License 2.0
58 stars 11 forks source link

optimized fsm connector. #334

Closed cybwan closed 2 months ago

cybwan commented 2 months ago

Description: optimized fsm connector.

Testing done: Done

Affected area: Functional Area
New Functionality [ ]
CI System [ ]
CLI Tool [ ]
Certificate Management [ ]
Control Plane [ ]
Demo [ ]
Documentation [ ]
Egress [ ]
Ingress [ ]
Install [ ]
Networking [ ]
Observability [ ]
Performance [ ]
SMI Policy [ ]
Security [ ]
Sidecar Injection [ ]
Tests [ ]
Upgrade [ ]
Other [X]

Please answer the following questions with yes/no.

  1. Does this change contain code from or inspired by another project? no

  2. Is this a breaking change? no

  3. Has documentation corresponding to this change been updated in the fsm-docs repo (if applicable)? no

codecov-commenter commented 2 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 9.78044% with 452 lines in your changes missing coverage. Please review.

Project coverage is 14.25%. Comparing base (cf56380) to head (1a785fc). Report is 115 commits behind head on release/v1.3.

Files with missing lines Patch % Lines
pkg/sidecar/providers/pipy/repo/policy.go 0.00% 167 Missing :warning:
pkg/sidecar/providers/pipy/repo/util.go 0.00% 62 Missing :warning:
pkg/sidecar/providers/pipy/repo/jobs.go 0.00% 47 Missing :warning:
pkg/sidecar/providers/pipy/repo/broadcast.go 0.00% 27 Missing :warning:
pkg/messaging/broker.go 57.37% 26 Missing :warning:
pkg/providers/kube/client.go 12.00% 22 Missing :warning:
pkg/connector/metadata.go 0.00% 21 Missing :warning:
pkg/lru/types.go 0.00% 19 Missing :warning:
pkg/apis/config/v1alpha3/zz_generated.deepcopy.go 0.00% 14 Missing :warning:
cmd/fsm-controller/fsm-controller.go 9.09% 10 Missing :warning:
... and 11 more

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## release/v1.3 #334 +/- ## ================================================= - Coverage 46.81% 14.25% -32.56% ================================================= Files 199 762 +563 Lines 15239 52038 +36799 ================================================= + Hits 7134 7419 +285 - Misses 8059 44451 +36392 - Partials 46 168 +122 ``` | [Flag](https://app.codecov.io/gh/flomesh-io/fsm/pull/334/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/flomesh-io/fsm/pull/334/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | `14.25% <9.78%> (-32.56%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.