-
Notifications
You must be signed in to change notification settings - Fork 349
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
Support for enabling Request Response Size statistics #4234
Comments
could be made opt in using https://gateway.envoyproxy.io/docs/api/extension_types/#proxymetrics |
somehow i have missed this api in eg as we are not using this api as well. Thanks @arkodg for pointing this out. Also I am a little confused by the
|
I can work on this, please assign to me. Proposed solution: |
@luvk1412 thanks for picking up this. |
I want to have plots of Request Response Size statistics in my eg setup which requires me to enable
request_response_sizes
in config.cluster.v3.TrackClusterStats.In my knowledge there is currently no api in eg to do so(please correct me if am wrong) nor it is practically feasible to enable this using
EnvoyPatchPolicy
as we have lots of clusters and there is no way to select them all based on regex or something else, and adding for each cluster one by one is not feasible.Request to add support for this.
BackendTrafficPolicy
seems a good place to do so to me maybe ?The text was updated successfully, but these errors were encountered: