Versions in this module Expand all Collapse all v1 v1.0.0 Jan 25, 2023 Changes in this version + var File_envoy_config_trace_v2_datadog_proto protoreflect.FileDescriptor + var File_envoy_config_trace_v2_dynamic_ot_proto protoreflect.FileDescriptor + var File_envoy_config_trace_v2_http_tracer_proto protoreflect.FileDescriptor + var File_envoy_config_trace_v2_lightstep_proto protoreflect.FileDescriptor + var File_envoy_config_trace_v2_opencensus_proto protoreflect.FileDescriptor + var File_envoy_config_trace_v2_service_proto protoreflect.FileDescriptor + var File_envoy_config_trace_v2_trace_proto protoreflect.FileDescriptor + var File_envoy_config_trace_v2_zipkin_proto protoreflect.FileDescriptor + var LightstepConfig_PropagationMode_name = map[int32]string + var LightstepConfig_PropagationMode_value = map[string]int32 + var OpenCensusConfig_TraceContext_name = map[int32]string + var OpenCensusConfig_TraceContext_value = map[string]int32 + var ZipkinConfig_CollectorEndpointVersion_name = map[int32]string + var ZipkinConfig_CollectorEndpointVersion_value = map[string]int32 + type DatadogConfig struct + CollectorCluster string + ServiceName string + func (*DatadogConfig) Descriptor() ([]byte, []int) + func (*DatadogConfig) ProtoMessage() + func (m *DatadogConfig) Validate() error + func (m *DatadogConfig) ValidateAll() error + func (x *DatadogConfig) GetCollectorCluster() string + func (x *DatadogConfig) GetServiceName() string + func (x *DatadogConfig) ProtoReflect() protoreflect.Message + func (x *DatadogConfig) Reset() + func (x *DatadogConfig) String() string + type DatadogConfigMultiError []error + func (m DatadogConfigMultiError) AllErrors() []error + func (m DatadogConfigMultiError) Error() string + type DatadogConfigValidationError struct + func (e DatadogConfigValidationError) Cause() error + func (e DatadogConfigValidationError) Error() string + func (e DatadogConfigValidationError) ErrorName() string + func (e DatadogConfigValidationError) Field() string + func (e DatadogConfigValidationError) Key() bool + func (e DatadogConfigValidationError) Reason() string + type DynamicOtConfig struct + Config *_struct.Struct + Library string + func (*DynamicOtConfig) Descriptor() ([]byte, []int) + func (*DynamicOtConfig) ProtoMessage() + func (m *DynamicOtConfig) Validate() error + func (m *DynamicOtConfig) ValidateAll() error + func (x *DynamicOtConfig) GetConfig() *_struct.Struct + func (x *DynamicOtConfig) GetLibrary() string + func (x *DynamicOtConfig) ProtoReflect() protoreflect.Message + func (x *DynamicOtConfig) Reset() + func (x *DynamicOtConfig) String() string + type DynamicOtConfigMultiError []error + func (m DynamicOtConfigMultiError) AllErrors() []error + func (m DynamicOtConfigMultiError) Error() string + type DynamicOtConfigValidationError struct + func (e DynamicOtConfigValidationError) Cause() error + func (e DynamicOtConfigValidationError) Error() string + func (e DynamicOtConfigValidationError) ErrorName() string + func (e DynamicOtConfigValidationError) Field() string + func (e DynamicOtConfigValidationError) Key() bool + func (e DynamicOtConfigValidationError) Reason() string + type LightstepConfig struct + AccessTokenFile string + CollectorCluster string + PropagationModes []LightstepConfig_PropagationMode + func (*LightstepConfig) Descriptor() ([]byte, []int) + func (*LightstepConfig) ProtoMessage() + func (m *LightstepConfig) Validate() error + func (m *LightstepConfig) ValidateAll() error + func (x *LightstepConfig) GetAccessTokenFile() string + func (x *LightstepConfig) GetCollectorCluster() string + func (x *LightstepConfig) GetPropagationModes() []LightstepConfig_PropagationMode + func (x *LightstepConfig) ProtoReflect() protoreflect.Message + func (x *LightstepConfig) Reset() + func (x *LightstepConfig) String() string + type LightstepConfigMultiError []error + func (m LightstepConfigMultiError) AllErrors() []error + func (m LightstepConfigMultiError) Error() string + type LightstepConfigValidationError struct + func (e LightstepConfigValidationError) Cause() error + func (e LightstepConfigValidationError) Error() string + func (e LightstepConfigValidationError) ErrorName() string + func (e LightstepConfigValidationError) Field() string + func (e LightstepConfigValidationError) Key() bool + func (e LightstepConfigValidationError) Reason() string + type LightstepConfig_PropagationMode int32 + const LightstepConfig_B3 + const LightstepConfig_ENVOY + const LightstepConfig_LIGHTSTEP + const LightstepConfig_TRACE_CONTEXT + func (LightstepConfig_PropagationMode) Descriptor() protoreflect.EnumDescriptor + func (LightstepConfig_PropagationMode) EnumDescriptor() ([]byte, []int) + func (LightstepConfig_PropagationMode) Type() protoreflect.EnumType + func (x LightstepConfig_PropagationMode) Enum() *LightstepConfig_PropagationMode + func (x LightstepConfig_PropagationMode) Number() protoreflect.EnumNumber + func (x LightstepConfig_PropagationMode) String() string + type OpenCensusConfig struct + IncomingTraceContext []OpenCensusConfig_TraceContext + OcagentAddress string + OcagentExporterEnabled bool + OcagentGrpcService *core.GrpcService + OutgoingTraceContext []OpenCensusConfig_TraceContext + StackdriverAddress string + StackdriverExporterEnabled bool + StackdriverGrpcService *core.GrpcService + StackdriverProjectId string + StdoutExporterEnabled bool + TraceConfig *v1.TraceConfig + ZipkinExporterEnabled bool + ZipkinUrl string + func (*OpenCensusConfig) Descriptor() ([]byte, []int) + func (*OpenCensusConfig) ProtoMessage() + func (m *OpenCensusConfig) Validate() error + func (m *OpenCensusConfig) ValidateAll() error + func (x *OpenCensusConfig) GetIncomingTraceContext() []OpenCensusConfig_TraceContext + func (x *OpenCensusConfig) GetOcagentAddress() string + func (x *OpenCensusConfig) GetOcagentExporterEnabled() bool + func (x *OpenCensusConfig) GetOcagentGrpcService() *core.GrpcService + func (x *OpenCensusConfig) GetOutgoingTraceContext() []OpenCensusConfig_TraceContext + func (x *OpenCensusConfig) GetStackdriverAddress() string + func (x *OpenCensusConfig) GetStackdriverExporterEnabled() bool + func (x *OpenCensusConfig) GetStackdriverGrpcService() *core.GrpcService + func (x *OpenCensusConfig) GetStackdriverProjectId() string + func (x *OpenCensusConfig) GetStdoutExporterEnabled() bool + func (x *OpenCensusConfig) GetTraceConfig() *v1.TraceConfig + func (x *OpenCensusConfig) GetZipkinExporterEnabled() bool + func (x *OpenCensusConfig) GetZipkinUrl() string + func (x *OpenCensusConfig) ProtoReflect() protoreflect.Message + func (x *OpenCensusConfig) Reset() + func (x *OpenCensusConfig) String() string + type OpenCensusConfigMultiError []error + func (m OpenCensusConfigMultiError) AllErrors() []error + func (m OpenCensusConfigMultiError) Error() string + type OpenCensusConfigValidationError struct + func (e OpenCensusConfigValidationError) Cause() error + func (e OpenCensusConfigValidationError) Error() string + func (e OpenCensusConfigValidationError) ErrorName() string + func (e OpenCensusConfigValidationError) Field() string + func (e OpenCensusConfigValidationError) Key() bool + func (e OpenCensusConfigValidationError) Reason() string + type OpenCensusConfig_TraceContext int32 + const OpenCensusConfig_B3 + const OpenCensusConfig_CLOUD_TRACE_CONTEXT + const OpenCensusConfig_GRPC_TRACE_BIN + const OpenCensusConfig_NONE + const OpenCensusConfig_TRACE_CONTEXT + func (OpenCensusConfig_TraceContext) Descriptor() protoreflect.EnumDescriptor + func (OpenCensusConfig_TraceContext) EnumDescriptor() ([]byte, []int) + func (OpenCensusConfig_TraceContext) Type() protoreflect.EnumType + func (x OpenCensusConfig_TraceContext) Enum() *OpenCensusConfig_TraceContext + func (x OpenCensusConfig_TraceContext) Number() protoreflect.EnumNumber + func (x OpenCensusConfig_TraceContext) String() string + type TraceServiceConfig struct + GrpcService *core.GrpcService + func (*TraceServiceConfig) Descriptor() ([]byte, []int) + func (*TraceServiceConfig) ProtoMessage() + func (m *TraceServiceConfig) Validate() error + func (m *TraceServiceConfig) ValidateAll() error + func (x *TraceServiceConfig) GetGrpcService() *core.GrpcService + func (x *TraceServiceConfig) ProtoReflect() protoreflect.Message + func (x *TraceServiceConfig) Reset() + func (x *TraceServiceConfig) String() string + type TraceServiceConfigMultiError []error + func (m TraceServiceConfigMultiError) AllErrors() []error + func (m TraceServiceConfigMultiError) Error() string + type TraceServiceConfigValidationError struct + func (e TraceServiceConfigValidationError) Cause() error + func (e TraceServiceConfigValidationError) Error() string + func (e TraceServiceConfigValidationError) ErrorName() string + func (e TraceServiceConfigValidationError) Field() string + func (e TraceServiceConfigValidationError) Key() bool + func (e TraceServiceConfigValidationError) Reason() string + type Tracing struct + Http *Tracing_Http + func (*Tracing) Descriptor() ([]byte, []int) + func (*Tracing) ProtoMessage() + func (m *Tracing) Validate() error + func (m *Tracing) ValidateAll() error + func (x *Tracing) GetHttp() *Tracing_Http + func (x *Tracing) ProtoReflect() protoreflect.Message + func (x *Tracing) Reset() + func (x *Tracing) String() string + type TracingMultiError []error + func (m TracingMultiError) AllErrors() []error + func (m TracingMultiError) Error() string + type TracingValidationError struct + func (e TracingValidationError) Cause() error + func (e TracingValidationError) Error() string + func (e TracingValidationError) ErrorName() string + func (e TracingValidationError) Field() string + func (e TracingValidationError) Key() bool + func (e TracingValidationError) Reason() string + type Tracing_Http struct + ConfigType isTracing_Http_ConfigType + Name string + func (*Tracing_Http) Descriptor() ([]byte, []int) + func (*Tracing_Http) ProtoMessage() + func (m *Tracing_Http) GetConfigType() isTracing_Http_ConfigType + func (m *Tracing_Http) Validate() error + func (m *Tracing_Http) ValidateAll() error + func (x *Tracing_Http) GetConfig() *_struct.Struct + func (x *Tracing_Http) GetName() string + func (x *Tracing_Http) GetTypedConfig() *any1.Any + func (x *Tracing_Http) ProtoReflect() protoreflect.Message + func (x *Tracing_Http) Reset() + func (x *Tracing_Http) String() string + type Tracing_HttpMultiError []error + func (m Tracing_HttpMultiError) AllErrors() []error + func (m Tracing_HttpMultiError) Error() string + type Tracing_HttpValidationError struct + func (e Tracing_HttpValidationError) Cause() error + func (e Tracing_HttpValidationError) Error() string + func (e Tracing_HttpValidationError) ErrorName() string + func (e Tracing_HttpValidationError) Field() string + func (e Tracing_HttpValidationError) Key() bool + func (e Tracing_HttpValidationError) Reason() string + type Tracing_Http_Config struct + Config *_struct.Struct + type Tracing_Http_TypedConfig struct + TypedConfig *any1.Any + type ZipkinConfig struct + CollectorCluster string + CollectorEndpoint string + CollectorEndpointVersion ZipkinConfig_CollectorEndpointVersion + SharedSpanContext *wrappers.BoolValue + TraceId_128Bit bool + func (*ZipkinConfig) Descriptor() ([]byte, []int) + func (*ZipkinConfig) ProtoMessage() + func (m *ZipkinConfig) Validate() error + func (m *ZipkinConfig) ValidateAll() error + func (x *ZipkinConfig) GetCollectorCluster() string + func (x *ZipkinConfig) GetCollectorEndpoint() string + func (x *ZipkinConfig) GetCollectorEndpointVersion() ZipkinConfig_CollectorEndpointVersion + func (x *ZipkinConfig) GetSharedSpanContext() *wrappers.BoolValue + func (x *ZipkinConfig) GetTraceId_128Bit() bool + func (x *ZipkinConfig) ProtoReflect() protoreflect.Message + func (x *ZipkinConfig) Reset() + func (x *ZipkinConfig) String() string + type ZipkinConfigMultiError []error + func (m ZipkinConfigMultiError) AllErrors() []error + func (m ZipkinConfigMultiError) Error() string + type ZipkinConfigValidationError struct + func (e ZipkinConfigValidationError) Cause() error + func (e ZipkinConfigValidationError) Error() string + func (e ZipkinConfigValidationError) ErrorName() string + func (e ZipkinConfigValidationError) Field() string + func (e ZipkinConfigValidationError) Key() bool + func (e ZipkinConfigValidationError) Reason() string + type ZipkinConfig_CollectorEndpointVersion int32 + const ZipkinConfig_GRPC + const ZipkinConfig_HTTP_JSON + const ZipkinConfig_HTTP_JSON_V1 + const ZipkinConfig_HTTP_PROTO + func (ZipkinConfig_CollectorEndpointVersion) Descriptor() protoreflect.EnumDescriptor + func (ZipkinConfig_CollectorEndpointVersion) EnumDescriptor() ([]byte, []int) + func (ZipkinConfig_CollectorEndpointVersion) Type() protoreflect.EnumType + func (x ZipkinConfig_CollectorEndpointVersion) Enum() *ZipkinConfig_CollectorEndpointVersion + func (x ZipkinConfig_CollectorEndpointVersion) Number() protoreflect.EnumNumber + func (x ZipkinConfig_CollectorEndpointVersion) String() string