Versions in this module Expand all Collapse all v0 v0.25.0 Aug 26, 2026 Changes in this version + var File_runtime_protos_config_proto protoreflect.FileDescriptor + var File_runtime_protos_runtime_proto protoreflect.FileDescriptor + var HealthStatus_name = map[int32]string + var HealthStatus_value = map[string]int32 + var MetricType_name = map[int32]string + var MetricType_value = map[string]int32 + var ProfileType_name = map[int32]string + var ProfileType_value = map[string]int32 + var Span_Attribute_Value_Type_name = map[int32]string + var Span_Attribute_Value_Type_value = map[string]int32 + var Span_Kind_name = map[int32]string + var Span_Kind_value = map[string]int32 + var Span_Status_Code_name = map[int32]string + var Span_Status_Code_value = map[string]int32 + type ActivateComponentReply struct + func (*ActivateComponentReply) Descriptor() ([]byte, []int) + func (*ActivateComponentReply) ProtoMessage() + func (x *ActivateComponentReply) ProtoReflect() protoreflect.Message + func (x *ActivateComponentReply) Reset() + func (x *ActivateComponentReply) String() string + type ActivateComponentRequest struct + Component string + Routed bool + func (*ActivateComponentRequest) Descriptor() ([]byte, []int) + func (*ActivateComponentRequest) ProtoMessage() + func (x *ActivateComponentRequest) GetComponent() string + func (x *ActivateComponentRequest) GetRouted() bool + func (x *ActivateComponentRequest) ProtoReflect() protoreflect.Message + func (x *ActivateComponentRequest) Reset() + func (x *ActivateComponentRequest) String() string + type AppConfig struct + Args []string + Binary string + Colocate []*ComponentGroup + Env []string + Name string + RolloutNanos int64 + Sections map[string]string + func (*AppConfig) Descriptor() ([]byte, []int) + func (*AppConfig) ProtoMessage() + func (x *AppConfig) GetArgs() []string + func (x *AppConfig) GetBinary() string + func (x *AppConfig) GetColocate() []*ComponentGroup + func (x *AppConfig) GetEnv() []string + func (x *AppConfig) GetName() string + func (x *AppConfig) GetRolloutNanos() int64 + func (x *AppConfig) GetSections() map[string]string + func (x *AppConfig) ProtoReflect() protoreflect.Message + func (x *AppConfig) Reset() + func (x *AppConfig) String() string + type Assignment struct + Slices []*Assignment_Slice + Version uint64 + func (*Assignment) Descriptor() ([]byte, []int) + func (*Assignment) ProtoMessage() + func (x *Assignment) GetSlices() []*Assignment_Slice + func (x *Assignment) GetVersion() uint64 + func (x *Assignment) ProtoReflect() protoreflect.Message + func (x *Assignment) Reset() + func (x *Assignment) String() string + type Assignment_Slice struct + Replicas []string + Start uint64 + func (*Assignment_Slice) Descriptor() ([]byte, []int) + func (*Assignment_Slice) ProtoMessage() + func (x *Assignment_Slice) GetReplicas() []string + func (x *Assignment_Slice) GetStart() uint64 + func (x *Assignment_Slice) ProtoReflect() protoreflect.Message + func (x *Assignment_Slice) Reset() + func (x *Assignment_Slice) String() string + type ComponentGroup struct + Components []string + func (*ComponentGroup) Descriptor() ([]byte, []int) + func (*ComponentGroup) ProtoMessage() + func (x *ComponentGroup) GetComponents() []string + func (x *ComponentGroup) ProtoReflect() protoreflect.Message + func (x *ComponentGroup) Reset() + func (x *ComponentGroup) String() string + type Deployment struct + App *AppConfig + Id string + SingleProcess bool + func (*Deployment) Descriptor() ([]byte, []int) + func (*Deployment) ProtoMessage() + func (x *Deployment) GetApp() *AppConfig + func (x *Deployment) GetId() string + func (x *Deployment) GetSingleProcess() bool + func (x *Deployment) ProtoReflect() protoreflect.Message + func (x *Deployment) Reset() + func (x *Deployment) String() string + type ExportListenerReply struct + Error string + ProxyAddress string + func (*ExportListenerReply) Descriptor() ([]byte, []int) + func (*ExportListenerReply) ProtoMessage() + func (x *ExportListenerReply) GetError() string + func (x *ExportListenerReply) GetProxyAddress() string + func (x *ExportListenerReply) ProtoReflect() protoreflect.Message + func (x *ExportListenerReply) Reset() + func (x *ExportListenerReply) String() string + type ExportListenerRequest struct + Address string + Listener string + func (*ExportListenerRequest) Descriptor() ([]byte, []int) + func (*ExportListenerRequest) ProtoMessage() + func (x *ExportListenerRequest) GetAddress() string + func (x *ExportListenerRequest) GetListener() string + func (x *ExportListenerRequest) ProtoReflect() protoreflect.Message + func (x *ExportListenerRequest) Reset() + func (x *ExportListenerRequest) String() string + type GetHealthReply struct + HealthyComponents []string + Status HealthStatus + func (*GetHealthReply) Descriptor() ([]byte, []int) + func (*GetHealthReply) ProtoMessage() + func (x *GetHealthReply) GetHealthyComponents() []string + func (x *GetHealthReply) GetStatus() HealthStatus + func (x *GetHealthReply) ProtoReflect() protoreflect.Message + func (x *GetHealthReply) Reset() + func (x *GetHealthReply) String() string + type GetHealthRequest struct + func (*GetHealthRequest) Descriptor() ([]byte, []int) + func (*GetHealthRequest) ProtoMessage() + func (x *GetHealthRequest) ProtoReflect() protoreflect.Message + func (x *GetHealthRequest) Reset() + func (x *GetHealthRequest) String() string + type GetListenerAddressReply struct + Address string + func (*GetListenerAddressReply) Descriptor() ([]byte, []int) + func (*GetListenerAddressReply) ProtoMessage() + func (x *GetListenerAddressReply) GetAddress() string + func (x *GetListenerAddressReply) ProtoReflect() protoreflect.Message + func (x *GetListenerAddressReply) Reset() + func (x *GetListenerAddressReply) String() string + type GetListenerAddressRequest struct + Name string + func (*GetListenerAddressRequest) Descriptor() ([]byte, []int) + func (*GetListenerAddressRequest) ProtoMessage() + func (x *GetListenerAddressRequest) GetName() string + func (x *GetListenerAddressRequest) ProtoReflect() protoreflect.Message + func (x *GetListenerAddressRequest) Reset() + func (x *GetListenerAddressRequest) String() string + type GetLoadReply struct + Load *LoadReport + func (*GetLoadReply) Descriptor() ([]byte, []int) + func (*GetLoadReply) ProtoMessage() + func (x *GetLoadReply) GetLoad() *LoadReport + func (x *GetLoadReply) ProtoReflect() protoreflect.Message + func (x *GetLoadReply) Reset() + func (x *GetLoadReply) String() string + type GetLoadRequest struct + func (*GetLoadRequest) Descriptor() ([]byte, []int) + func (*GetLoadRequest) ProtoMessage() + func (x *GetLoadRequest) ProtoReflect() protoreflect.Message + func (x *GetLoadRequest) Reset() + func (x *GetLoadRequest) String() string + type GetMetricsReply struct + Update *MetricUpdate + func (*GetMetricsReply) Descriptor() ([]byte, []int) + func (*GetMetricsReply) ProtoMessage() + func (x *GetMetricsReply) GetUpdate() *MetricUpdate + func (x *GetMetricsReply) ProtoReflect() protoreflect.Message + func (x *GetMetricsReply) Reset() + func (x *GetMetricsReply) String() string + type GetMetricsRequest struct + func (*GetMetricsRequest) Descriptor() ([]byte, []int) + func (*GetMetricsRequest) ProtoMessage() + func (x *GetMetricsRequest) ProtoReflect() protoreflect.Message + func (x *GetMetricsRequest) Reset() + func (x *GetMetricsRequest) String() string + type GetProfileReply struct + Data []byte + func (*GetProfileReply) Descriptor() ([]byte, []int) + func (*GetProfileReply) ProtoMessage() + func (x *GetProfileReply) GetData() []byte + func (x *GetProfileReply) ProtoReflect() protoreflect.Message + func (x *GetProfileReply) Reset() + func (x *GetProfileReply) String() string + type GetProfileRequest struct + CpuDurationNs int64 + ProfileType ProfileType + func (*GetProfileRequest) Descriptor() ([]byte, []int) + func (*GetProfileRequest) ProtoMessage() + func (x *GetProfileRequest) GetCpuDurationNs() int64 + func (x *GetProfileRequest) GetProfileType() ProfileType + func (x *GetProfileRequest) ProtoReflect() protoreflect.Message + func (x *GetProfileRequest) Reset() + func (x *GetProfileRequest) String() string + type GetSelfCertificateReply struct + Cert []byte + Key []byte + func (*GetSelfCertificateReply) Descriptor() ([]byte, []int) + func (*GetSelfCertificateReply) ProtoMessage() + func (x *GetSelfCertificateReply) GetCert() []byte + func (x *GetSelfCertificateReply) GetKey() []byte + func (x *GetSelfCertificateReply) ProtoReflect() protoreflect.Message + func (x *GetSelfCertificateReply) Reset() + func (x *GetSelfCertificateReply) String() string + type GetSelfCertificateRequest struct + func (*GetSelfCertificateRequest) Descriptor() ([]byte, []int) + func (*GetSelfCertificateRequest) ProtoMessage() + func (x *GetSelfCertificateRequest) ProtoReflect() protoreflect.Message + func (x *GetSelfCertificateRequest) Reset() + func (x *GetSelfCertificateRequest) String() string + type HealthStatus int32 + const HealthStatus_HEALTHY + const HealthStatus_TERMINATED + const HealthStatus_UNHEALTHY + const HealthStatus_UNKNOWN + func (HealthStatus) Descriptor() protoreflect.EnumDescriptor + func (HealthStatus) EnumDescriptor() ([]byte, []int) + func (HealthStatus) Type() protoreflect.EnumType + func (x HealthStatus) Enum() *HealthStatus + func (x HealthStatus) Number() protoreflect.EnumNumber + func (x HealthStatus) String() string + type InitWeaveletReply struct + DialAddr string + Version *SemVer + func (*InitWeaveletReply) Descriptor() ([]byte, []int) + func (*InitWeaveletReply) ProtoMessage() + func (x *InitWeaveletReply) GetDialAddr() string + func (x *InitWeaveletReply) GetVersion() *SemVer + func (x *InitWeaveletReply) ProtoReflect() protoreflect.Message + func (x *InitWeaveletReply) Reset() + func (x *InitWeaveletReply) String() string + type InitWeaveletRequest struct + Sections map[string]string + func (*InitWeaveletRequest) Descriptor() ([]byte, []int) + func (*InitWeaveletRequest) ProtoMessage() + func (x *InitWeaveletRequest) GetSections() map[string]string + func (x *InitWeaveletRequest) ProtoReflect() protoreflect.Message + func (x *InitWeaveletRequest) Reset() + func (x *InitWeaveletRequest) String() string + type LoadReport struct + Loads map[string]*LoadReport_ComponentLoad + func (*LoadReport) Descriptor() ([]byte, []int) + func (*LoadReport) ProtoMessage() + func (x *LoadReport) GetLoads() map[string]*LoadReport_ComponentLoad + func (x *LoadReport) ProtoReflect() protoreflect.Message + func (x *LoadReport) Reset() + func (x *LoadReport) String() string + type LoadReport_ComponentLoad struct + Load []*LoadReport_SliceLoad + Version uint64 + func (*LoadReport_ComponentLoad) Descriptor() ([]byte, []int) + func (*LoadReport_ComponentLoad) ProtoMessage() + func (x *LoadReport_ComponentLoad) GetLoad() []*LoadReport_SliceLoad + func (x *LoadReport_ComponentLoad) GetVersion() uint64 + func (x *LoadReport_ComponentLoad) ProtoReflect() protoreflect.Message + func (x *LoadReport_ComponentLoad) Reset() + func (x *LoadReport_ComponentLoad) String() string + type LoadReport_SliceLoad struct + End uint64 + Load float64 + Size uint64 + Splits []*LoadReport_SubsliceLoad + Start uint64 + func (*LoadReport_SliceLoad) Descriptor() ([]byte, []int) + func (*LoadReport_SliceLoad) ProtoMessage() + func (x *LoadReport_SliceLoad) GetEnd() uint64 + func (x *LoadReport_SliceLoad) GetLoad() float64 + func (x *LoadReport_SliceLoad) GetSize() uint64 + func (x *LoadReport_SliceLoad) GetSplits() []*LoadReport_SubsliceLoad + func (x *LoadReport_SliceLoad) GetStart() uint64 + func (x *LoadReport_SliceLoad) ProtoReflect() protoreflect.Message + func (x *LoadReport_SliceLoad) Reset() + func (x *LoadReport_SliceLoad) String() string + type LoadReport_SubsliceLoad struct + Load float64 + Start uint64 + func (*LoadReport_SubsliceLoad) Descriptor() ([]byte, []int) + func (*LoadReport_SubsliceLoad) ProtoMessage() + func (x *LoadReport_SubsliceLoad) GetLoad() float64 + func (x *LoadReport_SubsliceLoad) GetStart() uint64 + func (x *LoadReport_SubsliceLoad) ProtoReflect() protoreflect.Message + func (x *LoadReport_SubsliceLoad) Reset() + func (x *LoadReport_SubsliceLoad) String() string + type LogEntry struct + App string + Attrs []string + Component string + File string + Level string + Line int32 + Msg string + Node string + TimeMicros int64 + Version string + func (*LogEntry) Descriptor() ([]byte, []int) + func (*LogEntry) ProtoMessage() + func (x *LogEntry) GetApp() string + func (x *LogEntry) GetAttrs() []string + func (x *LogEntry) GetComponent() string + func (x *LogEntry) GetFile() string + func (x *LogEntry) GetLevel() string + func (x *LogEntry) GetLine() int32 + func (x *LogEntry) GetMsg() string + func (x *LogEntry) GetNode() string + func (x *LogEntry) GetTimeMicros() int64 + func (x *LogEntry) GetVersion() string + func (x *LogEntry) ProtoReflect() protoreflect.Message + func (x *LogEntry) Reset() + func (x *LogEntry) String() string + type LogEntryBatch struct + Entries []*LogEntry + func (*LogEntryBatch) Descriptor() ([]byte, []int) + func (*LogEntryBatch) ProtoMessage() + func (x *LogEntryBatch) GetEntries() []*LogEntry + func (x *LogEntryBatch) ProtoReflect() protoreflect.Message + func (x *LogEntryBatch) Reset() + func (x *LogEntryBatch) String() string + type MetricDef struct + Bounds []float64 + Help string + Id uint64 + Labels map[string]string + Name string + Typ MetricType + func (*MetricDef) Descriptor() ([]byte, []int) + func (*MetricDef) ProtoMessage() + func (x *MetricDef) GetBounds() []float64 + func (x *MetricDef) GetHelp() string + func (x *MetricDef) GetId() uint64 + func (x *MetricDef) GetLabels() map[string]string + func (x *MetricDef) GetName() string + func (x *MetricDef) GetTyp() MetricType + func (x *MetricDef) ProtoReflect() protoreflect.Message + func (x *MetricDef) Reset() + func (x *MetricDef) String() string + type MetricSnapshot struct + Bounds []float64 + Counts []uint64 + Help string + Id uint64 + Labels map[string]string + Name string + Typ MetricType + Value float64 + func (*MetricSnapshot) Descriptor() ([]byte, []int) + func (*MetricSnapshot) ProtoMessage() + func (x *MetricSnapshot) GetBounds() []float64 + func (x *MetricSnapshot) GetCounts() []uint64 + func (x *MetricSnapshot) GetHelp() string + func (x *MetricSnapshot) GetId() uint64 + func (x *MetricSnapshot) GetLabels() map[string]string + func (x *MetricSnapshot) GetName() string + func (x *MetricSnapshot) GetTyp() MetricType + func (x *MetricSnapshot) GetValue() float64 + func (x *MetricSnapshot) ProtoReflect() protoreflect.Message + func (x *MetricSnapshot) Reset() + func (x *MetricSnapshot) String() string + type MetricType int32 + const MetricType_COUNTER + const MetricType_GAUGE + const MetricType_HISTOGRAM + const MetricType_INVALID + func (MetricType) Descriptor() protoreflect.EnumDescriptor + func (MetricType) EnumDescriptor() ([]byte, []int) + func (MetricType) Type() protoreflect.EnumType + func (x MetricType) Enum() *MetricType + func (x MetricType) Number() protoreflect.EnumNumber + func (x MetricType) String() string + type MetricUpdate struct + Defs []*MetricDef + Values []*MetricValue + func (*MetricUpdate) Descriptor() ([]byte, []int) + func (*MetricUpdate) ProtoMessage() + func (x *MetricUpdate) GetDefs() []*MetricDef + func (x *MetricUpdate) GetValues() []*MetricValue + func (x *MetricUpdate) ProtoReflect() protoreflect.Message + func (x *MetricUpdate) Reset() + func (x *MetricUpdate) String() string + type MetricValue struct + Counts []uint64 + Id uint64 + Value float64 + func (*MetricValue) Descriptor() ([]byte, []int) + func (*MetricValue) ProtoMessage() + func (x *MetricValue) GetCounts() []uint64 + func (x *MetricValue) GetId() uint64 + func (x *MetricValue) GetValue() float64 + func (x *MetricValue) ProtoReflect() protoreflect.Message + func (x *MetricValue) Reset() + func (x *MetricValue) String() string + type ProfileType int32 + const ProfileType_CPU + const ProfileType_Heap + const ProfileType_Unspecified + func (ProfileType) Descriptor() protoreflect.EnumDescriptor + func (ProfileType) EnumDescriptor() ([]byte, []int) + func (ProfileType) Type() protoreflect.EnumType + func (x ProfileType) Enum() *ProfileType + func (x ProfileType) Number() protoreflect.EnumNumber + func (x ProfileType) String() string + type RoutingInfo struct + Assignment *Assignment + Component string + Local bool + Replicas []string + func (*RoutingInfo) Descriptor() ([]byte, []int) + func (*RoutingInfo) ProtoMessage() + func (x *RoutingInfo) GetAssignment() *Assignment + func (x *RoutingInfo) GetComponent() string + func (x *RoutingInfo) GetLocal() bool + func (x *RoutingInfo) GetReplicas() []string + func (x *RoutingInfo) ProtoReflect() protoreflect.Message + func (x *RoutingInfo) Reset() + func (x *RoutingInfo) String() string + type SemVer struct + Major int64 + Minor int64 + Patch int64 + func (*SemVer) Descriptor() ([]byte, []int) + func (*SemVer) ProtoMessage() + func (x *SemVer) GetMajor() int64 + func (x *SemVer) GetMinor() int64 + func (x *SemVer) GetPatch() int64 + func (x *SemVer) ProtoReflect() protoreflect.Message + func (x *SemVer) Reset() + func (x *SemVer) String() string + type Span struct + Attributes []*Span_Attribute + ChildSpanCount int64 + DroppedAttributeCount int64 + DroppedEventCount int64 + DroppedLinkCount int64 + EndMicros int64 + Events []*Span_Event + Kind Span_Kind + Library *Span_Library + Links []*Span_Link + Name string + ParentSpanId []byte + Resource *Span_Resource + Scope *Span_Scope + SpanId []byte + StartMicros int64 + Status *Span_Status + TraceId []byte + func (*Span) Descriptor() ([]byte, []int) + func (*Span) ProtoMessage() + func (x *Span) GetAttributes() []*Span_Attribute + func (x *Span) GetChildSpanCount() int64 + func (x *Span) GetDroppedAttributeCount() int64 + func (x *Span) GetDroppedEventCount() int64 + func (x *Span) GetDroppedLinkCount() int64 + func (x *Span) GetEndMicros() int64 + func (x *Span) GetEvents() []*Span_Event + func (x *Span) GetKind() Span_Kind + func (x *Span) GetLibrary() *Span_Library + func (x *Span) GetLinks() []*Span_Link + func (x *Span) GetName() string + func (x *Span) GetParentSpanId() []byte + func (x *Span) GetResource() *Span_Resource + func (x *Span) GetScope() *Span_Scope + func (x *Span) GetSpanId() []byte + func (x *Span) GetStartMicros() int64 + func (x *Span) GetStatus() *Span_Status + func (x *Span) GetTraceId() []byte + func (x *Span) ProtoReflect() protoreflect.Message + func (x *Span) Reset() + func (x *Span) String() string + type Span_Attribute struct + Key string + Value *Span_Attribute_Value + func (*Span_Attribute) Descriptor() ([]byte, []int) + func (*Span_Attribute) ProtoMessage() + func (x *Span_Attribute) GetKey() string + func (x *Span_Attribute) GetValue() *Span_Attribute_Value + func (x *Span_Attribute) ProtoReflect() protoreflect.Message + func (x *Span_Attribute) Reset() + func (x *Span_Attribute) String() string + type Span_Attribute_Value struct + Type Span_Attribute_Value_Type + Value isSpan_Attribute_Value_Value + func (*Span_Attribute_Value) Descriptor() ([]byte, []int) + func (*Span_Attribute_Value) ProtoMessage() + func (m *Span_Attribute_Value) GetValue() isSpan_Attribute_Value_Value + func (x *Span_Attribute_Value) GetNum() uint64 + func (x *Span_Attribute_Value) GetNums() *Span_Attribute_Value_NumberList + func (x *Span_Attribute_Value) GetStr() string + func (x *Span_Attribute_Value) GetStrs() *Span_Attribute_Value_StringList + func (x *Span_Attribute_Value) GetType() Span_Attribute_Value_Type + func (x *Span_Attribute_Value) ProtoReflect() protoreflect.Message + func (x *Span_Attribute_Value) Reset() + func (x *Span_Attribute_Value) String() string + type Span_Attribute_Value_Num struct + Num uint64 + type Span_Attribute_Value_NumberList struct + Nums []uint64 + func (*Span_Attribute_Value_NumberList) Descriptor() ([]byte, []int) + func (*Span_Attribute_Value_NumberList) ProtoMessage() + func (x *Span_Attribute_Value_NumberList) GetNums() []uint64 + func (x *Span_Attribute_Value_NumberList) ProtoReflect() protoreflect.Message + func (x *Span_Attribute_Value_NumberList) Reset() + func (x *Span_Attribute_Value_NumberList) String() string + type Span_Attribute_Value_Nums struct + Nums *Span_Attribute_Value_NumberList + type Span_Attribute_Value_Str struct + Str string + type Span_Attribute_Value_StringList struct + Strs []string + func (*Span_Attribute_Value_StringList) Descriptor() ([]byte, []int) + func (*Span_Attribute_Value_StringList) ProtoMessage() + func (x *Span_Attribute_Value_StringList) GetStrs() []string + func (x *Span_Attribute_Value_StringList) ProtoReflect() protoreflect.Message + func (x *Span_Attribute_Value_StringList) Reset() + func (x *Span_Attribute_Value_StringList) String() string + type Span_Attribute_Value_Strs struct + Strs *Span_Attribute_Value_StringList + type Span_Attribute_Value_Type int32 + const Span_Attribute_Value_BOOL + const Span_Attribute_Value_BOOLLIST + const Span_Attribute_Value_FLOAT64 + const Span_Attribute_Value_FLOAT64LIST + const Span_Attribute_Value_INT64 + const Span_Attribute_Value_INT64LIST + const Span_Attribute_Value_INVALID + const Span_Attribute_Value_STRING + const Span_Attribute_Value_STRINGLIST + func (Span_Attribute_Value_Type) Descriptor() protoreflect.EnumDescriptor + func (Span_Attribute_Value_Type) EnumDescriptor() ([]byte, []int) + func (Span_Attribute_Value_Type) Type() protoreflect.EnumType + func (x Span_Attribute_Value_Type) Enum() *Span_Attribute_Value_Type + func (x Span_Attribute_Value_Type) Number() protoreflect.EnumNumber + func (x Span_Attribute_Value_Type) String() string + type Span_Event struct + Attributes []*Span_Attribute + DroppedAttributeCount int64 + Name string + TimeMicros int64 + func (*Span_Event) Descriptor() ([]byte, []int) + func (*Span_Event) ProtoMessage() + func (x *Span_Event) GetAttributes() []*Span_Attribute + func (x *Span_Event) GetDroppedAttributeCount() int64 + func (x *Span_Event) GetName() string + func (x *Span_Event) GetTimeMicros() int64 + func (x *Span_Event) ProtoReflect() protoreflect.Message + func (x *Span_Event) Reset() + func (x *Span_Event) String() string + type Span_Kind int32 + const Span_CLIENT + const Span_CONSUMER + const Span_INTERNAL + const Span_PRODUCER + const Span_SERVER + const Span_UNSPECIFIED + func (Span_Kind) Descriptor() protoreflect.EnumDescriptor + func (Span_Kind) EnumDescriptor() ([]byte, []int) + func (Span_Kind) Type() protoreflect.EnumType + func (x Span_Kind) Enum() *Span_Kind + func (x Span_Kind) Number() protoreflect.EnumNumber + func (x Span_Kind) String() string + type Span_Library struct + Name string + SchemaUrl string + Version string + func (*Span_Library) Descriptor() ([]byte, []int) + func (*Span_Library) ProtoMessage() + func (x *Span_Library) GetName() string + func (x *Span_Library) GetSchemaUrl() string + func (x *Span_Library) GetVersion() string + func (x *Span_Library) ProtoReflect() protoreflect.Message + func (x *Span_Library) Reset() + func (x *Span_Library) String() string + type Span_Link struct + Attributes []*Span_Attribute + DroppedAttributeCount int64 + SpanId []byte + TraceId []byte + func (*Span_Link) Descriptor() ([]byte, []int) + func (*Span_Link) ProtoMessage() + func (x *Span_Link) GetAttributes() []*Span_Attribute + func (x *Span_Link) GetDroppedAttributeCount() int64 + func (x *Span_Link) GetSpanId() []byte + func (x *Span_Link) GetTraceId() []byte + func (x *Span_Link) ProtoReflect() protoreflect.Message + func (x *Span_Link) Reset() + func (x *Span_Link) String() string + type Span_Resource struct + Attributes []*Span_Attribute + SchemaUrl string + func (*Span_Resource) Descriptor() ([]byte, []int) + func (*Span_Resource) ProtoMessage() + func (x *Span_Resource) GetAttributes() []*Span_Attribute + func (x *Span_Resource) GetSchemaUrl() string + func (x *Span_Resource) ProtoReflect() protoreflect.Message + func (x *Span_Resource) Reset() + func (x *Span_Resource) String() string + type Span_Scope struct + Name string + SchemaUrl string + Version string + func (*Span_Scope) Descriptor() ([]byte, []int) + func (*Span_Scope) ProtoMessage() + func (x *Span_Scope) GetName() string + func (x *Span_Scope) GetSchemaUrl() string + func (x *Span_Scope) GetVersion() string + func (x *Span_Scope) ProtoReflect() protoreflect.Message + func (x *Span_Scope) Reset() + func (x *Span_Scope) String() string + type Span_Status struct + Code Span_Status_Code + Error string + func (*Span_Status) Descriptor() ([]byte, []int) + func (*Span_Status) ProtoMessage() + func (x *Span_Status) GetCode() Span_Status_Code + func (x *Span_Status) GetError() string + func (x *Span_Status) ProtoReflect() protoreflect.Message + func (x *Span_Status) Reset() + func (x *Span_Status) String() string + type Span_Status_Code int32 + const Span_Status_ERROR + const Span_Status_OK + const Span_Status_UNSET + func (Span_Status_Code) Descriptor() protoreflect.EnumDescriptor + func (Span_Status_Code) EnumDescriptor() ([]byte, []int) + func (Span_Status_Code) Type() protoreflect.EnumType + func (x Span_Status_Code) Enum() *Span_Status_Code + func (x Span_Status_Code) Number() protoreflect.EnumNumber + func (x Span_Status_Code) String() string + type TraceSpans struct + Span []*Span + func (*TraceSpans) Descriptor() ([]byte, []int) + func (*TraceSpans) ProtoMessage() + func (x *TraceSpans) GetSpan() []*Span + func (x *TraceSpans) ProtoReflect() protoreflect.Message + func (x *TraceSpans) Reset() + func (x *TraceSpans) String() string + type UpdateComponentsReply struct + func (*UpdateComponentsReply) Descriptor() ([]byte, []int) + func (*UpdateComponentsReply) ProtoMessage() + func (x *UpdateComponentsReply) ProtoReflect() protoreflect.Message + func (x *UpdateComponentsReply) Reset() + func (x *UpdateComponentsReply) String() string + type UpdateComponentsRequest struct + Components []string + func (*UpdateComponentsRequest) Descriptor() ([]byte, []int) + func (*UpdateComponentsRequest) ProtoMessage() + func (x *UpdateComponentsRequest) GetComponents() []string + func (x *UpdateComponentsRequest) ProtoReflect() protoreflect.Message + func (x *UpdateComponentsRequest) Reset() + func (x *UpdateComponentsRequest) String() string + type UpdateRoutingInfoReply struct + func (*UpdateRoutingInfoReply) Descriptor() ([]byte, []int) + func (*UpdateRoutingInfoReply) ProtoMessage() + func (x *UpdateRoutingInfoReply) ProtoReflect() protoreflect.Message + func (x *UpdateRoutingInfoReply) Reset() + func (x *UpdateRoutingInfoReply) String() string + type UpdateRoutingInfoRequest struct + RoutingInfo *RoutingInfo + func (*UpdateRoutingInfoRequest) Descriptor() ([]byte, []int) + func (*UpdateRoutingInfoRequest) ProtoMessage() + func (x *UpdateRoutingInfoRequest) GetRoutingInfo() *RoutingInfo + func (x *UpdateRoutingInfoRequest) ProtoReflect() protoreflect.Message + func (x *UpdateRoutingInfoRequest) Reset() + func (x *UpdateRoutingInfoRequest) String() string + type VerifyClientCertificateReply struct + Components []string + func (*VerifyClientCertificateReply) Descriptor() ([]byte, []int) + func (*VerifyClientCertificateReply) ProtoMessage() + func (x *VerifyClientCertificateReply) GetComponents() []string + func (x *VerifyClientCertificateReply) ProtoReflect() protoreflect.Message + func (x *VerifyClientCertificateReply) Reset() + func (x *VerifyClientCertificateReply) String() string + type VerifyClientCertificateRequest struct + CertChain [][]byte + func (*VerifyClientCertificateRequest) Descriptor() ([]byte, []int) + func (*VerifyClientCertificateRequest) ProtoMessage() + func (x *VerifyClientCertificateRequest) GetCertChain() [][]byte + func (x *VerifyClientCertificateRequest) ProtoReflect() protoreflect.Message + func (x *VerifyClientCertificateRequest) Reset() + func (x *VerifyClientCertificateRequest) String() string + type VerifyServerCertificateReply struct + func (*VerifyServerCertificateReply) Descriptor() ([]byte, []int) + func (*VerifyServerCertificateReply) ProtoMessage() + func (x *VerifyServerCertificateReply) ProtoReflect() protoreflect.Message + func (x *VerifyServerCertificateReply) Reset() + func (x *VerifyServerCertificateReply) String() string + type VerifyServerCertificateRequest struct + CertChain [][]byte + TargetComponent string + func (*VerifyServerCertificateRequest) Descriptor() ([]byte, []int) + func (*VerifyServerCertificateRequest) ProtoMessage() + func (x *VerifyServerCertificateRequest) GetCertChain() [][]byte + func (x *VerifyServerCertificateRequest) GetTargetComponent() string + func (x *VerifyServerCertificateRequest) ProtoReflect() protoreflect.Message + func (x *VerifyServerCertificateRequest) Reset() + func (x *VerifyServerCertificateRequest) String() string + type WeaveletArgs struct + App string + ControlSocket string + DeploymentId string + Id string + InternalAddress string + Mtls bool + Redirects []*WeaveletArgs_Redirect + RunMain bool + func (*WeaveletArgs) Descriptor() ([]byte, []int) + func (*WeaveletArgs) ProtoMessage() + func (x *WeaveletArgs) GetApp() string + func (x *WeaveletArgs) GetControlSocket() string + func (x *WeaveletArgs) GetDeploymentId() string + func (x *WeaveletArgs) GetId() string + func (x *WeaveletArgs) GetInternalAddress() string + func (x *WeaveletArgs) GetMtls() bool + func (x *WeaveletArgs) GetRedirects() []*WeaveletArgs_Redirect + func (x *WeaveletArgs) GetRunMain() bool + func (x *WeaveletArgs) ProtoReflect() protoreflect.Message + func (x *WeaveletArgs) Reset() + func (x *WeaveletArgs) String() string + type WeaveletArgs_Redirect struct + Address string + Component string + Target string + func (*WeaveletArgs_Redirect) Descriptor() ([]byte, []int) + func (*WeaveletArgs_Redirect) ProtoMessage() + func (x *WeaveletArgs_Redirect) GetAddress() string + func (x *WeaveletArgs_Redirect) GetComponent() string + func (x *WeaveletArgs_Redirect) GetTarget() string + func (x *WeaveletArgs_Redirect) ProtoReflect() protoreflect.Message + func (x *WeaveletArgs_Redirect) Reset() + func (x *WeaveletArgs_Redirect) String() string