diff --git a/docs/enhancements/10411.md b/docs/enhancements/10411.md index c3e9bd47610..d6586adcb74 100644 --- a/docs/enhancements/10411.md +++ b/docs/enhancements/10411.md @@ -25,7 +25,7 @@ The following list defines non-goals for this EP. * Run production traffic using this feature. * Provide k8sgateway-specific GIE extensions. * Support non-GIE traffic routing functionality that may be achieved through integration with k8sgateway-specific APIs. -* Provide stats for the gRPC connection between Gateway and GIE implementations. +* Provide stats for the initial GIE implementation since it lacks a metrics endpoint. * Secure the gRPC connection between Gateway and GIE implementations. * Support k8sgateway upgrades when this feature is enabled. @@ -68,4 +68,4 @@ The following sections describe implementation details for this EP. ## Open Questions -1. Is a new plugin type required or can an existing type be utilized, e.g. UpstreamPlugin? +1. ~Is a new plugin type required or can an existing type be utilized, e.g. UpstreamPlugin?~ A new plugin type will be created specific to GIE.