-
Notifications
You must be signed in to change notification settings - Fork 774
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
Add concurrent TCP connections to 'getMetrics' REST endpoint #10455
Conversation
ac66440
to
1f6cdc4
Compare
1f6cdc4
to
80c2798
Compare
In this PR the first three patches are already in #10375 and that last one is AFAICS independent of the others in the sense that it builds without them, so we could drop those here and just get that piece in without requiring the rest so this could be merged independently |
80c2798
to
be58fac
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.
Not clear why this is merged with the isClosed patch; $ git rebase -i # is your friend =)
Otherwise - looks fine - modulo the comment in the documentation. Thanks.
be58fac
to
e4aea4b
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.
Fine - but I don't want to have to re-review and re-approve the Closed patch underneath it - I really don't understand why that is included. It is orthogonal & serves only to waste scarce review time. Surely creating a branch and cherry-picking one patch is achievable ?
…Metrics' REST endpoint Signed-off-by: Sven Göthel <[email protected]> Change-Id: I68dccec09e7907a5d3561a3df10637b30815bcc1
e4aea4b
to
a74ca83
Compare
Summary
Add max/used concurrent TCP connections to Prometheus text-based 'getMetrics' REST endpoint
Checklist
make prettier-write
and formatted the code.make check
make run
and manually verified that everything looks okay