-
Notifications
You must be signed in to change notification settings - Fork 57
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
[FEATURE] 插件调试支持按服务实例维度进行调试 #1344
Labels
kind/feature
功能
Comments
方案简述
class InstanceInfoSerializer(serializers.Serializer):
id = serializers.IntegerField(required=True)
bk_biz_id = serializers.IntegerField(required=True
|
方案没有问题,不过注意接口协议要向前兼容,可以新开一个 |
验证方式:
验证结果脱敏放在 issue 里 |
保证接口的可扩展性
|
CohleRustW
added a commit
to CohleRustW/bk-nodeman
that referenced
this issue
Mar 6, 2023
CohleRustW
added a commit
to CohleRustW/bk-nodeman
that referenced
this issue
Mar 6, 2023
CohleRustW
added a commit
to CohleRustW/bk-nodeman
that referenced
this issue
Mar 27, 2023
CohleRustW
added a commit
to CohleRustW/bk-nodeman
that referenced
this issue
Mar 27, 2023
CohleRustW
added a commit
to CohleRustW/bk-nodeman
that referenced
this issue
Mar 28, 2023
ZhuoZhuoCrayon
pushed a commit
that referenced
this issue
Mar 28, 2023
ZhuoZhuoCrayon
pushed a commit
that referenced
this issue
Apr 25, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
你想要什么功能
插件调试支持按服务实例维度进行调试
为什么需要
调试时,没有服务实例相关的上下文,导致插件调试报错
建议如何实现
现在写死了,需通过接口参数传递
The text was updated successfully, but these errors were encountered: