-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Remove isEnabled from the config model interface #909
Conversation
Codecov Report
@@ Coverage Diff @@
## master #909 +/- ##
==========================================
- Coverage 85.12% 84.96% -0.16%
==========================================
Files 174 174
Lines 13376 13341 -35
==========================================
- Hits 11386 11335 -51
- Misses 1543 1552 +9
- Partials 447 454 +7
Continue to review full report at Codecov.
|
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.
couple of minor nits. otherwise LGTM.
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
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.
Nice cleanup. Don't have context why it was needed before tho.
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
…-telemetry#909) * Add semantic convention for faas coldstart and container ID * Update Changelog Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
Fixes #347