-
Notifications
You must be signed in to change notification settings - Fork 38
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
feat: add SMI log collector #71
Conversation
Hey @Tatsinnit, I created a draft PR outlining the types of logs of SMI CRDs that I'll be collecting. Let me know what you think plus your thoughts on how the logs are organized. |
Ready now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Thank you so much for this, I have added initial comments below. Really appreciate it.
add default .gitattributes file and git add --renormalize
Add log collector for Service Mesh Interface logs, CustomResourceDefinitions, and custom resources. Related to PR Azure#48. Resolves issue Azure#67. Signed-off-by: Johnson Shi <[email protected]>
Signed-off-by: Johnson Shi <[email protected]>
Signed-off-by: Johnson Shi <[email protected]>
Signed-off-by: Johnson Shi <[email protected]>
Signed-off-by: Johnson Shi <[email protected]>
Signed-off-by: Johnson Shi <[email protected]>
Signed-off-by: Johnson Shi <[email protected]>
Signed-off-by: Johnson Shi <[email protected]>
Signed-off-by: Johnson Shi <[email protected]>
Hi @Tatsinnit @arnaud-tincelin, I've resolved all conflicts and addressed @arnaud-tincelin's additional comments. I think this can now be merged - thank you!!! 😀🙏🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Rest looks good @johnsonshi , Please note: once you made leftover recommended changes and especially not checking in with credentials :)
cc: @arnaud-tincelin for rest. Thank you so much, 🙏
Signed-off-by: Johnson Shi <[email protected]>
Signed-off-by: Johnson Shi <[email protected]>
Signed-off-by: Johnson Shi <[email protected]>
Signed-off-by: Johnson Shi <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 LGTM, thank you so much for this.
I will defer to other maintainer folks for one last eyeballing, let’s merge it after that. Cc: @arnaud-tincelin since you’ve reviewed this before. + Cc: @JunSun17 , @davidkydd
Thanks 🙏
Signed-off-by: Johnson Shi <[email protected]>
Signed-off-by: Johnson Shi <[email protected]>
Add log collector for Service Mesh Interface
logs, CustomResourceDefinitions, and custom
resources.
Related to PR #48.
Resolves issue #67.
Signed-off-by: Johnson Shi [email protected]