diff --git a/projects/gloo/pkg/api/external/envoy/config/trace/v3/opentelemetry.pb.go b/projects/gloo/pkg/api/external/envoy/config/trace/v3/opentelemetry.pb.go index 6418cf61d2f..16bc15cfc60 100644 --- a/projects/gloo/pkg/api/external/envoy/config/trace/v3/opentelemetry.pb.go +++ b/projects/gloo/pkg/api/external/envoy/config/trace/v3/opentelemetry.pb.go @@ -146,7 +146,7 @@ type isOpenTelemetryConfig_ServiceType interface { type OpenTelemetryConfig_GrpcService struct { // Optional, if set the communication to the collector will be over gRPC. - GrpcService *GrpcService `protobuf:"bytes,5,opt,name=grpc_service,json=grpcService,proto3,oneof"` + GrpcService *GrpcService `protobuf:"bytes,4,opt,name=grpc_service,json=grpcService,proto3,oneof"` } func (*OpenTelemetryConfig_GrpcService) isOpenTelemetryConfig_ServiceType() {} @@ -231,7 +231,7 @@ var file_github_com_solo_io_gloo_projects_gloo_api_external_envoy_config_trace_v 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x4f, 0x0a, - 0x0c, 0x67, 0x72, 0x70, 0x63, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x18, 0x05, 0x20, + 0x0c, 0x67, 0x72, 0x70, 0x63, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x73, 0x6f, 0x6c, 0x6f, 0x2e, 0x69, 0x6f, 0x2e, 0x65, 0x6e, 0x76, 0x6f, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x74, 0x72, 0x61, 0x63, 0x65, 0x2e, 0x76, 0x33, 0x2e, 0x47, 0x72, 0x70, 0x63, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x48,