-
Notifications
You must be signed in to change notification settings - Fork 622
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
Tags support #280
Tags support #280
Conversation
Codecov Report
@@ Coverage Diff @@
## main #280 +/- ##
==========================================
- Coverage 57.48% 53.19% -4.29%
==========================================
Files 69 96 +27
Lines 2634 4242 +1608
==========================================
+ Hits 1514 2256 +742
- Misses 1000 1771 +771
- Partials 120 215 +95
Continue to review full report at Codecov.
|
53341fd
to
e6f14ca
Compare
e6f14ca
to
9a1a942
Compare
# Conflicts: # go.mod # pkg/server/controller.go
This is necessary to avoid transitive import of logrus package in pkg/agent/profiler. In addition, the key itself is primarily used as a segment key, thus it should reside in the corresponding package.
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.
It all looks great. The only thing is I'm a little concerned about the removal of runtime.GC
calls. I'm going to merge this PR, and then do some more tests to see if we need to bring runtime.GC
back or not.
Upgrade connect-go to v1.0.0
Related: