Documentation ¶
Index ¶
- Variables
- type SpansQuery
- func (*SpansQuery) Descriptor() ([]byte, []int)deprecated
- func (x *SpansQuery) GetActionFilters() []*wrapperspb.StringValue
- func (x *SpansQuery) GetApplicationnameFilters() []*wrapperspb.StringValue
- func (x *SpansQuery) GetLucene() *wrapperspb.StringValue
- func (x *SpansQuery) GetServiceFilters() []*wrapperspb.StringValue
- func (x *SpansQuery) GetSubsystemnameFilters() []*wrapperspb.StringValue
- func (*SpansQuery) ProtoMessage()
- func (x *SpansQuery) ProtoReflect() protoreflect.Message
- func (x *SpansQuery) Reset()
- func (x *SpansQuery) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_com_coralogixapis_spans2metrics_v2_spans_query_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type SpansQuery ¶
type SpansQuery struct { // lucene query Lucene *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=lucene,proto3" json:"lucene,omitempty"` // application name filters ApplicationnameFilters []*wrapperspb.StringValue `` /* 127-byte string literal not displayed */ // subsystem name filters SubsystemnameFilters []*wrapperspb.StringValue `protobuf:"bytes,3,rep,name=subsystemname_filters,json=subsystemnameFilters,proto3" json:"subsystemname_filters,omitempty"` // action filters ActionFilters []*wrapperspb.StringValue `protobuf:"bytes,4,rep,name=action_filters,json=actionFilters,proto3" json:"action_filters,omitempty"` // service filters ServiceFilters []*wrapperspb.StringValue `protobuf:"bytes,5,rep,name=service_filters,json=serviceFilters,proto3" json:"service_filters,omitempty"` // contains filtered or unexported fields }
func (*SpansQuery) Descriptor
deprecated
func (*SpansQuery) Descriptor() ([]byte, []int)
Deprecated: Use SpansQuery.ProtoReflect.Descriptor instead.
func (*SpansQuery) GetActionFilters ¶
func (x *SpansQuery) GetActionFilters() []*wrapperspb.StringValue
func (*SpansQuery) GetApplicationnameFilters ¶
func (x *SpansQuery) GetApplicationnameFilters() []*wrapperspb.StringValue
func (*SpansQuery) GetLucene ¶
func (x *SpansQuery) GetLucene() *wrapperspb.StringValue
func (*SpansQuery) GetServiceFilters ¶
func (x *SpansQuery) GetServiceFilters() []*wrapperspb.StringValue
func (*SpansQuery) GetSubsystemnameFilters ¶
func (x *SpansQuery) GetSubsystemnameFilters() []*wrapperspb.StringValue
func (*SpansQuery) ProtoMessage ¶
func (*SpansQuery) ProtoMessage()
func (*SpansQuery) ProtoReflect ¶
func (x *SpansQuery) ProtoReflect() protoreflect.Message
func (*SpansQuery) Reset ¶
func (x *SpansQuery) Reset()
func (*SpansQuery) String ¶
func (x *SpansQuery) String() string
Click to show internal directories.
Click to hide internal directories.