Documentation ¶
Index ¶
- Variables
- type XRayConfig
- func (x *XRayConfig) ClearDaemonEndpoint()
- func (x *XRayConfig) ClearSamplingRuleManifest()
- func (x *XRayConfig) GetDaemonEndpoint() *core.SocketAddress
- func (x *XRayConfig) GetSamplingRuleManifest() *core.DataSource
- func (x *XRayConfig) GetSegmentName() string
- func (x *XRayConfig) HasDaemonEndpoint() bool
- func (x *XRayConfig) HasSamplingRuleManifest() bool
- func (*XRayConfig) ProtoMessage()
- func (x *XRayConfig) ProtoReflect() protoreflect.Message
- func (x *XRayConfig) Reset()
- func (x *XRayConfig) SetDaemonEndpoint(v *core.SocketAddress)
- func (x *XRayConfig) SetSamplingRuleManifest(v *core.DataSource)
- func (x *XRayConfig) SetSegmentName(v string)
- func (x *XRayConfig) String() string
- type XRayConfig_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var File_envoy_config_trace_v2alpha_xray_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type XRayConfig ¶
type XRayConfig struct { // The UDP endpoint of the X-Ray Daemon where the spans will be sent. // If this value is not set, the default value of 127.0.0.1:2000 will be used. DaemonEndpoint *core.SocketAddress `protobuf:"bytes,1,opt,name=daemon_endpoint,json=daemonEndpoint,proto3" json:"daemon_endpoint,omitempty"` // The name of the X-Ray segment. SegmentName string `protobuf:"bytes,2,opt,name=segment_name,json=segmentName,proto3" json:"segment_name,omitempty"` // The location of a local custom sampling rules JSON file. // For an example of the sampling rules see: // `X-Ray SDK documentation // <https://docs.aws.amazon.com/xray/latest/devguide/xray-sdk-go-configuration.html#xray-sdk-go-configuration-sampling>`_ SamplingRuleManifest *core.DataSource `protobuf:"bytes,3,opt,name=sampling_rule_manifest,json=samplingRuleManifest,proto3" json:"sampling_rule_manifest,omitempty"` // contains filtered or unexported fields }
func (*XRayConfig) ClearDaemonEndpoint ¶
func (x *XRayConfig) ClearDaemonEndpoint()
func (*XRayConfig) ClearSamplingRuleManifest ¶
func (x *XRayConfig) ClearSamplingRuleManifest()
func (*XRayConfig) GetDaemonEndpoint ¶
func (x *XRayConfig) GetDaemonEndpoint() *core.SocketAddress
func (*XRayConfig) GetSamplingRuleManifest ¶
func (x *XRayConfig) GetSamplingRuleManifest() *core.DataSource
func (*XRayConfig) GetSegmentName ¶
func (x *XRayConfig) GetSegmentName() string
func (*XRayConfig) HasDaemonEndpoint ¶
func (x *XRayConfig) HasDaemonEndpoint() bool
func (*XRayConfig) HasSamplingRuleManifest ¶
func (x *XRayConfig) HasSamplingRuleManifest() bool
func (*XRayConfig) ProtoMessage ¶
func (*XRayConfig) ProtoMessage()
func (*XRayConfig) ProtoReflect ¶
func (x *XRayConfig) ProtoReflect() protoreflect.Message
func (*XRayConfig) Reset ¶
func (x *XRayConfig) Reset()
func (*XRayConfig) SetDaemonEndpoint ¶
func (x *XRayConfig) SetDaemonEndpoint(v *core.SocketAddress)
func (*XRayConfig) SetSamplingRuleManifest ¶
func (x *XRayConfig) SetSamplingRuleManifest(v *core.DataSource)
func (*XRayConfig) SetSegmentName ¶
func (x *XRayConfig) SetSegmentName(v string)
func (*XRayConfig) String ¶
func (x *XRayConfig) String() string
type XRayConfig_builder ¶
type XRayConfig_builder struct { // The UDP endpoint of the X-Ray Daemon where the spans will be sent. // If this value is not set, the default value of 127.0.0.1:2000 will be used. DaemonEndpoint *core.SocketAddress // The name of the X-Ray segment. SegmentName string // The location of a local custom sampling rules JSON file. // For an example of the sampling rules see: // `X-Ray SDK documentation // <https://docs.aws.amazon.com/xray/latest/devguide/xray-sdk-go-configuration.html#xray-sdk-go-configuration-sampling>`_ SamplingRuleManifest *core.DataSource // contains filtered or unexported fields }
func (XRayConfig_builder) Build ¶
func (b0 XRayConfig_builder) Build() *XRayConfig
Click to show internal directories.
Click to hide internal directories.