| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
The better reference here is probably fallback. https://github.com/grpc/proposal/blob/master/A71-xds-fallback.md#update-csds-to-aggregate-configs-from-multiple-xdsclient-instances says servers use #server. The metrics gRFC is just saying "the same thing applies here"
Sorry, something went wrong.
Thanks for the background, updated PR description to refer to A71 instead. |
Sorry, something went wrong.
…grpc#11715) As mentioned in [A71 xDS Fallback]( https://github.com/grpc/proposal/blob/master/A71-xds-fallback.md#update-csds-to-aggregate-configs-from-multiple-xdsclient-instances): updated dataplane target to "#server" for xDS-enabled gRPC servers.
| Back | FazBrowse Home | New Git URL |
According to gRFC A71 xDS Fallback:
Updated dataplane target value to "#server" for xDS enabled servers.
The dataplane target value of "#server" will also be used as grpc.target attribute value for xDS client metrics implemented in #11661.