You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#3602 produced the design document Metadata in XDS resources which specifies how metadata from Gateway API resources should be translated to metadata on Envoy XDS resources. The metadata can then be used to enrich telemetry.
In the same pull request, the following propagations were implemented:
HTTPRoute and GRPCRoute metadata --> Envoy Route metadata
Gateway and Listener metadata --> Envoy Virtual Host metadata
This issue tracks propagation of the remaining ones as per the design document:
Service, ServiceImport and Backend metadata + port name --> Envoy Cluster metadata
Gateway (or GatewayClass for merged gateways) --> Envoy Listener metadata
illrill
changed the title
Metadata propagation from additional Gateway API resources to XDS resources
Cluster and Listener XDS metadata propagation
Jan 6, 2025
Description:
#3602 produced the design document Metadata in XDS resources which specifies how metadata from Gateway API resources should be translated to metadata on Envoy XDS resources. The metadata can then be used to enrich telemetry.
In the same pull request, the following propagations were implemented:
HTTPRoute
andGRPCRoute
metadata --> Envoy Route metadataGateway
andListener
metadata --> Envoy Virtual Host metadataThis issue tracks propagation of the remaining ones as per the design document:
Service
,ServiceImport
andBackend
metadata + port name --> Envoy Cluster metadataGateway
(orGatewayClass
for merged gateways) --> Envoy Listener metadataRelevant Links:
https://envoyproxy.slack.com/archives/C03E6NHLESV/p1734608175712169
The text was updated successfully, but these errors were encountered: