Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_github_com_solo_io_gloo_projects_gloo_api_external_envoy_config_tap_output_sink_v3_grpc_output_sink_proto protoreflect.FileDescriptor
View Source
var File_github_com_solo_io_gloo_projects_gloo_api_external_envoy_config_tap_output_sink_v3_http_output_sink_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type GrpcOutputSink ¶
type GrpcOutputSink struct { // Location of the GRPC service to which output traces should be submitted GrpcService *v3.GrpcService `protobuf:"bytes,1,opt,name=grpc_service,json=grpcService,proto3" json:"grpc_service,omitempty"` // contains filtered or unexported fields }
GRPC output sink definition
func (*GrpcOutputSink) Descriptor
deprecated
func (*GrpcOutputSink) Descriptor() ([]byte, []int)
Deprecated: Use GrpcOutputSink.ProtoReflect.Descriptor instead.
func (*GrpcOutputSink) GetGrpcService ¶
func (x *GrpcOutputSink) GetGrpcService() *v3.GrpcService
func (*GrpcOutputSink) ProtoMessage ¶
func (*GrpcOutputSink) ProtoMessage()
func (*GrpcOutputSink) ProtoReflect ¶
func (x *GrpcOutputSink) ProtoReflect() protoreflect.Message
func (*GrpcOutputSink) Reset ¶
func (x *GrpcOutputSink) Reset()
func (*GrpcOutputSink) String ¶
func (x *GrpcOutputSink) String() string
type HttpOutputSink ¶
type HttpOutputSink struct { // URI of the HTTP server to which output traces should be submitted ServerUri *v3.HttpUri `protobuf:"bytes,1,opt,name=server_uri,json=serverUri,proto3" json:"server_uri,omitempty"` // contains filtered or unexported fields }
HTTP output sink definition
func (*HttpOutputSink) Descriptor
deprecated
func (*HttpOutputSink) Descriptor() ([]byte, []int)
Deprecated: Use HttpOutputSink.ProtoReflect.Descriptor instead.
func (*HttpOutputSink) GetServerUri ¶
func (x *HttpOutputSink) GetServerUri() *v3.HttpUri
func (*HttpOutputSink) ProtoMessage ¶
func (*HttpOutputSink) ProtoMessage()
func (*HttpOutputSink) ProtoReflect ¶
func (x *HttpOutputSink) ProtoReflect() protoreflect.Message
func (*HttpOutputSink) Reset ¶
func (x *HttpOutputSink) Reset()
func (*HttpOutputSink) String ¶
func (x *HttpOutputSink) String() string
Click to show internal directories.
Click to hide internal directories.