We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Concisely describe the proposed feature v2 版本的心跳协议,流水线和实例配置有额外的拉取接口,但没有上报接口。目前社区版本的 configer provier 实现是在心跳中上报流水线状态和实例配置状态。这带来了几个问题:
Describe the solution you'd like (if any) 新增流水线和实例配置上报接口
// API: /Agent/ReportPipelineConfig/ // API: /Agent/ReportInstanceConfig/ // Agent request to ConfigServer, report status of the config message ReportConfigRequest { bytes request_id = 1; bytes instance_id = 2; // Agent's unique identification repeated ConfigInfo config_infos = 3; // Config status info } // ConfigServer response to Agent's request message ReportConfigResponse { bytes request_id = 1; CommonResponse commonResponse = 2; }
Additional comments
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Concisely describe the proposed feature
v2 版本的心跳协议,流水线和实例配置有额外的拉取接口,但没有上报接口。目前社区版本的 configer provier 实现是在心跳中上报流水线状态和实例配置状态。这带来了几个问题:
Describe the solution you'd like (if any)
新增流水线和实例配置上报接口
Additional comments
The text was updated successfully, but these errors were encountered: