-
Notifications
You must be signed in to change notification settings - Fork 172
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
流量标签透传特性:支持动态配置以及kafka标签透传 #1254
Merged
Merged
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 #1254 +/- ##
=============================================
- Coverage 41.46% 41.44% -0.03%
Complexity 3212 3212
=============================================
Files 820 821 +1
Lines 18056 18066 +10
Branches 1963 1963
=============================================
Hits 7487 7487
- Misses 9631 9641 +10
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
added
kind/feature
Issue for new feature
area/plugin
Issues or PRs releated to sermant plugin service
labels
Jul 21, 2023
...ain/java/com/huaweicloud/sermant/tag/transmission/interceptors/KafkaProducerInterceptor.java
Show resolved
Hide resolved
...va/com/huaweicloud/sermant/tag/transmission/interceptors/KafkaConsumerRecordInterceptor.java
Show resolved
Hide resolved
...main/java/com/huaweicloud/sermant/tag/transmission/interceptors/HttpClient4xInterceptor.java
Show resolved
Hide resolved
provenceee
reviewed
Jul 22, 2023
...rvice/src/main/java/com/huaweicloud/sermant/tag/transmission/listener/TagConfigListener.java
Outdated
Show resolved
Hide resolved
provenceee
reviewed
Jul 22, 2023
...rvice/src/main/java/com/huaweicloud/sermant/tag/transmission/listener/TagConfigListener.java
Show resolved
Hide resolved
provenceee
reviewed
Jul 24, 2023
sermant-plugins/sermant-tag-transmission/tag-transmission-service/pom.xml
Outdated
Show resolved
Hide resolved
provenceee
reviewed
Jul 24, 2023
sermant-plugins/sermant-tag-transmission/tag-transmission-service/pom.xml
Outdated
Show resolved
Hide resolved
1.支持kafka消费以及生产过程透传 2.支持动态配置
luanwenfei-venus
approved these changes
Jul 25, 2023
hanbingleixue
approved these changes
Jul 25, 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.支持kafka消费以及生产过程透传(1.x,2.x,3.x)
2.支持动态配置
【用例描述】后续补充测试用例
【自测情况】1、本地静态检查通过;2、本地自测通过
【影响范围】无