-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Remove deprecated service.Config #6774
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
Conversation
telemetry *telemetry.Telemetry | ||
telemetrySettings component.TelemetrySettings | ||
host *serviceHost | ||
telemetryInitializer *telemetryInitializer | ||
} | ||
|
||
func New(set Settings) (*Service, error) { | ||
func New(ctx context.Context, set Settings, cfg ConfigService) (*Service, error) { |
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.
Changes to New and Settings are not breaking since these 2 were made public this cycle.
Signed-off-by: Bogdan Drutu <[email protected]>
0cd150b
to
3af61c2
Compare
Codecov ReportBase: 90.15% // Head: 90.16% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #6774 +/- ##
=======================================
Coverage 90.15% 90.16%
=======================================
Files 248 249 +1
Lines 14291 14299 +8
=======================================
+ Hits 12884 12892 +8
Misses 1159 1159
Partials 248 248
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. |
/easycla |
Signed-off-by: Bogdan Drutu <[email protected]> Signed-off-by: Bogdan Drutu <[email protected]>
Signed-off-by: Bogdan Drutu <[email protected]> Signed-off-by: Bogdan Drutu <[email protected]>
No description provided.