access_log: Added new command operator %VIRTUAL_CLUSTER_NAME% to retrieve the matched VC name#18941
Conversation
…ieve the matched VC name Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
abe455d to
6aa15e8
Compare
|
/retest |
|
Retrying Azure Pipelines: |
|
/retest |
|
Retrying Azure Pipelines: |
lambdai
left a comment
There was a problem hiding this comment.
Generally LGTM modulo minor nits
…o-access-logs Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
|
/retest |
|
Retrying Azure Pipelines: |
|
/wait |
…o-access-logs Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
|
/retest |
|
Retrying Azure Pipelines: |
|
/retest |
|
Retrying Azure Pipelines: |
Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
4635bf6 to
5f3c0f3
Compare
Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
5f3c0f3 to
d4eb829
Compare
jmarantz
left a comment
There was a problem hiding this comment.
looks great -- just a few minor nits
Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
jmarantz
left a comment
There was a problem hiding this comment.
/assign-from @envoyproxy/senior-maintainers
|
@envoyproxy/senior-maintainers assignee is @zuercher |
zuercher
left a comment
There was a problem hiding this comment.
Sorry for the slow response, I was out last week. Just one comment below.
Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
This PR adds a new command operator in the access logs called
%VIRTUAL_CLUSTER_NAME%which can be used to retrieve the matched Virtual Cluster name information.It could be very useful for understanding which Virtual Cluster is getting matched for a given route especially when we have thousands of routes and a subset of Virtual Clusters.
Commit Message: Added new command operator %VIRTUAL_CLUSTER_NAME% to retrieve the matched VC name
Additional Description: Adds a new command operator called
%VIRTUAL_CLUSTER_NAME%in the access logs which can be used to retrieve the matched Virtual Cluster name for the incoming request. It gets populated from the Router.Risk Level: Low
Testing: Unit Tests
Docs Changes: Added description on
%VIRTUAL_CLUSTER_NAME%in the Docs.Release Notes: Added
Platform Specific Features: N/A
Signed-off-by: Rohit Agrawal rohit.agrawal@databricks.com