-
Notifications
You must be signed in to change notification settings - Fork 455
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
Improve carbon ingestion performance #1327
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1327 +/- ##
========================================
- Coverage 70.7% 62.4% -8.3%
========================================
Files 814 806 -8
Lines 69314 68813 -501
========================================
- Hits 49005 42961 -6044
- Misses 17181 22818 +5637
+ Partials 3128 3034 -94
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #1327 +/- ##
========================================
+ Coverage 70.5% 70.6% +<.1%
========================================
Files 816 814 -2
Lines 69452 69316 -136
========================================
- Hits 49033 48999 -34
+ Misses 17291 17180 -111
- Partials 3128 3137 +9
Continue to review full report at Codecov.
|
m3xserver "github.com/m3db/m3x/server" | ||
xsync "github.com/m3db/m3x/sync" | ||
xtime "github.com/m3db/m3x/time" | ||
|
||
"github.com/uber-go/tally" | ||
) | ||
|
||
const ( | ||
maxResourcePoolNameSize = 200 |
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.
Maybe bump this to 256 for "power of 2-ness". Also IDs can get long in graphite land, heh.
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.
should I go higher than 256?
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 other than nits
No description provided.