envoyproxy / gateway

Manages Envoy Proxy as a Standalone or Kubernetes-based Application Gateway
https://gateway.envoyproxy.io
Apache License 2.0
1.64k stars 354 forks source link

Add support for specifying alt_stat_name for an upstream cluster #4717

Open sekar-saravanan opened 1 week ago

sekar-saravanan commented 1 week ago

Description: Add support for specifying alt_stat_name for an upstream cluster in the Envoy configuration. This would be extremely useful for better identifying services in observability. https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto

[optional Relevant Links:] https://envoyproxy.slack.com/archives/C03E6NHLESV/p1731494818346729

zirain commented 1 week ago

looks like ClusterSettings is a good place for this @sekar-saravanan can you share more details about the user case

arkodg commented 1 week ago

can we auto populate this to a backendRef FQDN instead ?