Documentation ¶
Index ¶
- Constants
- Variables
- type ContentType
- func (ContentType) Descriptor() protoreflect.EnumDescriptor
- func (x ContentType) Enum() *ContentType
- func (ContentType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ContentType) Number() protoreflect.EnumNumber
- func (x ContentType) String() string
- func (ContentType) Type() protoreflect.EnumType
- type Decoder
- type InspectRequest
- func (*InspectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InspectRequest) GetAppRegex() string
- func (request *InspectRequest) GetContentType() int32
- func (x *InspectRequest) GetRequestedValues() []string
- func (*InspectRequest) ProtoMessage()
- func (x *InspectRequest) ProtoReflect() protoreflect.Message
- func (x *InspectRequest) Reset()
- func (x *InspectRequest) String() string
- type InspectResponse
- func (*InspectResponse) Descriptor() ([]byte, []int)deprecated
- func (request *InspectResponse) GetContentType() int32
- func (x *InspectResponse) GetErrors() []string
- func (x *InspectResponse) GetSuccess() bool
- func (x *InspectResponse) GetValues() []*InspectResponse_InspectValue
- func (*InspectResponse) ProtoMessage()
- func (x *InspectResponse) ProtoReflect() protoreflect.Message
- func (x *InspectResponse) Reset()
- func (x *InspectResponse) String() string
- type InspectResponse_InspectValue
- func (*InspectResponse_InspectValue) Descriptor() ([]byte, []int)deprecated
- func (x *InspectResponse_InspectValue) GetAppId() string
- func (x *InspectResponse_InspectValue) GetName() string
- func (x *InspectResponse_InspectValue) GetValue() string
- func (*InspectResponse_InspectValue) ProtoMessage()
- func (x *InspectResponse_InspectValue) ProtoReflect() protoreflect.Message
- func (x *InspectResponse_InspectValue) Reset()
- func (x *InspectResponse_InspectValue) String() string
- type Path
- func (self *Path) CalculateDisplayPath() string
- func (*Path) Descriptor() ([]byte, []int)deprecated
- func (x *Path) GetLinks() []string
- func (x *Path) GetNodes() []string
- func (x *Path) GetTerminatorLocalAddress() string
- func (*Path) ProtoMessage()
- func (x *Path) ProtoReflect() protoreflect.Message
- func (x *Path) Reset()
- func (x *Path) String() string
- type RaftMember
- func (*RaftMember) Descriptor() ([]byte, []int)deprecated
- func (x *RaftMember) GetAddr() string
- func (x *RaftMember) GetId() string
- func (x *RaftMember) GetIsLeader() bool
- func (x *RaftMember) GetIsVoter() bool
- func (*RaftMember) ProtoMessage()
- func (x *RaftMember) ProtoReflect() protoreflect.Message
- func (x *RaftMember) Reset()
- func (x *RaftMember) String() string
- type RaftMemberListResponse
- func (*RaftMemberListResponse) Descriptor() ([]byte, []int)deprecated
- func (request *RaftMemberListResponse) GetContentType() int32
- func (x *RaftMemberListResponse) GetMembers() []*RaftMember
- func (*RaftMemberListResponse) ProtoMessage()
- func (x *RaftMemberListResponse) ProtoReflect() protoreflect.Message
- func (x *RaftMemberListResponse) Reset()
- func (x *RaftMemberListResponse) String() string
- type StreamCircuitEventType
- func (StreamCircuitEventType) Descriptor() protoreflect.EnumDescriptor
- func (x StreamCircuitEventType) Enum() *StreamCircuitEventType
- func (StreamCircuitEventType) EnumDescriptor() ([]byte, []int)deprecated
- func (x StreamCircuitEventType) Number() protoreflect.EnumNumber
- func (x StreamCircuitEventType) String() string
- func (StreamCircuitEventType) Type() protoreflect.EnumType
- type StreamCircuitsEvent
- func (*StreamCircuitsEvent) Descriptor() ([]byte, []int)deprecated
- func (x *StreamCircuitsEvent) GetCircuitId() string
- func (x *StreamCircuitsEvent) GetClientId() string
- func (x *StreamCircuitsEvent) GetCreationTimespan() int64
- func (x *StreamCircuitsEvent) GetEventType() StreamCircuitEventType
- func (x *StreamCircuitsEvent) GetPath() *Path
- func (x *StreamCircuitsEvent) GetServiceId() string
- func (x *StreamCircuitsEvent) GetTerminatorId() string
- func (*StreamCircuitsEvent) ProtoMessage()
- func (x *StreamCircuitsEvent) ProtoReflect() protoreflect.Message
- func (x *StreamCircuitsEvent) Reset()
- func (x *StreamCircuitsEvent) String() string
- type StreamMetricsEvent
- func (*StreamMetricsEvent) Descriptor() ([]byte, []int)deprecated
- func (x *StreamMetricsEvent) GetFloatMetrics() map[string]float64
- func (x *StreamMetricsEvent) GetIntMetrics() map[string]int64
- func (x *StreamMetricsEvent) GetIntervalMetrics() []*StreamMetricsEvent_IntervalMetric
- func (x *StreamMetricsEvent) GetMetricGroup() map[string]string
- func (x *StreamMetricsEvent) GetSourceId() string
- func (x *StreamMetricsEvent) GetTags() map[string]string
- func (x *StreamMetricsEvent) GetTimestamp() *timestamppb.Timestamp
- func (*StreamMetricsEvent) ProtoMessage()
- func (x *StreamMetricsEvent) ProtoReflect() protoreflect.Message
- func (x *StreamMetricsEvent) Reset()
- func (x *StreamMetricsEvent) String() string
- type StreamMetricsEvent_IntervalMetric
- func (*StreamMetricsEvent_IntervalMetric) Descriptor() ([]byte, []int)deprecated
- func (x *StreamMetricsEvent_IntervalMetric) GetIntervalEndUTC() *timestamppb.Timestamp
- func (x *StreamMetricsEvent_IntervalMetric) GetIntervalStartUTC() *timestamppb.Timestamp
- func (x *StreamMetricsEvent_IntervalMetric) GetName() string
- func (x *StreamMetricsEvent_IntervalMetric) GetValues() map[string]uint64
- func (*StreamMetricsEvent_IntervalMetric) ProtoMessage()
- func (x *StreamMetricsEvent_IntervalMetric) ProtoReflect() protoreflect.Message
- func (x *StreamMetricsEvent_IntervalMetric) Reset()
- func (x *StreamMetricsEvent_IntervalMetric) String() string
- type StreamMetricsRequest
- func (*StreamMetricsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StreamMetricsRequest) GetMatchers() []*StreamMetricsRequest_MetricMatcher
- func (*StreamMetricsRequest) ProtoMessage()
- func (x *StreamMetricsRequest) ProtoReflect() protoreflect.Message
- func (x *StreamMetricsRequest) Reset()
- func (x *StreamMetricsRequest) String() string
- type StreamMetricsRequest_MetricMatcher
- func (*StreamMetricsRequest_MetricMatcher) Descriptor() ([]byte, []int)deprecated
- func (x *StreamMetricsRequest_MetricMatcher) GetNameRegex() string
- func (x *StreamMetricsRequest_MetricMatcher) GetSourceIDRegex() string
- func (*StreamMetricsRequest_MetricMatcher) ProtoMessage()
- func (x *StreamMetricsRequest_MetricMatcher) ProtoReflect() protoreflect.Message
- func (x *StreamMetricsRequest_MetricMatcher) Reset()
- func (x *StreamMetricsRequest_MetricMatcher) String() string
- type StreamTracesRequest
- func (*StreamTracesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StreamTracesRequest) GetContentTypes() []int32
- func (x *StreamTracesRequest) GetEnabledFilter() bool
- func (x *StreamTracesRequest) GetFilterType() TraceFilterType
- func (*StreamTracesRequest) ProtoMessage()
- func (x *StreamTracesRequest) ProtoReflect() protoreflect.Message
- func (x *StreamTracesRequest) Reset()
- func (x *StreamTracesRequest) String() string
- type ToggleCircuitTracesRequest
- func (*ToggleCircuitTracesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ToggleCircuitTracesRequest) GetClientRegex() string
- func (x *ToggleCircuitTracesRequest) GetEnable() bool
- func (x *ToggleCircuitTracesRequest) GetServiceRegex() string
- func (*ToggleCircuitTracesRequest) ProtoMessage()
- func (x *ToggleCircuitTracesRequest) ProtoReflect() protoreflect.Message
- func (x *ToggleCircuitTracesRequest) Reset()
- func (x *ToggleCircuitTracesRequest) String() string
- type TraceFilterType
- func (TraceFilterType) Descriptor() protoreflect.EnumDescriptor
- func (x TraceFilterType) Enum() *TraceFilterType
- func (TraceFilterType) EnumDescriptor() ([]byte, []int)deprecated
- func (x TraceFilterType) Number() protoreflect.EnumNumber
- func (x TraceFilterType) String() string
- func (TraceFilterType) Type() protoreflect.EnumType
Constants ¶
const DECODER = "mgmt"
Variables ¶
var ( ContentType_name = map[int32]string{ 0: "Zero", 10040: "StreamMetricsRequestType", 10041: "StreamMetricsEventType", 10042: "StreamCircuitsRequestType", 10043: "StreamCircuitsEventType", 10044: "TogglePipeTracesRequestType", 10045: "ToggleCircuitTracesRequestType", 10046: "StreamTracesRequestType", 10047: "StreamTracesEventType", 10048: "InspectRequestType", 10049: "InspectResponseType", 10070: "SnapshotDbRequestType", 10071: "RouterDebugForgetLinkRequestType", 10080: "RaftListMembersRequestType", 10081: "RaftListMembersResponseType", 10082: "RaftJoinRequestType", 10083: "RaftRemoveRequestType", } ContentType_value = map[string]int32{ "Zero": 0, "StreamMetricsRequestType": 10040, "StreamMetricsEventType": 10041, "StreamCircuitsRequestType": 10042, "StreamCircuitsEventType": 10043, "TogglePipeTracesRequestType": 10044, "ToggleCircuitTracesRequestType": 10045, "StreamTracesRequestType": 10046, "StreamTracesEventType": 10047, "InspectRequestType": 10048, "InspectResponseType": 10049, "SnapshotDbRequestType": 10070, "RouterDebugForgetLinkRequestType": 10071, "RaftListMembersRequestType": 10080, "RaftListMembersResponseType": 10081, "RaftJoinRequestType": 10082, "RaftRemoveRequestType": 10083, } )
Enum value maps for ContentType.
var ( StreamCircuitEventType_name = map[int32]string{ 0: "CircuitCreated", 1: "CircuitDeleted", 2: "CircuitPresent", 3: "PathUpdated", 4: "CircuitFailed", } StreamCircuitEventType_value = map[string]int32{ "CircuitCreated": 0, "CircuitDeleted": 1, "CircuitPresent": 2, "PathUpdated": 3, "CircuitFailed": 4, } )
Enum value maps for StreamCircuitEventType.
var ( TraceFilterType_name = map[int32]string{ 0: "EXCLUDE", 1: "INCLUDE", } TraceFilterType_value = map[string]int32{ "EXCLUDE": 0, "INCLUDE": 1, } )
Enum value maps for TraceFilterType.
var File_mgmt_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ContentType ¶
type ContentType int32
const ( // Protoc says this has to be here ContentType_Zero ContentType = 0 // Streams ContentType_StreamMetricsRequestType ContentType = 10040 ContentType_StreamMetricsEventType ContentType = 10041 ContentType_StreamCircuitsRequestType ContentType = 10042 ContentType_StreamCircuitsEventType ContentType = 10043 ContentType_TogglePipeTracesRequestType ContentType = 10044 ContentType_ToggleCircuitTracesRequestType ContentType = 10045 ContentType_StreamTracesRequestType ContentType = 10046 ContentType_StreamTracesEventType ContentType = 10047 // Inspect ContentType_InspectRequestType ContentType = 10048 ContentType_InspectResponseType ContentType = 10049 // Snapshot db ContentType_SnapshotDbRequestType ContentType = 10070 // Router Mgmt ContentType_RouterDebugForgetLinkRequestType ContentType = 10071 // Raft ContentType_RaftListMembersRequestType ContentType = 10080 ContentType_RaftListMembersResponseType ContentType = 10081 ContentType_RaftJoinRequestType ContentType = 10082 ContentType_RaftRemoveRequestType ContentType = 10083 )
func (ContentType) Descriptor ¶ added in v0.16.65
func (ContentType) Descriptor() protoreflect.EnumDescriptor
func (ContentType) Enum ¶ added in v0.16.65
func (x ContentType) Enum() *ContentType
func (ContentType) EnumDescriptor
deprecated
func (ContentType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ContentType.Descriptor instead.
func (ContentType) Number ¶ added in v0.16.65
func (x ContentType) Number() protoreflect.EnumNumber
func (ContentType) String ¶
func (x ContentType) String() string
func (ContentType) Type ¶ added in v0.16.65
func (ContentType) Type() protoreflect.EnumType
type InspectRequest ¶
type InspectRequest struct { AppRegex string `protobuf:"bytes,1,opt,name=appRegex,proto3" json:"appRegex,omitempty"` RequestedValues []string `protobuf:"bytes,2,rep,name=requestedValues,proto3" json:"requestedValues,omitempty"` // contains filtered or unexported fields }
func (*InspectRequest) Descriptor
deprecated
func (*InspectRequest) Descriptor() ([]byte, []int)
Deprecated: Use InspectRequest.ProtoReflect.Descriptor instead.
func (*InspectRequest) GetAppRegex ¶
func (x *InspectRequest) GetAppRegex() string
func (*InspectRequest) GetContentType ¶ added in v0.17.105
func (request *InspectRequest) GetContentType() int32
func (*InspectRequest) GetRequestedValues ¶
func (x *InspectRequest) GetRequestedValues() []string
func (*InspectRequest) ProtoMessage ¶
func (*InspectRequest) ProtoMessage()
func (*InspectRequest) ProtoReflect ¶ added in v0.16.65
func (x *InspectRequest) ProtoReflect() protoreflect.Message
func (*InspectRequest) Reset ¶
func (x *InspectRequest) Reset()
func (*InspectRequest) String ¶
func (x *InspectRequest) String() string
type InspectResponse ¶
type InspectResponse struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` Errors []string `protobuf:"bytes,2,rep,name=errors,proto3" json:"errors,omitempty"` Values []*InspectResponse_InspectValue `protobuf:"bytes,3,rep,name=values,proto3" json:"values,omitempty"` // contains filtered or unexported fields }
func (*InspectResponse) Descriptor
deprecated
func (*InspectResponse) Descriptor() ([]byte, []int)
Deprecated: Use InspectResponse.ProtoReflect.Descriptor instead.
func (*InspectResponse) GetContentType ¶ added in v0.17.105
func (request *InspectResponse) GetContentType() int32
func (*InspectResponse) GetErrors ¶
func (x *InspectResponse) GetErrors() []string
func (*InspectResponse) GetSuccess ¶
func (x *InspectResponse) GetSuccess() bool
func (*InspectResponse) GetValues ¶
func (x *InspectResponse) GetValues() []*InspectResponse_InspectValue
func (*InspectResponse) ProtoMessage ¶
func (*InspectResponse) ProtoMessage()
func (*InspectResponse) ProtoReflect ¶ added in v0.16.65
func (x *InspectResponse) ProtoReflect() protoreflect.Message
func (*InspectResponse) Reset ¶
func (x *InspectResponse) Reset()
func (*InspectResponse) String ¶
func (x *InspectResponse) String() string
type InspectResponse_InspectValue ¶
type InspectResponse_InspectValue struct { AppId string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*InspectResponse_InspectValue) Descriptor
deprecated
func (*InspectResponse_InspectValue) Descriptor() ([]byte, []int)
Deprecated: Use InspectResponse_InspectValue.ProtoReflect.Descriptor instead.
func (*InspectResponse_InspectValue) GetAppId ¶
func (x *InspectResponse_InspectValue) GetAppId() string
func (*InspectResponse_InspectValue) GetName ¶
func (x *InspectResponse_InspectValue) GetName() string
func (*InspectResponse_InspectValue) GetValue ¶
func (x *InspectResponse_InspectValue) GetValue() string
func (*InspectResponse_InspectValue) ProtoMessage ¶
func (*InspectResponse_InspectValue) ProtoMessage()
func (*InspectResponse_InspectValue) ProtoReflect ¶ added in v0.16.65
func (x *InspectResponse_InspectValue) ProtoReflect() protoreflect.Message
func (*InspectResponse_InspectValue) Reset ¶
func (x *InspectResponse_InspectValue) Reset()
func (*InspectResponse_InspectValue) String ¶
func (x *InspectResponse_InspectValue) String() string
type Path ¶ added in v0.16.92
type Path struct { Nodes []string `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"` Links []string `protobuf:"bytes,2,rep,name=links,proto3" json:"links,omitempty"` TerminatorLocalAddress string `protobuf:"bytes,3,opt,name=terminatorLocalAddress,proto3" json:"terminatorLocalAddress,omitempty"` // contains filtered or unexported fields }
func (*Path) CalculateDisplayPath ¶ added in v0.16.92
func (*Path) Descriptor
deprecated
added in
v0.16.92
func (*Path) GetTerminatorLocalAddress ¶ added in v0.18.5
func (*Path) ProtoMessage ¶ added in v0.16.92
func (*Path) ProtoMessage()
func (*Path) ProtoReflect ¶ added in v0.16.92
func (x *Path) ProtoReflect() protoreflect.Message
type RaftMember ¶ added in v0.18.0
type RaftMember struct { Id string `protobuf:"bytes,1,opt,name=Id,proto3" json:"Id,omitempty"` Addr string `protobuf:"bytes,2,opt,name=Addr,proto3" json:"Addr,omitempty"` IsVoter bool `protobuf:"varint,3,opt,name=IsVoter,proto3" json:"IsVoter,omitempty"` IsLeader bool `protobuf:"varint,4,opt,name=IsLeader,proto3" json:"IsLeader,omitempty"` // contains filtered or unexported fields }
Raft
func (*RaftMember) Descriptor
deprecated
added in
v0.18.0
func (*RaftMember) Descriptor() ([]byte, []int)
Deprecated: Use RaftMember.ProtoReflect.Descriptor instead.
func (*RaftMember) GetAddr ¶ added in v0.18.0
func (x *RaftMember) GetAddr() string
func (*RaftMember) GetId ¶ added in v0.18.0
func (x *RaftMember) GetId() string
func (*RaftMember) GetIsLeader ¶ added in v0.18.0
func (x *RaftMember) GetIsLeader() bool
func (*RaftMember) GetIsVoter ¶ added in v0.18.0
func (x *RaftMember) GetIsVoter() bool
func (*RaftMember) ProtoMessage ¶ added in v0.18.0
func (*RaftMember) ProtoMessage()
func (*RaftMember) ProtoReflect ¶ added in v0.18.0
func (x *RaftMember) ProtoReflect() protoreflect.Message
func (*RaftMember) Reset ¶ added in v0.18.0
func (x *RaftMember) Reset()
func (*RaftMember) String ¶ added in v0.18.0
func (x *RaftMember) String() string
type RaftMemberListResponse ¶ added in v0.18.0
type RaftMemberListResponse struct { Members []*RaftMember `protobuf:"bytes,1,rep,name=members,proto3" json:"members,omitempty"` // contains filtered or unexported fields }
func (*RaftMemberListResponse) Descriptor
deprecated
added in
v0.18.0
func (*RaftMemberListResponse) Descriptor() ([]byte, []int)
Deprecated: Use RaftMemberListResponse.ProtoReflect.Descriptor instead.
func (*RaftMemberListResponse) GetContentType ¶ added in v0.18.0
func (request *RaftMemberListResponse) GetContentType() int32
func (*RaftMemberListResponse) GetMembers ¶ added in v0.18.0
func (x *RaftMemberListResponse) GetMembers() []*RaftMember
func (*RaftMemberListResponse) ProtoMessage ¶ added in v0.18.0
func (*RaftMemberListResponse) ProtoMessage()
func (*RaftMemberListResponse) ProtoReflect ¶ added in v0.18.0
func (x *RaftMemberListResponse) ProtoReflect() protoreflect.Message
func (*RaftMemberListResponse) Reset ¶ added in v0.18.0
func (x *RaftMemberListResponse) Reset()
func (*RaftMemberListResponse) String ¶ added in v0.18.0
func (x *RaftMemberListResponse) String() string
type StreamCircuitEventType ¶ added in v0.16.92
type StreamCircuitEventType int32
const ( StreamCircuitEventType_CircuitCreated StreamCircuitEventType = 0 StreamCircuitEventType_CircuitDeleted StreamCircuitEventType = 1 StreamCircuitEventType_CircuitPresent StreamCircuitEventType = 2 StreamCircuitEventType_PathUpdated StreamCircuitEventType = 3 StreamCircuitEventType_CircuitFailed StreamCircuitEventType = 4 )
func (StreamCircuitEventType) Descriptor ¶ added in v0.16.92
func (StreamCircuitEventType) Descriptor() protoreflect.EnumDescriptor
func (StreamCircuitEventType) Enum ¶ added in v0.16.92
func (x StreamCircuitEventType) Enum() *StreamCircuitEventType
func (StreamCircuitEventType) EnumDescriptor
deprecated
added in
v0.16.92
func (StreamCircuitEventType) EnumDescriptor() ([]byte, []int)
Deprecated: Use StreamCircuitEventType.Descriptor instead.
func (StreamCircuitEventType) Number ¶ added in v0.16.92
func (x StreamCircuitEventType) Number() protoreflect.EnumNumber
func (StreamCircuitEventType) String ¶ added in v0.16.92
func (x StreamCircuitEventType) String() string
func (StreamCircuitEventType) Type ¶ added in v0.16.92
func (StreamCircuitEventType) Type() protoreflect.EnumType
type StreamCircuitsEvent ¶ added in v0.16.92
type StreamCircuitsEvent struct { EventType StreamCircuitEventType `protobuf:"varint,1,opt,name=eventType,proto3,enum=ziti.mgmt_pb.StreamCircuitEventType" json:"eventType,omitempty"` CircuitId string `protobuf:"bytes,2,opt,name=circuitId,proto3" json:"circuitId,omitempty"` ClientId string `protobuf:"bytes,3,opt,name=clientId,proto3" json:"clientId,omitempty"` ServiceId string `protobuf:"bytes,4,opt,name=serviceId,proto3" json:"serviceId,omitempty"` Path *Path `protobuf:"bytes,5,opt,name=path,proto3" json:"path,omitempty"` CreationTimespan *int64 `protobuf:"varint,6,opt,name=creationTimespan,proto3,oneof" json:"creationTimespan,omitempty"` TerminatorId string `protobuf:"bytes,7,opt,name=terminatorId,proto3" json:"terminatorId,omitempty"` // contains filtered or unexported fields }
func (*StreamCircuitsEvent) Descriptor
deprecated
added in
v0.16.92
func (*StreamCircuitsEvent) Descriptor() ([]byte, []int)
Deprecated: Use StreamCircuitsEvent.ProtoReflect.Descriptor instead.
func (*StreamCircuitsEvent) GetCircuitId ¶ added in v0.16.92
func (x *StreamCircuitsEvent) GetCircuitId() string
func (*StreamCircuitsEvent) GetClientId ¶ added in v0.16.92
func (x *StreamCircuitsEvent) GetClientId() string
func (*StreamCircuitsEvent) GetCreationTimespan ¶ added in v0.17.96
func (x *StreamCircuitsEvent) GetCreationTimespan() int64
func (*StreamCircuitsEvent) GetEventType ¶ added in v0.16.92
func (x *StreamCircuitsEvent) GetEventType() StreamCircuitEventType
func (*StreamCircuitsEvent) GetPath ¶ added in v0.16.92
func (x *StreamCircuitsEvent) GetPath() *Path
func (*StreamCircuitsEvent) GetServiceId ¶ added in v0.16.92
func (x *StreamCircuitsEvent) GetServiceId() string
func (*StreamCircuitsEvent) GetTerminatorId ¶ added in v0.19.28
func (x *StreamCircuitsEvent) GetTerminatorId() string
func (*StreamCircuitsEvent) ProtoMessage ¶ added in v0.16.92
func (*StreamCircuitsEvent) ProtoMessage()
func (*StreamCircuitsEvent) ProtoReflect ¶ added in v0.16.92
func (x *StreamCircuitsEvent) ProtoReflect() protoreflect.Message
func (*StreamCircuitsEvent) Reset ¶ added in v0.16.92
func (x *StreamCircuitsEvent) Reset()
func (*StreamCircuitsEvent) String ¶ added in v0.16.92
func (x *StreamCircuitsEvent) String() string
type StreamMetricsEvent ¶
type StreamMetricsEvent struct { SourceId string `protobuf:"bytes,1,opt,name=sourceId,proto3" json:"sourceId,omitempty"` Timestamp *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"` Tags map[string]string `` /* 149-byte string literal not displayed */ IntMetrics map[string]int64 `` /* 162-byte string literal not displayed */ FloatMetrics map[string]float64 `` /* 167-byte string literal not displayed */ IntervalMetrics []*StreamMetricsEvent_IntervalMetric `protobuf:"bytes,6,rep,name=intervalMetrics,proto3" json:"intervalMetrics,omitempty"` MetricGroup map[string]string `` /* 163-byte string literal not displayed */ // contains filtered or unexported fields }
func (*StreamMetricsEvent) Descriptor
deprecated
func (*StreamMetricsEvent) Descriptor() ([]byte, []int)
Deprecated: Use StreamMetricsEvent.ProtoReflect.Descriptor instead.
func (*StreamMetricsEvent) GetFloatMetrics ¶
func (x *StreamMetricsEvent) GetFloatMetrics() map[string]float64
func (*StreamMetricsEvent) GetIntMetrics ¶
func (x *StreamMetricsEvent) GetIntMetrics() map[string]int64
func (*StreamMetricsEvent) GetIntervalMetrics ¶
func (x *StreamMetricsEvent) GetIntervalMetrics() []*StreamMetricsEvent_IntervalMetric
func (*StreamMetricsEvent) GetMetricGroup ¶ added in v0.13.2
func (x *StreamMetricsEvent) GetMetricGroup() map[string]string
func (*StreamMetricsEvent) GetSourceId ¶
func (x *StreamMetricsEvent) GetSourceId() string
func (*StreamMetricsEvent) GetTags ¶
func (x *StreamMetricsEvent) GetTags() map[string]string
func (*StreamMetricsEvent) GetTimestamp ¶
func (x *StreamMetricsEvent) GetTimestamp() *timestamppb.Timestamp
func (*StreamMetricsEvent) ProtoMessage ¶
func (*StreamMetricsEvent) ProtoMessage()
func (*StreamMetricsEvent) ProtoReflect ¶ added in v0.16.65
func (x *StreamMetricsEvent) ProtoReflect() protoreflect.Message
func (*StreamMetricsEvent) Reset ¶
func (x *StreamMetricsEvent) Reset()
func (*StreamMetricsEvent) String ¶
func (x *StreamMetricsEvent) String() string
type StreamMetricsEvent_IntervalMetric ¶
type StreamMetricsEvent_IntervalMetric struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` IntervalStartUTC *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=intervalStartUTC,proto3" json:"intervalStartUTC,omitempty"` IntervalEndUTC *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=intervalEndUTC,proto3" json:"intervalEndUTC,omitempty"` Values map[string]uint64 `` /* 154-byte string literal not displayed */ // contains filtered or unexported fields }
func (*StreamMetricsEvent_IntervalMetric) Descriptor
deprecated
func (*StreamMetricsEvent_IntervalMetric) Descriptor() ([]byte, []int)
Deprecated: Use StreamMetricsEvent_IntervalMetric.ProtoReflect.Descriptor instead.
func (*StreamMetricsEvent_IntervalMetric) GetIntervalEndUTC ¶
func (x *StreamMetricsEvent_IntervalMetric) GetIntervalEndUTC() *timestamppb.Timestamp
func (*StreamMetricsEvent_IntervalMetric) GetIntervalStartUTC ¶
func (x *StreamMetricsEvent_IntervalMetric) GetIntervalStartUTC() *timestamppb.Timestamp
func (*StreamMetricsEvent_IntervalMetric) GetName ¶
func (x *StreamMetricsEvent_IntervalMetric) GetName() string
func (*StreamMetricsEvent_IntervalMetric) GetValues ¶
func (x *StreamMetricsEvent_IntervalMetric) GetValues() map[string]uint64
func (*StreamMetricsEvent_IntervalMetric) ProtoMessage ¶
func (*StreamMetricsEvent_IntervalMetric) ProtoMessage()
func (*StreamMetricsEvent_IntervalMetric) ProtoReflect ¶ added in v0.16.65
func (x *StreamMetricsEvent_IntervalMetric) ProtoReflect() protoreflect.Message
func (*StreamMetricsEvent_IntervalMetric) Reset ¶
func (x *StreamMetricsEvent_IntervalMetric) Reset()
func (*StreamMetricsEvent_IntervalMetric) String ¶
func (x *StreamMetricsEvent_IntervalMetric) String() string
type StreamMetricsRequest ¶
type StreamMetricsRequest struct { Matchers []*StreamMetricsRequest_MetricMatcher `protobuf:"bytes,1,rep,name=matchers,proto3" json:"matchers,omitempty"` // contains filtered or unexported fields }
func (*StreamMetricsRequest) Descriptor
deprecated
func (*StreamMetricsRequest) Descriptor() ([]byte, []int)
Deprecated: Use StreamMetricsRequest.ProtoReflect.Descriptor instead.
func (*StreamMetricsRequest) GetMatchers ¶
func (x *StreamMetricsRequest) GetMatchers() []*StreamMetricsRequest_MetricMatcher
func (*StreamMetricsRequest) ProtoMessage ¶
func (*StreamMetricsRequest) ProtoMessage()
func (*StreamMetricsRequest) ProtoReflect ¶ added in v0.16.65
func (x *StreamMetricsRequest) ProtoReflect() protoreflect.Message
func (*StreamMetricsRequest) Reset ¶
func (x *StreamMetricsRequest) Reset()
func (*StreamMetricsRequest) String ¶
func (x *StreamMetricsRequest) String() string
type StreamMetricsRequest_MetricMatcher ¶
type StreamMetricsRequest_MetricMatcher struct { NameRegex string `protobuf:"bytes,1,opt,name=nameRegex,proto3" json:"nameRegex,omitempty"` SourceIDRegex string `protobuf:"bytes,2,opt,name=sourceIDRegex,proto3" json:"sourceIDRegex,omitempty"` // contains filtered or unexported fields }
func (*StreamMetricsRequest_MetricMatcher) Descriptor
deprecated
func (*StreamMetricsRequest_MetricMatcher) Descriptor() ([]byte, []int)
Deprecated: Use StreamMetricsRequest_MetricMatcher.ProtoReflect.Descriptor instead.
func (*StreamMetricsRequest_MetricMatcher) GetNameRegex ¶
func (x *StreamMetricsRequest_MetricMatcher) GetNameRegex() string
func (*StreamMetricsRequest_MetricMatcher) GetSourceIDRegex ¶
func (x *StreamMetricsRequest_MetricMatcher) GetSourceIDRegex() string
func (*StreamMetricsRequest_MetricMatcher) ProtoMessage ¶
func (*StreamMetricsRequest_MetricMatcher) ProtoMessage()
func (*StreamMetricsRequest_MetricMatcher) ProtoReflect ¶ added in v0.16.65
func (x *StreamMetricsRequest_MetricMatcher) ProtoReflect() protoreflect.Message
func (*StreamMetricsRequest_MetricMatcher) Reset ¶
func (x *StreamMetricsRequest_MetricMatcher) Reset()
func (*StreamMetricsRequest_MetricMatcher) String ¶
func (x *StreamMetricsRequest_MetricMatcher) String() string
type StreamTracesRequest ¶
type StreamTracesRequest struct { EnabledFilter bool `protobuf:"varint,1,opt,name=enabledFilter,proto3" json:"enabledFilter,omitempty"` FilterType TraceFilterType `protobuf:"varint,2,opt,name=filterType,proto3,enum=ziti.mgmt_pb.TraceFilterType" json:"filterType,omitempty"` ContentTypes []int32 `protobuf:"varint,3,rep,packed,name=contentTypes,proto3" json:"contentTypes,omitempty"` // contains filtered or unexported fields }
func (*StreamTracesRequest) Descriptor
deprecated
func (*StreamTracesRequest) Descriptor() ([]byte, []int)
Deprecated: Use StreamTracesRequest.ProtoReflect.Descriptor instead.
func (*StreamTracesRequest) GetContentTypes ¶
func (x *StreamTracesRequest) GetContentTypes() []int32
func (*StreamTracesRequest) GetEnabledFilter ¶
func (x *StreamTracesRequest) GetEnabledFilter() bool
func (*StreamTracesRequest) GetFilterType ¶
func (x *StreamTracesRequest) GetFilterType() TraceFilterType
func (*StreamTracesRequest) ProtoMessage ¶
func (*StreamTracesRequest) ProtoMessage()
func (*StreamTracesRequest) ProtoReflect ¶ added in v0.16.65
func (x *StreamTracesRequest) ProtoReflect() protoreflect.Message
func (*StreamTracesRequest) Reset ¶
func (x *StreamTracesRequest) Reset()
func (*StreamTracesRequest) String ¶
func (x *StreamTracesRequest) String() string
type ToggleCircuitTracesRequest ¶ added in v0.16.92
type ToggleCircuitTracesRequest struct { Enable bool `protobuf:"varint,1,opt,name=enable,proto3" json:"enable,omitempty"` ServiceRegex string `protobuf:"bytes,2,opt,name=serviceRegex,proto3" json:"serviceRegex,omitempty"` ClientRegex string `protobuf:"bytes,3,opt,name=clientRegex,proto3" json:"clientRegex,omitempty"` // contains filtered or unexported fields }
func (*ToggleCircuitTracesRequest) Descriptor
deprecated
added in
v0.16.92
func (*ToggleCircuitTracesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ToggleCircuitTracesRequest.ProtoReflect.Descriptor instead.
func (*ToggleCircuitTracesRequest) GetClientRegex ¶ added in v0.16.92
func (x *ToggleCircuitTracesRequest) GetClientRegex() string
func (*ToggleCircuitTracesRequest) GetEnable ¶ added in v0.16.92
func (x *ToggleCircuitTracesRequest) GetEnable() bool
func (*ToggleCircuitTracesRequest) GetServiceRegex ¶ added in v0.16.92
func (x *ToggleCircuitTracesRequest) GetServiceRegex() string
func (*ToggleCircuitTracesRequest) ProtoMessage ¶ added in v0.16.92
func (*ToggleCircuitTracesRequest) ProtoMessage()
func (*ToggleCircuitTracesRequest) ProtoReflect ¶ added in v0.16.92
func (x *ToggleCircuitTracesRequest) ProtoReflect() protoreflect.Message
func (*ToggleCircuitTracesRequest) Reset ¶ added in v0.16.92
func (x *ToggleCircuitTracesRequest) Reset()
func (*ToggleCircuitTracesRequest) String ¶ added in v0.16.92
func (x *ToggleCircuitTracesRequest) String() string
type TraceFilterType ¶
type TraceFilterType int32
const ( TraceFilterType_EXCLUDE TraceFilterType = 0 TraceFilterType_INCLUDE TraceFilterType = 1 )
func (TraceFilterType) Descriptor ¶ added in v0.16.65
func (TraceFilterType) Descriptor() protoreflect.EnumDescriptor
func (TraceFilterType) Enum ¶ added in v0.16.65
func (x TraceFilterType) Enum() *TraceFilterType
func (TraceFilterType) EnumDescriptor
deprecated
func (TraceFilterType) EnumDescriptor() ([]byte, []int)
Deprecated: Use TraceFilterType.Descriptor instead.
func (TraceFilterType) Number ¶ added in v0.16.65
func (x TraceFilterType) Number() protoreflect.EnumNumber
func (TraceFilterType) String ¶
func (x TraceFilterType) String() string
func (TraceFilterType) Type ¶ added in v0.16.65
func (TraceFilterType) Type() protoreflect.EnumType