-
Notifications
You must be signed in to change notification settings - Fork 557
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: improve observability of hostclient #380
feat: improve observability of hostclient #380
Conversation
970145a
to
bf72ee8
Compare
Codecov ReportBase: 69.69% // Head: 69.54% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #380 +/- ##
===========================================
- Coverage 69.69% 69.54% -0.15%
===========================================
Files 93 93
Lines 8760 8791 +31
===========================================
+ Hits 6105 6114 +9
- Misses 2293 2314 +21
- Partials 362 363 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
442200e
to
c9aaee8
Compare
c9aaee8
to
5707793
Compare
5707793
to
31e5ea4
Compare
659679d
to
743ce27
Compare
553e415
to
c53c203
Compare
c53c203
to
5f086d0
Compare
What type of PR is this?
feat
Check the PR title.
(Optional) Translate the PR title into Chinese.
提高 hostclient 的可观测性
(Optional) More detail description for this PR(en: English/zh: Chinese).
en: Improve observability of hostclient. Add HostClientState interface and provide method to inject observation function. Launch a goroutine to call the observation function after creating HostClient
zh(optional): 提高 hostclient 的可观测性。增加 HostClientState 接口,并可注入观测函数。在创建 HostClient 后,启动协程调用观测函数
Which issue(s) this PR fixes: