From d1052e4512faf6979728d235eb27f8ecf0ae9576 Mon Sep 17 00:00:00 2001 From: htuch Date: Mon, 25 Sep 2017 19:57:05 -0400 Subject: [PATCH] bootstrap: specify optional EDS load stats endpoint in ClusterManager. (#177) Signed-off-by: Harvey Tuch --- api/bootstrap.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/bootstrap.proto b/api/bootstrap.proto index 0c76cc98..498897f7 100644 --- a/api/bootstrap.proto +++ b/api/bootstrap.proto @@ -74,6 +74,10 @@ message ClusterManager { // Optional configuration used to bind newly established upstream connections. // This may be overridden on a per-cluster basis by upstream_bind_config in the cds_config. BindConfig upstream_bind_config = 3; + + // A management server endpoint to stream load stats to, as per + // StreamLoadStats in eds.proto. This must have api_type GRPC. + ApiConfigSource load_stats_config = 4; } // Stats proto for built-in "envoy.statsd" sink.