Skip to content

upstream: add connection pool circuit breaker stats#6516

Merged
mattklein123 merged 4 commits intoenvoyproxy:masterfrom
klarose:add_conn_pool_stats
Apr 11, 2019
Merged

upstream: add connection pool circuit breaker stats#6516
mattklein123 merged 4 commits intoenvoyproxy:masterfrom
klarose:add_conn_pool_stats

Conversation

@klarose
Copy link
Contributor

@klarose klarose commented Apr 8, 2019

Description: add connection pool circuit breaker stats
We want to know how often the connection pool circuit breaker trips as a hint that the limit may need to be increased. Add a stat to do so.

Risk Level: Medium
Testing: UT + Integration test
Docs Changes: Documented in the stats overview as well as the circuit breaker docs.
Release Notes: Added a note

Other notes: I didn't add a counter for the total number of connection pools. I can do that too if we're not worried about the memory consumption involved.

klarose added 3 commits April 8, 2019 16:14
Users will want to know how often connection pool overflows are
happening. Count them.

Signed-off-by: Kyle Larose <kyle@agilicus.com>
Signed-off-by: Kyle Larose <kyle@agilicus.com>
Signed-off-by: Kyle Larose <kyle@agilicus.com>
@mattklein123 mattklein123 self-assigned this Apr 8, 2019
@klarose
Copy link
Contributor Author

klarose commented Apr 9, 2019

/retest

@repokitteh-read-only
Copy link

🔨 rebuilding ci/circleci: coverage (failed build)

🐱

Caused by: a #6516 (comment) was created by @klarose.

see: more, trace.

@klarose
Copy link
Contributor Author

klarose commented Apr 9, 2019

/retest

@repokitteh-read-only
Copy link

🔨 rebuilding ci/circleci: coverage (failed build)

🐱

Caused by: a #6516 (comment) was created by @klarose.

see: more, trace.

Signed-off-by: Kyle Larose <kyle@agilicus.com>
Copy link
Member

@mattklein123 mattklein123 left a comment

Choose a reason for hiding this comment

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

Awesome, thank you.

@mattklein123 mattklein123 merged commit e612fc9 into envoyproxy:master Apr 11, 2019
@klarose klarose deleted the add_conn_pool_stats branch April 11, 2019 19:35
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