GitAuto: [可观测性]日志输出插件增加kafka/vector配置 #5947
Closed
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.
Resolves #3156
What is the feature
增加 Kafka 和 Vector 的配置支持到日志输出插件中。
Why we need the feature
为了提高系统的可观测性,并增强日志的处理能力,支持通过 Kafka 和 Vector 进行日志数据的收集和传输。
How to implement and why
通过分步骤实施,确保每个部分的功能独立且可测试,从而提升整个日志输出插件的灵活性和扩展性。
About backward compatibility
保持向后兼容性,现有的日志输出配置将不受影响。新增的 Kafka 和 Vector 配置作为可选项添加,用户可以根据需求选择启用,同时确保默认配置依然有效,保障现有用户的使用体验不受影响。
Test these changes locally