diff --git a/mesh/v1alpha1/istio.mesh.v1alpha1.pb.html b/mesh/v1alpha1/istio.mesh.v1alpha1.pb.html index 00651f14cb..e4c5546a3f 100644 --- a/mesh/v1alpha1/istio.mesh.v1alpha1.pb.html +++ b/mesh/v1alpha1/istio.mesh.v1alpha1.pb.html @@ -896,11 +896,13 @@

ProxyConfig

- -metricsServiceAddress + +envoyMetricsServiceAddress string -

Address of the Envoy Metrics Service implementation (e.g. metrics-service:15000).

+

Address of the Envoy Metrics Service implementation (e.g. metrics-service:15000). +See https://www.envoyproxy.io/docs/envoy/latest/api-v2/config/metrics/v2/metrics_service.proto +for details about Envoy’s Metrics Service API.

diff --git a/mesh/v1alpha1/proxy.pb.go b/mesh/v1alpha1/proxy.pb.go index 4832ae50a5..1a5eba036d 100644 --- a/mesh/v1alpha1/proxy.pb.go +++ b/mesh/v1alpha1/proxy.pb.go @@ -308,7 +308,9 @@ type ProxyConfig struct { // IP Address and Port of a statsd UDP listener (e.g. _10.75.241.127:9125_). StatsdUdpAddress string `protobuf:"bytes,10,opt,name=statsd_udp_address,json=statsdUdpAddress,proto3" json:"statsd_udp_address,omitempty"` // Address of the Envoy Metrics Service implementation (e.g. metrics-service:15000). - MetricsServiceAddress string `protobuf:"bytes,20,opt,name=metrics_service_address,json=metricsServiceAddress,proto3" json:"metrics_service_address,omitempty"` + // See https://www.envoyproxy.io/docs/envoy/latest/api-v2/config/metrics/v2/metrics_service.proto + // for details about Envoy's Metrics Service API. + EnvoyMetricsServiceAddress string `protobuf:"bytes,20,opt,name=envoy_metrics_service_address,json=envoyMetricsServiceAddress,proto3" json:"envoy_metrics_service_address,omitempty"` // Port on which Envoy should listen for administrative commands. ProxyAdminPort int32 `protobuf:"varint,11,opt,name=proxy_admin_port,json=proxyAdminPort,proto3" json:"proxy_admin_port,omitempty"` // $hide_from_docs @@ -410,9 +412,9 @@ func (m *ProxyConfig) GetStatsdUdpAddress() string { return "" } -func (m *ProxyConfig) GetMetricsServiceAddress() string { +func (m *ProxyConfig) GetEnvoyMetricsServiceAddress() string { if m != nil { - return m.MetricsServiceAddress + return m.EnvoyMetricsServiceAddress } return "" } @@ -763,13 +765,13 @@ func (m *ProxyConfig) MarshalTo(dAtA []byte) (int, error) { } i += n8 } - if len(m.MetricsServiceAddress) > 0 { + if len(m.EnvoyMetricsServiceAddress) > 0 { dAtA[i] = 0xa2 i++ dAtA[i] = 0x1 i++ - i = encodeVarintProxy(dAtA, i, uint64(len(m.MetricsServiceAddress))) - i += copy(dAtA[i:], m.MetricsServiceAddress) + i = encodeVarintProxy(dAtA, i, uint64(len(m.EnvoyMetricsServiceAddress))) + i += copy(dAtA[i:], m.EnvoyMetricsServiceAddress) } return i, nil } @@ -915,7 +917,7 @@ func (m *ProxyConfig) Size() (n int) { l = m.Tracing.Size() n += 2 + l + sovProxy(uint64(l)) } - l = len(m.MetricsServiceAddress) + l = len(m.EnvoyMetricsServiceAddress) if l > 0 { n += 2 + l + sovProxy(uint64(l)) } @@ -1837,7 +1839,7 @@ func (m *ProxyConfig) Unmarshal(dAtA []byte) error { iNdEx = postIndex case 20: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field MetricsServiceAddress", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field EnvoyMetricsServiceAddress", wireType) } var stringLen uint64 for shift := uint(0); ; shift += 7 { @@ -1862,7 +1864,7 @@ func (m *ProxyConfig) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - m.MetricsServiceAddress = string(dAtA[iNdEx:postIndex]) + m.EnvoyMetricsServiceAddress = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex default: iNdEx = preIndex @@ -1993,61 +1995,61 @@ var ( func init() { proto.RegisterFile("mesh/v1alpha1/proxy.proto", fileDescriptorProxy) } var fileDescriptorProxy = []byte{ - // 887 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x55, 0x4d, 0x6f, 0xdb, 0x46, - 0x10, 0x35, 0xdd, 0x44, 0x1f, 0x23, 0x5b, 0xa6, 0x37, 0x89, 0x4d, 0x0b, 0xad, 0xab, 0xba, 0x40, - 0xab, 0xb4, 0x05, 0x85, 0x38, 0x40, 0xd0, 0x4b, 0x8b, 0x4a, 0xb6, 0x03, 0x0b, 0x70, 0x1c, 0x81, - 0x96, 0x81, 0xd6, 0x97, 0xc5, 0x8a, 0x1c, 0x8b, 0x8b, 0x50, 0xbb, 0xc4, 0x72, 0xe9, 0x56, 0xb9, - 0xf5, 0x6f, 0xf5, 0xd8, 0x53, 0x8f, 0xfd, 0x09, 0x85, 0x4f, 0xfd, 0x19, 0x05, 0x77, 0x49, 0x45, - 0x0d, 0x9c, 0xf8, 0xa6, 0x7d, 0xf3, 0xde, 0x70, 0xde, 0xce, 0xcc, 0x0a, 0xf6, 0xe6, 0x98, 0xc5, - 0xfd, 0x9b, 0x67, 0x2c, 0x49, 0x63, 0xf6, 0xac, 0x9f, 0x2a, 0xf9, 0xdb, 0xc2, 0x4f, 0x95, 0xd4, - 0x92, 0x3c, 0xe2, 0x99, 0xe6, 0xd2, 0x2f, 0x08, 0x7e, 0x45, 0xe8, 0xec, 0xcf, 0xa4, 0x9c, 0x25, - 0xd8, 0x37, 0x94, 0x69, 0x7e, 0xdd, 0x8f, 0x72, 0xc5, 0x34, 0x97, 0xc2, 0x8a, 0x0e, 0xfe, 0x5c, - 0x87, 0xfa, 0x44, 0xb1, 0x90, 0x8b, 0x19, 0xf9, 0x01, 0x6a, 0x6f, 0x79, 0xfa, 0x86, 0x0b, 0xcf, - 0xe9, 0x3a, 0xbd, 0xd6, 0xe1, 0x97, 0xfe, 0x1d, 0x19, 0xfd, 0x92, 0xed, 0x5f, 0x19, 0xea, 0xe9, - 0x5a, 0x50, 0x8a, 0xc8, 0x4b, 0x68, 0x26, 0x7c, 0x16, 0xeb, 0x4c, 0x63, 0xea, 0xad, 0x9b, 0x0c, - 0x5f, 0x7d, 0x34, 0xc3, 0x59, 0xc5, 0x3e, 0x5d, 0x0b, 0xde, 0x49, 0x3b, 0x07, 0x50, 0xb3, 0xb9, - 0x89, 0x07, 0x75, 0x16, 0x45, 0x0a, 0xb3, 0xcc, 0x54, 0xd4, 0x0c, 0xaa, 0x63, 0xe7, 0x77, 0x07, - 0x9a, 0x4b, 0xf9, 0x87, 0x79, 0xe4, 0x0b, 0xd8, 0x60, 0x61, 0x88, 0x59, 0x46, 0xb5, 0x7c, 0x83, - 0xc2, 0x94, 0xd5, 0x0c, 0x5a, 0x16, 0x9b, 0x14, 0x10, 0xd9, 0x81, 0x5a, 0x86, 0x61, 0xae, 0xd0, - 0xfb, 0xa4, 0xeb, 0xf4, 0x1a, 0x41, 0x79, 0x22, 0x9f, 0x43, 0x2b, 0x64, 0x21, 0x2a, 0x4d, 0x53, - 0xa6, 0x63, 0xef, 0x81, 0x51, 0x82, 0x85, 0xc6, 0x4c, 0xc7, 0xc3, 0x06, 0xd4, 0xb4, 0x2a, 0x8e, - 0x07, 0x7f, 0x34, 0xa1, 0x35, 0x2e, 0x3a, 0x71, 0x24, 0xc5, 0x35, 0x9f, 0x19, 0xa9, 0xf9, 0x65, - 0xa5, 0x4e, 0x29, 0x35, 0x50, 0x21, 0x2d, 0x08, 0x53, 0x2e, 0x98, 0x5a, 0x58, 0x82, 0xad, 0x0a, - 0x2c, 0x64, 0x08, 0x5f, 0xc3, 0x56, 0x86, 0xea, 0x86, 0x87, 0x48, 0xc3, 0x24, 0xcf, 0x34, 0x2a, - 0x53, 0x5d, 0x33, 0x68, 0x97, 0xf0, 0x91, 0x45, 0xc9, 0x4f, 0xd0, 0x8e, 0x14, 0xe3, 0x82, 0x56, - 0x7d, 0x35, 0x85, 0xb6, 0x0e, 0xf7, 0x7c, 0xdb, 0x78, 0xbf, 0x6a, 0xbc, 0x7f, 0x5c, 0x12, 0x82, - 0x4d, 0x23, 0xa8, 0x8e, 0xe4, 0x02, 0xbc, 0x94, 0x29, 0x14, 0x9a, 0x66, 0x71, 0xae, 0x23, 0xf9, - 0xeb, 0x4a, 0xae, 0x87, 0xf7, 0xe5, 0xda, 0xb1, 0xd2, 0x8b, 0x52, 0xb9, 0x4c, 0xfa, 0x2d, 0x6c, - 0x47, 0x3c, 0x0b, 0xe5, 0x0d, 0xaa, 0x05, 0xad, 0x7a, 0x53, 0x33, 0x0e, 0xdc, 0x65, 0x60, 0x50, - 0x36, 0xe9, 0x12, 0x76, 0xdf, 0x91, 0x15, 0x5e, 0x2b, 0xcc, 0x62, 0x1a, 0x61, 0xc2, 0x16, 0x5e, - 0xfd, 0x9e, 0x02, 0x86, 0xeb, 0x9e, 0x13, 0x3c, 0x59, 0xaa, 0x03, 0x2b, 0x3e, 0x2e, 0xb4, 0xe4, - 0x29, 0xb4, 0xed, 0x64, 0x2e, 0x0b, 0x68, 0x14, 0x05, 0x18, 0xc9, 0xa6, 0x8d, 0x54, 0x15, 0x0c, - 0x61, 0x2b, 0x94, 0x42, 0x60, 0xa8, 0xa9, 0xe6, 0x73, 0x94, 0xb9, 0xf6, 0x9a, 0xf7, 0x59, 0x6f, - 0x97, 0x8a, 0x89, 0x15, 0x90, 0xef, 0x80, 0x64, 0x9a, 0xe9, 0x2c, 0xa2, 0x79, 0x94, 0x2e, 0x3f, - 0x09, 0xd6, 0xb3, 0x8d, 0x5c, 0x46, 0x69, 0xf5, 0xc5, 0x1e, 0xb8, 0x66, 0x77, 0x29, 0x8b, 0xe6, - 0x5c, 0xd0, 0x54, 0x2a, 0xed, 0xb5, 0xba, 0x4e, 0xef, 0x61, 0xd0, 0x36, 0xf8, 0xa0, 0x80, 0xc7, - 0x52, 0x69, 0xd2, 0x87, 0x6d, 0x76, 0xc3, 0x78, 0xc2, 0xa6, 0x3c, 0xe1, 0x7a, 0x41, 0xdf, 0x4a, - 0x81, 0xde, 0xc6, 0xd2, 0x89, 0xbb, 0x1a, 0xbc, 0x92, 0x02, 0x49, 0x04, 0x7b, 0xa1, 0x14, 0x5a, - 0xc9, 0x84, 0xa6, 0x09, 0x13, 0x48, 0x59, 0xae, 0x63, 0x9a, 0xca, 0x84, 0x87, 0x0b, 0x6f, 0xb3, - 0xeb, 0xf4, 0xda, 0x87, 0x4f, 0xef, 0xdc, 0xcb, 0x41, 0xae, 0x63, 0x14, 0x9a, 0x87, 0xc6, 0xe0, - 0xd8, 0x08, 0x82, 0x9d, 0x32, 0xd7, 0xb8, 0x48, 0x55, 0x30, 0x2c, 0x5e, 0xd8, 0x0d, 0xf3, 0x4c, - 0xcb, 0x39, 0x2d, 0x47, 0xfd, 0x9a, 0x27, 0xe8, 0xb5, 0xad, 0x5d, 0x1b, 0xb1, 0xdb, 0xf0, 0x92, - 0x27, 0x58, 0xd8, 0x2d, 0xae, 0x80, 0x0a, 0x36, 0x47, 0x9a, 0xa0, 0x98, 0xe9, 0xd8, 0xdb, 0xb2, - 0x76, 0x0b, 0xfc, 0x9c, 0xcd, 0xf1, 0xcc, 0xa0, 0xa4, 0x6b, 0x76, 0x27, 0xcc, 0x95, 0x42, 0x11, - 0x2e, 0x3c, 0xd7, 0x90, 0x56, 0x21, 0x32, 0x80, 0xcf, 0xec, 0xd5, 0x4d, 0xa5, 0xd4, 0x99, 0x56, - 0x2c, 0xa5, 0x1a, 0xe7, 0x69, 0xc2, 0x34, 0xda, 0x75, 0xda, 0x36, 0x45, 0x74, 0x0c, 0x69, 0x58, - 0x71, 0x26, 0x25, 0xc5, 0xac, 0x17, 0xc2, 0x36, 0x17, 0x1a, 0x55, 0x88, 0x69, 0x61, 0x95, 0xce, - 0x65, 0x84, 0x1e, 0x31, 0x57, 0xf3, 0xfd, 0x9d, 0x57, 0xb3, 0xb2, 0xdd, 0xfe, 0x48, 0x4c, 0x65, - 0x2e, 0xa2, 0xd1, 0x4a, 0x82, 0x57, 0x32, 0xc2, 0xc0, 0xe5, 0xef, 0x21, 0xe4, 0x05, 0xd4, 0xb5, - 0x7d, 0xeb, 0xbc, 0x47, 0x66, 0x9c, 0x3e, 0xfd, 0xd8, 0x7b, 0x18, 0x54, 0x64, 0xf2, 0x02, 0x76, - 0xe7, 0xa8, 0x15, 0x0f, 0x33, 0x5a, 0xbd, 0x02, 0xd5, 0x3c, 0x3d, 0x36, 0xde, 0x9e, 0x94, 0xe1, - 0x0b, 0x1b, 0x2d, 0x87, 0xea, 0xe0, 0x39, 0xec, 0x7e, 0xa0, 0x38, 0xb2, 0x01, 0x8d, 0xe0, 0xe4, - 0x78, 0x14, 0x9c, 0x1c, 0x4d, 0xdc, 0x35, 0x02, 0x50, 0x9b, 0x8c, 0x83, 0xd7, 0x3f, 0xff, 0xe2, - 0x3a, 0xdf, 0xfc, 0x08, 0x8f, 0xef, 0x6a, 0x3c, 0x69, 0xc0, 0x83, 0xf3, 0xd7, 0xe7, 0x27, 0xee, - 0x1a, 0x69, 0x03, 0xbc, 0xba, 0x9c, 0x5c, 0x0e, 0xce, 0xe8, 0xe4, 0xec, 0xc2, 0x75, 0xc8, 0x06, - 0xd4, 0x47, 0xe7, 0xa7, 0x27, 0xc1, 0x68, 0xe2, 0xfe, 0x5b, 0x1f, 0xf6, 0xfe, 0xba, 0xdd, 0x77, - 0xfe, 0xbe, 0xdd, 0x77, 0xfe, 0xb9, 0xdd, 0x77, 0xae, 0x3a, 0xd6, 0x20, 0x97, 0x7d, 0x96, 0xf2, - 0xfe, 0xff, 0xfe, 0xac, 0xa6, 0x35, 0xb3, 0x44, 0xcf, 0xff, 0x0b, 0x00, 0x00, 0xff, 0xff, 0x16, - 0x7e, 0xb4, 0xcf, 0xc4, 0x06, 0x00, 0x00, + // 892 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x55, 0x5f, 0x6f, 0xdb, 0xb6, + 0x17, 0x8d, 0xf2, 0x6b, 0xfd, 0xe7, 0x3a, 0x71, 0x14, 0xb6, 0xbf, 0x54, 0x31, 0xb6, 0xcc, 0xcb, + 0x80, 0xcd, 0xdd, 0x06, 0x19, 0x4d, 0x81, 0x61, 0x2f, 0x1b, 0x66, 0x27, 0x29, 0x62, 0x20, 0x49, + 0x0d, 0xc5, 0x01, 0xb6, 0xbc, 0x10, 0xb4, 0x74, 0x63, 0x11, 0x95, 0x49, 0x81, 0xa2, 0xbc, 0xb9, + 0x6f, 0xfb, 0x6a, 0x03, 0x06, 0xec, 0x71, 0x1f, 0x61, 0xc8, 0xd3, 0x3e, 0xc6, 0x20, 0x52, 0x72, + 0xbd, 0x21, 0x6d, 0xde, 0xcc, 0xc3, 0x73, 0xae, 0xce, 0x21, 0xef, 0xa5, 0x61, 0x7f, 0x8e, 0x59, + 0xdc, 0x5f, 0xbc, 0x60, 0x49, 0x1a, 0xb3, 0x17, 0xfd, 0x54, 0xc9, 0x5f, 0x96, 0x7e, 0xaa, 0xa4, + 0x96, 0xe4, 0x09, 0xcf, 0x34, 0x97, 0x7e, 0x41, 0xf0, 0x2b, 0x42, 0xe7, 0x60, 0x26, 0xe5, 0x2c, + 0xc1, 0xbe, 0xa1, 0x4c, 0xf3, 0xdb, 0x7e, 0x94, 0x2b, 0xa6, 0xb9, 0x14, 0x56, 0x74, 0xf8, 0xdb, + 0x26, 0xd4, 0x27, 0x8a, 0x85, 0x5c, 0xcc, 0xc8, 0x77, 0x50, 0x7b, 0xcb, 0xd3, 0x37, 0x5c, 0x78, + 0x4e, 0xd7, 0xe9, 0xb5, 0x8e, 0x3e, 0xf3, 0xef, 0xa9, 0xe8, 0x97, 0x6c, 0xff, 0xc6, 0x50, 0xcf, + 0x36, 0x82, 0x52, 0x44, 0x5e, 0x41, 0x33, 0xe1, 0xb3, 0x58, 0x67, 0x1a, 0x53, 0x6f, 0xd3, 0x54, + 0xf8, 0xfc, 0x83, 0x15, 0xce, 0x2b, 0xf6, 0xd9, 0x46, 0xf0, 0x4e, 0xda, 0x39, 0x84, 0x9a, 0xad, + 0x4d, 0x3c, 0xa8, 0xb3, 0x28, 0x52, 0x98, 0x65, 0xc6, 0x51, 0x33, 0xa8, 0x96, 0x9d, 0x5f, 0x1d, + 0x68, 0xae, 0xe4, 0xef, 0xe7, 0x91, 0x4f, 0x61, 0x8b, 0x85, 0x21, 0x66, 0x19, 0xd5, 0xf2, 0x0d, + 0x0a, 0x63, 0xab, 0x19, 0xb4, 0x2c, 0x36, 0x29, 0x20, 0xb2, 0x07, 0xb5, 0x0c, 0xc3, 0x5c, 0xa1, + 0xf7, 0xbf, 0xae, 0xd3, 0x6b, 0x04, 0xe5, 0x8a, 0x7c, 0x02, 0xad, 0x90, 0x85, 0xa8, 0x34, 0x4d, + 0x99, 0x8e, 0xbd, 0x47, 0x46, 0x09, 0x16, 0x1a, 0x33, 0x1d, 0x0f, 0x1b, 0x50, 0xd3, 0xaa, 0x58, + 0x1e, 0xfe, 0xde, 0x84, 0xd6, 0xb8, 0xb8, 0x89, 0x63, 0x29, 0x6e, 0xf9, 0xcc, 0x48, 0xcd, 0x2f, + 0x2b, 0x75, 0x4a, 0xa9, 0x81, 0x0a, 0x69, 0x41, 0x98, 0x72, 0xc1, 0xd4, 0xd2, 0x12, 0xac, 0x2b, + 0xb0, 0x90, 0x21, 0x7c, 0x01, 0x3b, 0x19, 0xaa, 0x05, 0x0f, 0x91, 0x86, 0x49, 0x9e, 0x69, 0x54, + 0xc6, 0x5d, 0x33, 0x68, 0x97, 0xf0, 0xb1, 0x45, 0xc9, 0x0f, 0xd0, 0x8e, 0x14, 0xe3, 0x82, 0x56, + 0xf7, 0x6a, 0x8c, 0xb6, 0x8e, 0xf6, 0x7d, 0x7b, 0xf1, 0x7e, 0x75, 0xf1, 0xfe, 0x49, 0x49, 0x08, + 0xb6, 0x8d, 0xa0, 0x5a, 0x92, 0x2b, 0xf0, 0x52, 0xa6, 0x50, 0x68, 0x9a, 0xc5, 0xb9, 0x8e, 0xe4, + 0xcf, 0x6b, 0xb5, 0x1e, 0x3f, 0x54, 0x6b, 0xcf, 0x4a, 0xaf, 0x4a, 0xe5, 0xaa, 0xe8, 0x57, 0xb0, + 0x1b, 0xf1, 0x2c, 0x94, 0x0b, 0x54, 0x4b, 0x5a, 0xdd, 0x4d, 0xcd, 0x24, 0x70, 0x57, 0x1b, 0x83, + 0xf2, 0x92, 0xae, 0xe1, 0xd9, 0x3b, 0xb2, 0xc2, 0x5b, 0x85, 0x59, 0x4c, 0x23, 0x4c, 0xd8, 0xd2, + 0xab, 0x3f, 0x60, 0x60, 0xb8, 0xe9, 0x39, 0xc1, 0xff, 0x57, 0xea, 0xc0, 0x8a, 0x4f, 0x0a, 0x2d, + 0x79, 0x0e, 0x6d, 0xdb, 0x99, 0x2b, 0x03, 0x8d, 0xc2, 0x80, 0x91, 0x6c, 0xdb, 0x9d, 0xca, 0xc1, + 0x10, 0x76, 0x42, 0x29, 0x04, 0x86, 0x9a, 0x6a, 0x3e, 0x47, 0x99, 0x6b, 0xaf, 0xf9, 0x50, 0xf4, + 0x76, 0xa9, 0x98, 0x58, 0x01, 0xf9, 0x1a, 0x48, 0xa6, 0x99, 0xce, 0x22, 0x9a, 0x47, 0xe9, 0xea, + 0x93, 0x60, 0x33, 0xdb, 0x9d, 0xeb, 0x28, 0xad, 0xbe, 0xd8, 0x03, 0xd7, 0xcc, 0x2e, 0x65, 0xd1, + 0x9c, 0x0b, 0x9a, 0x4a, 0xa5, 0xbd, 0x56, 0xd7, 0xe9, 0x3d, 0x0e, 0xda, 0x06, 0x1f, 0x14, 0xf0, + 0x58, 0x2a, 0x4d, 0xfa, 0xb0, 0xcb, 0x16, 0x8c, 0x27, 0x6c, 0xca, 0x13, 0xae, 0x97, 0xf4, 0xad, + 0x14, 0xe8, 0x6d, 0xad, 0x92, 0xb8, 0xeb, 0x9b, 0x37, 0x52, 0x20, 0x89, 0x60, 0x3f, 0x94, 0x42, + 0x2b, 0x99, 0xd0, 0x34, 0x61, 0x02, 0x29, 0xcb, 0x75, 0x4c, 0x53, 0x99, 0xf0, 0x70, 0xe9, 0x6d, + 0x77, 0x9d, 0x5e, 0xfb, 0xe8, 0xf9, 0xbd, 0x73, 0x39, 0xc8, 0x75, 0x8c, 0x42, 0xf3, 0xd0, 0x04, + 0x1c, 0x1b, 0x41, 0xb0, 0x57, 0xd6, 0x1a, 0x17, 0xa5, 0x0a, 0x86, 0xc5, 0x8b, 0xb8, 0x61, 0x9e, + 0x69, 0x39, 0xa7, 0x65, 0xab, 0xdf, 0xf2, 0x04, 0xbd, 0xb6, 0x8d, 0x6b, 0x77, 0xec, 0x34, 0xbc, + 0xe2, 0x09, 0x16, 0x71, 0x8b, 0x23, 0xa0, 0x82, 0xcd, 0x91, 0x26, 0x28, 0x66, 0x3a, 0xf6, 0x76, + 0x6c, 0xdc, 0x02, 0xbf, 0x64, 0x73, 0x3c, 0x37, 0x28, 0xe9, 0x9a, 0xd9, 0x09, 0x73, 0xa5, 0x50, + 0x84, 0x4b, 0xcf, 0x35, 0xa4, 0x75, 0x88, 0x0c, 0xe0, 0x63, 0x7b, 0x74, 0x53, 0x29, 0x75, 0xa6, + 0x15, 0x4b, 0xa9, 0xc6, 0x79, 0x9a, 0x30, 0x8d, 0x76, 0x9c, 0x76, 0x8d, 0x89, 0x8e, 0x21, 0x0d, + 0x2b, 0xce, 0xa4, 0xa4, 0x98, 0xf1, 0x42, 0xd8, 0xe5, 0x42, 0xa3, 0x0a, 0x31, 0x2d, 0xa2, 0xd2, + 0xb9, 0x8c, 0xd0, 0x23, 0xe6, 0x68, 0xbe, 0xbd, 0xf7, 0x68, 0xd6, 0xa6, 0xdb, 0x1f, 0x89, 0xa9, + 0xcc, 0x45, 0x34, 0x5a, 0x2b, 0x70, 0x21, 0x23, 0x0c, 0x5c, 0xfe, 0x1f, 0x84, 0x7c, 0x03, 0x75, + 0x6d, 0xdf, 0x3a, 0xef, 0x89, 0x69, 0xa7, 0x8f, 0x3e, 0xf4, 0x1e, 0x06, 0x15, 0xb9, 0x48, 0x88, + 0x62, 0x21, 0x97, 0x74, 0x8e, 0x5a, 0xf1, 0x30, 0xa3, 0xd5, 0x5b, 0x50, 0x75, 0xd5, 0x53, 0x9b, + 0xd0, 0x90, 0x2e, 0x2c, 0xe7, 0xca, 0x52, 0xca, 0xfe, 0x3a, 0x7c, 0x09, 0xcf, 0xde, 0xe3, 0x93, + 0x6c, 0x41, 0x23, 0x38, 0x3d, 0x19, 0x05, 0xa7, 0xc7, 0x13, 0x77, 0x83, 0x00, 0xd4, 0x26, 0xe3, + 0xe0, 0xf5, 0x8f, 0x3f, 0xb9, 0xce, 0x97, 0xdf, 0xc3, 0xd3, 0xfb, 0x7a, 0x80, 0x34, 0xe0, 0xd1, + 0xe5, 0xeb, 0xcb, 0x53, 0x77, 0x83, 0xb4, 0x01, 0x2e, 0xae, 0x27, 0xd7, 0x83, 0x73, 0x3a, 0x39, + 0xbf, 0x72, 0x1d, 0xb2, 0x05, 0xf5, 0xd1, 0xe5, 0xd9, 0x69, 0x30, 0x9a, 0xb8, 0x7f, 0xd7, 0x87, + 0xbd, 0x3f, 0xee, 0x0e, 0x9c, 0x3f, 0xef, 0x0e, 0x9c, 0xbf, 0xee, 0x0e, 0x9c, 0x9b, 0x8e, 0xcd, + 0xca, 0x65, 0x9f, 0xa5, 0xbc, 0xff, 0xaf, 0xff, 0xad, 0x69, 0xcd, 0xcc, 0xd3, 0xcb, 0x7f, 0x02, + 0x00, 0x00, 0xff, 0xff, 0x3f, 0x0f, 0x26, 0x61, 0xcf, 0x06, 0x00, 0x00, } diff --git a/mesh/v1alpha1/proxy.proto b/mesh/v1alpha1/proxy.proto index d1e4d22c8e..576289c8ad 100644 --- a/mesh/v1alpha1/proxy.proto +++ b/mesh/v1alpha1/proxy.proto @@ -120,7 +120,9 @@ message ProxyConfig { string statsd_udp_address = 10; // Address of the Envoy Metrics Service implementation (e.g. metrics-service:15000). - string metrics_service_address = 20; + // See https://www.envoyproxy.io/docs/envoy/latest/api-v2/config/metrics/v2/metrics_service.proto + // for details about Envoy's Metrics Service API. + string envoy_metrics_service_address = 20; // Port on which Envoy should listen for administrative commands. int32 proxy_admin_port = 11; diff --git a/proto.lock b/proto.lock index c48ead92d3..e928431dd2 100644 --- a/proto.lock +++ b/proto.lock @@ -1313,7 +1313,7 @@ }, { "id": 20, - "name": "metrics_service_address", + "name": "envoy_metrics_service_address", "type": "string" }, { diff --git a/python/istio_api/mesh/v1alpha1/proxy_pb2.py b/python/istio_api/mesh/v1alpha1/proxy_pb2.py index dfd3b34a77..00f6ff7741 100644 --- a/python/istio_api/mesh/v1alpha1/proxy_pb2.py +++ b/python/istio_api/mesh/v1alpha1/proxy_pb2.py @@ -21,7 +21,7 @@ name='mesh/v1alpha1/proxy.proto', package='istio.mesh.v1alpha1', syntax='proto3', - serialized_pb=_b('\n\x19mesh/v1alpha1/proxy.proto\x12\x13istio.mesh.v1alpha1\x1a\x1egoogle/protobuf/duration.proto\"\xfb\x01\n\x07Tracing\x12\x35\n\x06zipkin\x18\x01 \x01(\x0b\x32#.istio.mesh.v1alpha1.Tracing.ZipkinH\x00\x12;\n\tlightstep\x18\x02 \x01(\x0b\x32&.istio.mesh.v1alpha1.Tracing.LightstepH\x00\x1a\x19\n\x06Zipkin\x12\x0f\n\x07\x61\x64\x64ress\x18\x01 \x01(\t\x1aW\n\tLightstep\x12\x0f\n\x07\x61\x64\x64ress\x18\x01 \x01(\t\x12\x14\n\x0c\x61\x63\x63\x65ss_token\x18\x02 \x01(\t\x12\x0e\n\x06secure\x18\x03 \x01(\x08\x12\x13\n\x0b\x63\x61\x63\x65rt_path\x18\x04 \x01(\tB\x08\n\x06tracer\"\xda\x06\n\x0bProxyConfig\x12\x13\n\x0b\x63onfig_path\x18\x01 \x01(\t\x12\x13\n\x0b\x62inary_path\x18\x02 \x01(\t\x12\x17\n\x0fservice_cluster\x18\x03 \x01(\t\x12\x31\n\x0e\x64rain_duration\x18\x04 \x01(\x0b\x32\x19.google.protobuf.Duration\x12;\n\x18parent_shutdown_duration\x18\x05 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x19\n\x11\x64iscovery_address\x18\x06 \x01(\t\x12>\n\x17\x64iscovery_refresh_delay\x18\x07 \x01(\x0b\x32\x19.google.protobuf.DurationB\x02\x18\x01\x12\x1a\n\x0ezipkin_address\x18\x08 \x01(\tB\x02\x18\x01\x12\x32\n\x0f\x63onnect_timeout\x18\t \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x1a\n\x12statsd_udp_address\x18\n \x01(\t\x12\x1f\n\x17metrics_service_address\x18\x14 \x01(\t\x12\x18\n\x10proxy_admin_port\x18\x0b \x01(\x05\x12\x1d\n\x11\x61vailability_zone\x18\x0c \x01(\tB\x02\x18\x01\x12L\n\x19\x63ontrol_plane_auth_policy\x18\r \x01(\x0e\x32).istio.mesh.v1alpha1.AuthenticationPolicy\x12\x1a\n\x12\x63ustom_config_file\x18\x0e \x01(\t\x12\x18\n\x10stat_name_length\x18\x0f \x01(\x05\x12\x13\n\x0b\x63oncurrency\x18\x10 \x01(\x05\x12%\n\x1dproxy_bootstrap_template_path\x18\x11 \x01(\t\x12S\n\x11interception_mode\x18\x12 \x01(\x0e\x32\x38.istio.mesh.v1alpha1.ProxyConfig.InboundInterceptionMode\x12-\n\x07tracing\x18\x13 \x01(\x0b\x32\x1c.istio.mesh.v1alpha1.Tracing\"3\n\x17InboundInterceptionMode\x12\x0c\n\x08REDIRECT\x10\x00\x12\n\n\x06TPROXY\x10\x01*>\n\x14\x41uthenticationPolicy\x12\x08\n\x04NONE\x10\x00\x12\x0e\n\nMUTUAL_TLS\x10\x01\x12\x0c\n\x07INHERIT\x10\xe8\x07\x42\x1cZ\x1aistio.io/api/mesh/v1alpha1b\x06proto3') + serialized_pb=_b('\n\x19mesh/v1alpha1/proxy.proto\x12\x13istio.mesh.v1alpha1\x1a\x1egoogle/protobuf/duration.proto\"\xfb\x01\n\x07Tracing\x12\x35\n\x06zipkin\x18\x01 \x01(\x0b\x32#.istio.mesh.v1alpha1.Tracing.ZipkinH\x00\x12;\n\tlightstep\x18\x02 \x01(\x0b\x32&.istio.mesh.v1alpha1.Tracing.LightstepH\x00\x1a\x19\n\x06Zipkin\x12\x0f\n\x07\x61\x64\x64ress\x18\x01 \x01(\t\x1aW\n\tLightstep\x12\x0f\n\x07\x61\x64\x64ress\x18\x01 \x01(\t\x12\x14\n\x0c\x61\x63\x63\x65ss_token\x18\x02 \x01(\t\x12\x0e\n\x06secure\x18\x03 \x01(\x08\x12\x13\n\x0b\x63\x61\x63\x65rt_path\x18\x04 \x01(\tB\x08\n\x06tracer\"\xe0\x06\n\x0bProxyConfig\x12\x13\n\x0b\x63onfig_path\x18\x01 \x01(\t\x12\x13\n\x0b\x62inary_path\x18\x02 \x01(\t\x12\x17\n\x0fservice_cluster\x18\x03 \x01(\t\x12\x31\n\x0e\x64rain_duration\x18\x04 \x01(\x0b\x32\x19.google.protobuf.Duration\x12;\n\x18parent_shutdown_duration\x18\x05 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x19\n\x11\x64iscovery_address\x18\x06 \x01(\t\x12>\n\x17\x64iscovery_refresh_delay\x18\x07 \x01(\x0b\x32\x19.google.protobuf.DurationB\x02\x18\x01\x12\x1a\n\x0ezipkin_address\x18\x08 \x01(\tB\x02\x18\x01\x12\x32\n\x0f\x63onnect_timeout\x18\t \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x1a\n\x12statsd_udp_address\x18\n \x01(\t\x12%\n\x1d\x65nvoy_metrics_service_address\x18\x14 \x01(\t\x12\x18\n\x10proxy_admin_port\x18\x0b \x01(\x05\x12\x1d\n\x11\x61vailability_zone\x18\x0c \x01(\tB\x02\x18\x01\x12L\n\x19\x63ontrol_plane_auth_policy\x18\r \x01(\x0e\x32).istio.mesh.v1alpha1.AuthenticationPolicy\x12\x1a\n\x12\x63ustom_config_file\x18\x0e \x01(\t\x12\x18\n\x10stat_name_length\x18\x0f \x01(\x05\x12\x13\n\x0b\x63oncurrency\x18\x10 \x01(\x05\x12%\n\x1dproxy_bootstrap_template_path\x18\x11 \x01(\t\x12S\n\x11interception_mode\x18\x12 \x01(\x0e\x32\x38.istio.mesh.v1alpha1.ProxyConfig.InboundInterceptionMode\x12-\n\x07tracing\x18\x13 \x01(\x0b\x32\x1c.istio.mesh.v1alpha1.Tracing\"3\n\x17InboundInterceptionMode\x12\x0c\n\x08REDIRECT\x10\x00\x12\n\n\x06TPROXY\x10\x01*>\n\x14\x41uthenticationPolicy\x12\x08\n\x04NONE\x10\x00\x12\x0e\n\nMUTUAL_TLS\x10\x01\x12\x0c\n\x07INHERIT\x10\xe8\x07\x42\x1cZ\x1aistio.io/api/mesh/v1alpha1b\x06proto3') , dependencies=[google_dot_protobuf_dot_duration__pb2.DESCRIPTOR,]) @@ -46,8 +46,8 @@ ], containing_type=None, options=None, - serialized_start=1197, - serialized_end=1259, + serialized_start=1203, + serialized_end=1265, ) _sym_db.RegisterEnumDescriptor(_AUTHENTICATIONPOLICY) @@ -74,8 +74,8 @@ ], containing_type=None, options=None, - serialized_start=1144, - serialized_end=1195, + serialized_start=1150, + serialized_end=1201, ) _sym_db.RegisterEnumDescriptor(_PROXYCONFIG_INBOUNDINTERCEPTIONMODE) @@ -280,7 +280,7 @@ is_extension=False, extension_scope=None, options=None, file=DESCRIPTOR), _descriptor.FieldDescriptor( - name='metrics_service_address', full_name='istio.mesh.v1alpha1.ProxyConfig.metrics_service_address', index=10, + name='envoy_metrics_service_address', full_name='istio.mesh.v1alpha1.ProxyConfig.envoy_metrics_service_address', index=10, number=20, type=9, cpp_type=9, label=1, has_default_value=False, default_value=_b("").decode('utf-8'), message_type=None, enum_type=None, containing_type=None, @@ -363,7 +363,7 @@ oneofs=[ ], serialized_start=337, - serialized_end=1195, + serialized_end=1201, ) _TRACING_ZIPKIN.containing_type = _TRACING