-
Notifications
You must be signed in to change notification settings - Fork 988
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
Bucket entry counters and metrics #4436
Bucket entry counters and metrics #4436
Conversation
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.
Looks great! A lot of super small nit picky things. I'll go ahead and approve now so you can merge after a few fixups next week when I'm out.
2d6f714
to
f68c7a3
Compare
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.
A few more changes. Also, these new metrics should be added to metrics.md
.
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! A couple last super nit picky things then we can merge.
5eea4fb
to
f179da5
Compare
f179da5
to
d58635b
Compare
This PR is the dashboard changes FYI https://github.com/stellar/puppet-v4/pull/4081 |
Last round of changes looks good! Once we have a serialization test, we'll be ready to merge. |
I'm pretty sure this is already tested by |
b18d407
to
f95a78c
Compare
f95a78c
to
dd68b5d
Compare
dd68b5d
to
c09b16d
Compare
Description
Resolves #4426
BucketEntryCounters
toBucketIndexImpl
to count entry types and duration.BucketList
to accumulate the counters for all bucketsStill TODO:
Out of scope:
Checklist
clang-format
v8.0.0 (viamake format
or the Visual Studio extension)