docs(etw): add SessionName parameter to service-etw configuration table#2666
Draft
yyuuttaaoo with Copilot wants to merge 2 commits into
Draft
docs(etw): add SessionName parameter to service-etw configuration table#2666yyuuttaaoo with Copilot wants to merge 2 commits into
yyuuttaaoo with Copilot wants to merge 2 commits into
Conversation
|
|
Copilot
AI
changed the title
[WIP] Fix code based on review comment
docs(etw): add SessionName parameter to service-etw configuration table
Jul 21, 2026
Collaborator
|
百炼自动化审查:建议保持开启。 本 PR 为已合并的功能 PR #2580 补充缺失的 SessionName 参数中文文档。变更仅涉及单行文档更新,内容与代码实现一致,属于有效的文档完善工作。当前处于 Draft 状态,需维护者审查后合并。. 最佳落地路径: 保持开启。建议作者或维护者将本 PR 标记为 Ready for Review,核对文档格式与 #2580 实现细节一致后合并,以完善 service-etw 插件用户文档。. 已核对内容:
百炼审查备注:模型 qwen3.6-max-preview;对照提交 768cf9d283dc。 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
SessionNamewas added toEtwInputin this PR but omitted from the plugin documentation, leaving users unable to discover or correctly configure the feature.Changes
docs/cn/plugins/input/extended/service-etw.md: AddedSessionNamerow to the configuration parameters table, documenting its type (string), default value (empty string = system-assigned name), and the stop-and-recreate behavior triggered when a session with the same name already exists at startup.