-
Notifications
You must be signed in to change notification settings - Fork 851
Adds new plugin, http_stats #8797
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
Conversation
|
This is a copy/paste/merge of |
zwoop
left a comment
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 good to me, but would like @ezelkow1 to review before we commit.
8679305 to
e237cf9
Compare
This is an origin intercept-based remap plugin for exposing ATS's stats over HTTP
|
I've gotten pulled off onto a Yahoo internal issue. I'll try to review this before the end of the week, or someone else can step in if they like. |
ezelkow1
left a comment
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 fine to me but haven't had a chance to play with it yet. It is experimental anyway so not much harm if it still has issues
This is an origin intercept-based remap plugin for exposing ATS's stats over HTTP (cherry picked from commit 2aa1d31)
|
Cherry-picked to v9.2.x |
* asf/9.2.x: Updated ChangeLog HttpSM, HttpTunnel, and Http2Stream debug logging updates (apache#8788) Fix plugin parent_select failover (apache#8676) Adds new plugin, http_stats (apache#8797) SIGTERM should cause traffic_manager to exit with status 0 as a shutdown method (apache#8798) Avoid allocation when matching hosts for vol lookup (apache#8762) Check bounds before accessing Vol::evacuate array (apache#8716) Adds a simple tool to generate new escape tables (apache#8783)
This is an origin intercept-based remap plugin for exposing ATS's stats over HTTP (cherry picked from commit 2aa1d31) Conflicts: plugins/Makefile.am
This is an origin intercept-based remap plugin for exposing ATS's stats over HTTP.