Skip to content

Support Mixer TCP filter to send string type of attribute "connection.event"#1371

Merged
istio-merge-robot merged 1 commit intoistio:masterfrom
JimmyCYJ:add-connection-event
Apr 9, 2018
Merged

Support Mixer TCP filter to send string type of attribute "connection.event"#1371
istio-merge-robot merged 1 commit intoistio:masterfrom
JimmyCYJ:add-connection-event

Conversation

@JimmyCYJ
Copy link
Copy Markdown
Member

@JimmyCYJ JimmyCYJ commented Apr 8, 2018

What this PR does / why we need it: Mixer need to keep tracking of TCP connection creation rate.
Support Mixer TCP filter to send attribute "connection.event".
In Check() call, "connection.event" is set to "open"
In periodical Report() call, "connection.event" is set to "continue"
In final Report() call, "connection.event" is set to "close"

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #1369

Special notes for your reviewer:

Release note:

NONE

@googlebot googlebot added the cla: yes Set by the Google CLA bot to indicate the author of a PR has signed the Google CLA. label Apr 8, 2018
@JimmyCYJ JimmyCYJ requested review from qiwzhang and removed request for linsun and sebastienvas April 8, 2018 02:08
Copy link
Copy Markdown
Contributor

@mandarjog mandarjog left a comment

Choose a reason for hiding this comment

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

Lgtm

@qiwzhang
Copy link
Copy Markdown
Contributor

qiwzhang commented Apr 9, 2018

/lgtm
/approve

@istio-testing
Copy link
Copy Markdown
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: qiwzhang

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@istio-merge-robot
Copy link
Copy Markdown

/test all [submit-queue is verifying that this PR is safe to merge]

@istio-merge-robot
Copy link
Copy Markdown

Automatic merge from submit-queue.

@istio-merge-robot istio-merge-robot merged commit e562a1b into istio:master Apr 9, 2018
diemtvu added a commit to diemtvu/istio that referenced this pull request Apr 12, 2018
diemtvu added a commit to diemtvu/istio that referenced this pull request Apr 12, 2018
rshriram pushed a commit to istio/istio that referenced this pull request Apr 12, 2018
* Update proxy sha for authn filter config fix

* Update to include tls option for authn filter.

* Update test for istio/proxy#1371

* Update test for istio/proxy#1371
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes Set by the Google CLA bot to indicate the author of a PR has signed the Google CLA.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Mixer to monitor rate of new TCP connections

6 participants