|
|
@ -18,6 +18,7 @@ import "envoy/config/trace/v3alpha/trace.proto"; |
|
|
|
|
|
|
|
|
|
|
|
import "google/protobuf/duration.proto"; |
|
|
|
import "google/protobuf/duration.proto"; |
|
|
|
import "google/protobuf/struct.proto"; |
|
|
|
import "google/protobuf/struct.proto"; |
|
|
|
|
|
|
|
import "google/protobuf/wrappers.proto"; |
|
|
|
|
|
|
|
|
|
|
|
import "validate/validate.proto"; |
|
|
|
import "validate/validate.proto"; |
|
|
|
|
|
|
|
|
|
|
@ -144,6 +145,11 @@ message Bootstrap { |
|
|
|
// changes to this string, especially in multi-layer Envoy deployments or deployments using |
|
|
|
// changes to this string, especially in multi-layer Envoy deployments or deployments using |
|
|
|
// extensions which are not upstream. |
|
|
|
// extensions which are not upstream. |
|
|
|
string header_prefix = 18; |
|
|
|
string header_prefix = 18; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Optional proxy version which will be used to set the value of :ref:`server.version statistic |
|
|
|
|
|
|
|
// <server_statistics>` if specified. Envoy will not process this value, it will be sent as is to |
|
|
|
|
|
|
|
// :ref:<stats sinks <envoy_api_msg_config.metrics.v3alpha.StatsSink>. |
|
|
|
|
|
|
|
google.protobuf.UInt64Value stats_server_version_override = 19; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Administration interface :ref:`operations documentation |
|
|
|
// Administration interface :ref:`operations documentation |
|
|
|