Skip to content
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 connection timing stats for http1/http2 connection pools. #222

Merged
merged 3 commits into from
Nov 15, 2016

Conversation

RomanDzhabarov
Copy link
Member

No description provided.

@@ -129,6 +129,8 @@ void ConnPoolImpl::onConnectionEvent(ActiveClient& client, uint32_t events) {
if (client.closed_with_active_rq_) {
checkForDrained();
}
} else if (events & Network::ConnectionEvent::Connected) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would do this in its own if block

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moved.

@mattklein123
Copy link
Member

mattklein123 commented Nov 15, 2016

need tests

@roman: timings are tricky with IsolatedStatsStore. Will add new one as discussed offline.

@RomanDzhabarov RomanDzhabarov merged commit d1d5f41 into master Nov 15, 2016
@RomanDzhabarov RomanDzhabarov deleted the upstream_cx_connect branch November 16, 2016 03:20
PiotrSikora added a commit to PiotrSikora/envoy that referenced this pull request Oct 10, 2019
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
liuxu623 pushed a commit to liuxu623/envoy that referenced this pull request Jul 14, 2020
…proxy#222)

Commit Message:
//test/integration:protocol_integration_test
After:
Stats over 50 runs: max = 11.8s, min = 1.2s, avg = 4.0s, dev = 4.3s
Before:
Stats over 50 runs: max = 2.6s, min = 1.4s, avg = 2.4s, dev = 0.3s

Signed-off-by: Yuchen Dai silentdai@gmail.com

Additional Description:
Risk Level: LOW
Testing: test
Docs Changes: n/a
Release Notes: n/a

Signed-off-by: Yuchen Dai <silentdai@gmail.com>
mattklein123 pushed a commit that referenced this pull request Sep 29, 2020
Update mirror used to fetch kafka dependency to a valid, working mirror.

Based on #13025
Resolves #13011

Signed-off-by: Antonio Vicente <avd@google.com>
wolfguoliang pushed a commit to wolfguoliang/envoy that referenced this pull request Jan 23, 2021
zh-translation:docs/root/install/building.rst
jpsim pushed a commit that referenced this pull request Nov 28, 2022
Updating Envoy to include #7453 (and subsequently libevent/libevent#849), which should fix the performance issues we're seeing on iOS. Resolves envoyproxy/envoy-mobile#215.

Signed-off-by: JP Simard <jp@jpsim.com>
jpsim pushed a commit that referenced this pull request Nov 29, 2022
Updating Envoy to include #7453 (and subsequently libevent/libevent#849), which should fix the performance issues we're seeing on iOS. Resolves envoyproxy/envoy-mobile#215.

Signed-off-by: JP Simard <jp@jpsim.com>
arminabf pushed a commit to arminabf/envoy that referenced this pull request Jun 5, 2024
Co-authored-by: Matteo Pace <pace.matteo96@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants