-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
流量标签透传特性:支持httpclient4.x #1251
Merged
Merged
流量标签透传特性:支持httpclient4.x #1251
Conversation
This file contains 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
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## develop #1251 +/- ##
=============================================
- Coverage 41.52% 41.46% -0.06%
Complexity 3212 3212
=============================================
Files 817 820 +3
Lines 18032 18056 +24
Branches 1961 1963 +2
=============================================
Hits 7487 7487
- Misses 9607 9631 +24
Partials 938 938
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
lilai23
force-pushed
the
tag_trans
branch
2 times, most recently
from
July 17, 2023 12:52
209145e
to
47cee7b
Compare
...nt-agentcore-core/src/main/java/com/huaweicloud/sermant/core/utils/tag/RequestInfoUtils.java
Outdated
Show resolved
Hide resolved
...sermant-agentcore-core/src/main/java/com/huaweicloud/sermant/core/utils/CollectionUtils.java
Outdated
Show resolved
Hide resolved
provenceee
reviewed
Jul 18, 2023
...main/java/com/huaweicloud/sermant/tag/transmission/interceptors/HttpClient4xInterceptor.java
Show resolved
Hide resolved
lilai23
force-pushed
the
tag_trans
branch
2 times, most recently
from
July 18, 2023 02:31
42016d9
to
a572e89
Compare
provenceee
previously approved these changes
Jul 18, 2023
luanwenfei-venus
approved these changes
Jul 18, 2023
hanbingleixue
approved these changes
Jul 18, 2023
luanwenfei-venus
changed the title
【feature】流量标签透传特性:支持httpclient4.x
流量标签透传特性:支持httpclient4.x
Jul 18, 2023
luanwenfei-venus
added
kind/feature
Issue for new feature
area/plugin
Issues or PRs releated to sermant plugin service
labels
Jul 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
【修复issue】#1244
【修改内容】
1、新增流量标签透传插件
2、支持httpclient4.x客户端的流量标签透传
【用例描述】后续补充测试用例
【自测情况】1、本地静态检查通过;2、本地自测通过
【影响范围】无