Documentation ¶
Index ¶
- Variables
- func RegisterLogs2MetricServiceServer(s grpc.ServiceRegistrar, srv Logs2MetricServiceServer)
- type AtomicBatchExecuteL2MRequest
- func (*AtomicBatchExecuteL2MRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AtomicBatchExecuteL2MRequest) GetRequests() []*L2MExecutionRequest
- func (*AtomicBatchExecuteL2MRequest) ProtoMessage()
- func (x *AtomicBatchExecuteL2MRequest) ProtoReflect() protoreflect.Message
- func (x *AtomicBatchExecuteL2MRequest) Reset()
- func (x *AtomicBatchExecuteL2MRequest) String() string
- type AtomicBatchExecuteL2MResponse
- func (*AtomicBatchExecuteL2MResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AtomicBatchExecuteL2MResponse) GetMatchingResponses() []*L2MExecutionResponse
- func (*AtomicBatchExecuteL2MResponse) ProtoMessage()
- func (x *AtomicBatchExecuteL2MResponse) ProtoReflect() protoreflect.Message
- func (x *AtomicBatchExecuteL2MResponse) Reset()
- func (x *AtomicBatchExecuteL2MResponse) String() string
- type AuditLogDescription
- func (*AuditLogDescription) Descriptor() ([]byte, []int)deprecated
- func (x *AuditLogDescription) GetDescription() string
- func (*AuditLogDescription) ProtoMessage()
- func (x *AuditLogDescription) ProtoReflect() protoreflect.Message
- func (x *AuditLogDescription) Reset()
- func (x *AuditLogDescription) String() string
- type CreateL2MRequest
- type DeleteL2MRequest
- func (*DeleteL2MRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteL2MRequest) GetId() *wrapperspb.StringValue
- func (*DeleteL2MRequest) ProtoMessage()
- func (x *DeleteL2MRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteL2MRequest) Reset()
- func (x *DeleteL2MRequest) String() string
- type GetL2MRequest
- type L2M
- func (*L2M) Descriptor() ([]byte, []int)deprecated
- func (x *L2M) GetCreateTime() *wrapperspb.StringValue
- func (x *L2M) GetDescription() *wrapperspb.StringValue
- func (x *L2M) GetId() *wrapperspb.StringValue
- func (x *L2M) GetMetricFields() []*MetricField
- func (x *L2M) GetMetricLabels() []*MetricLabel
- func (x *L2M) GetName() *wrapperspb.StringValue
- func (x *L2M) GetPermutations() *L2MPermutations
- func (x *L2M) GetQuery() *LogsQuery
- func (x *L2M) GetUpdateTime() *wrapperspb.StringValue
- func (*L2M) ProtoMessage()
- func (x *L2M) ProtoReflect() protoreflect.Message
- func (x *L2M) Reset()
- func (x *L2M) String() string
- type L2MExecutionRequest
- func (*L2MExecutionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *L2MExecutionRequest) GetCreate() *CreateL2MRequest
- func (x *L2MExecutionRequest) GetDelete() *DeleteL2MRequest
- func (x *L2MExecutionRequest) GetReplace() *ReplaceL2MRequest
- func (m *L2MExecutionRequest) GetRequest() isL2MExecutionRequest_Request
- func (*L2MExecutionRequest) ProtoMessage()
- func (x *L2MExecutionRequest) ProtoReflect() protoreflect.Message
- func (x *L2MExecutionRequest) Reset()
- func (x *L2MExecutionRequest) String() string
- type L2MExecutionRequest_Create
- type L2MExecutionRequest_Delete
- type L2MExecutionRequest_Replace
- type L2MExecutionResponse
- func (*L2MExecutionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *L2MExecutionResponse) GetCreated() *CreateL2MRequest
- func (x *L2MExecutionResponse) GetDeleted() *DeleteL2MRequest
- func (x *L2MExecutionResponse) GetReplaced() *ReplaceL2MRequest
- func (m *L2MExecutionResponse) GetResponse() isL2MExecutionResponse_Response
- func (*L2MExecutionResponse) ProtoMessage()
- func (x *L2MExecutionResponse) ProtoReflect() protoreflect.Message
- func (x *L2MExecutionResponse) Reset()
- func (x *L2MExecutionResponse) String() string
- type L2MExecutionResponse_Created
- type L2MExecutionResponse_Deleted
- type L2MExecutionResponse_Replaced
- type L2MPermutations
- func (*L2MPermutations) Descriptor() ([]byte, []int)deprecated
- func (x *L2MPermutations) GetHasExceededLimit() bool
- func (x *L2MPermutations) GetLimit() int32
- func (*L2MPermutations) ProtoMessage()
- func (x *L2MPermutations) ProtoReflect() protoreflect.Message
- func (x *L2MPermutations) Reset()
- func (x *L2MPermutations) String() string
- type ListL2MRequest
- type ListL2MResponse
- type Logs2MetricServiceClient
- type Logs2MetricServiceServer
- type LogsQuery
- func (*LogsQuery) Descriptor() ([]byte, []int)deprecated
- func (x *LogsQuery) GetAlias() *wrapperspb.StringValue
- func (x *LogsQuery) GetApplicationnameFilters() []*wrapperspb.StringValue
- func (x *LogsQuery) GetLucene() *wrapperspb.StringValue
- func (x *LogsQuery) GetSeverityFilters() []Severity
- func (x *LogsQuery) GetSubsystemnameFilters() []*wrapperspb.StringValue
- func (*LogsQuery) ProtoMessage()
- func (x *LogsQuery) ProtoReflect() protoreflect.Message
- func (x *LogsQuery) Reset()
- func (x *LogsQuery) String() string
- type MetricField
- func (*MetricField) Descriptor() ([]byte, []int)deprecated
- func (x *MetricField) GetSourceField() *wrapperspb.StringValue
- func (x *MetricField) GetTargetBaseMetricName() *wrapperspb.StringValue
- func (*MetricField) ProtoMessage()
- func (x *MetricField) ProtoReflect() protoreflect.Message
- func (x *MetricField) Reset()
- func (x *MetricField) String() string
- type MetricLabel
- func (*MetricLabel) Descriptor() ([]byte, []int)deprecated
- func (x *MetricLabel) GetSourceField() *wrapperspb.StringValue
- func (x *MetricLabel) GetTargetLabel() *wrapperspb.StringValue
- func (*MetricLabel) ProtoMessage()
- func (x *MetricLabel) ProtoReflect() protoreflect.Message
- func (x *MetricLabel) Reset()
- func (x *MetricLabel) String() string
- type ReplaceL2MRequest
- type Severity
- type UnimplementedLogs2MetricServiceServer
- func (UnimplementedLogs2MetricServiceServer) AtomicBatchExecuteL2M(context.Context, *AtomicBatchExecuteL2MRequest) (*AtomicBatchExecuteL2MResponse, error)
- func (UnimplementedLogs2MetricServiceServer) CreateL2M(context.Context, *CreateL2MRequest) (*L2M, error)
- func (UnimplementedLogs2MetricServiceServer) DeleteL2M(context.Context, *DeleteL2MRequest) (*emptypb.Empty, error)
- func (UnimplementedLogs2MetricServiceServer) GetL2M(context.Context, *GetL2MRequest) (*L2M, error)
- func (UnimplementedLogs2MetricServiceServer) ListL2M(context.Context, *ListL2MRequest) (*ListL2MResponse, error)
- func (UnimplementedLogs2MetricServiceServer) ReplaceL2M(context.Context, *ReplaceL2MRequest) (*L2M, error)
- type UnsafeLogs2MetricServiceServer
Constants ¶
This section is empty.
Variables ¶
var ( Severity_name = map[int32]string{ 0: "Unspecified", 1: "Debug", 2: "Verbose", 3: "Info", 4: "Warning", 5: "Error", 6: "Critical", } Severity_value = map[string]int32{ "Unspecified": 0, "Debug": 1, "Verbose": 2, "Info": 3, "Warning": 4, "Error": 5, "Critical": 6, } )
Enum value maps for Severity.
var (
// optional com.coralogixapis.logs2metrics.v2.AuditLogDescription audit_log_description = 5002;
E_AuditLogDescription = &file_com_coralogixapis_logs2metrics_v2_audit_log_proto_extTypes[0]
)
Extension fields to descriptorpb.MethodOptions.
var File_com_coralogixapis_logs2metrics_v2_audit_log_proto protoreflect.FileDescriptor
var File_com_coralogixapis_logs2metrics_v2_logs2metrics_definition_proto protoreflect.FileDescriptor
var File_com_coralogixapis_logs2metrics_v2_logs2metrics_service_proto protoreflect.FileDescriptor
var File_com_coralogixapis_logs2metrics_v2_logs_query_proto protoreflect.FileDescriptor
var Logs2MetricService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "com.coralogixapis.logs2metrics.v2.Logs2MetricService", HandlerType: (*Logs2MetricServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateL2M", Handler: _Logs2MetricService_CreateL2M_Handler, }, { MethodName: "ListL2M", Handler: _Logs2MetricService_ListL2M_Handler, }, { MethodName: "ReplaceL2M", Handler: _Logs2MetricService_ReplaceL2M_Handler, }, { MethodName: "GetL2M", Handler: _Logs2MetricService_GetL2M_Handler, }, { MethodName: "DeleteL2M", Handler: _Logs2MetricService_DeleteL2M_Handler, }, { MethodName: "AtomicBatchExecuteL2M", Handler: _Logs2MetricService_AtomicBatchExecuteL2M_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "com/coralogixapis/logs2metrics/v2/logs2metrics_service.proto", }
Logs2MetricService_ServiceDesc is the grpc.ServiceDesc for Logs2MetricService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterLogs2MetricServiceServer ¶
func RegisterLogs2MetricServiceServer(s grpc.ServiceRegistrar, srv Logs2MetricServiceServer)
Types ¶
type AtomicBatchExecuteL2MRequest ¶
type AtomicBatchExecuteL2MRequest struct { Requests []*L2MExecutionRequest `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"` // contains filtered or unexported fields }
func (*AtomicBatchExecuteL2MRequest) Descriptor
deprecated
func (*AtomicBatchExecuteL2MRequest) Descriptor() ([]byte, []int)
Deprecated: Use AtomicBatchExecuteL2MRequest.ProtoReflect.Descriptor instead.
func (*AtomicBatchExecuteL2MRequest) GetRequests ¶
func (x *AtomicBatchExecuteL2MRequest) GetRequests() []*L2MExecutionRequest
func (*AtomicBatchExecuteL2MRequest) ProtoMessage ¶
func (*AtomicBatchExecuteL2MRequest) ProtoMessage()
func (*AtomicBatchExecuteL2MRequest) ProtoReflect ¶
func (x *AtomicBatchExecuteL2MRequest) ProtoReflect() protoreflect.Message
func (*AtomicBatchExecuteL2MRequest) Reset ¶
func (x *AtomicBatchExecuteL2MRequest) Reset()
func (*AtomicBatchExecuteL2MRequest) String ¶
func (x *AtomicBatchExecuteL2MRequest) String() string
type AtomicBatchExecuteL2MResponse ¶
type AtomicBatchExecuteL2MResponse struct { MatchingResponses []*L2MExecutionResponse `protobuf:"bytes,1,rep,name=matching_responses,json=matchingResponses,proto3" json:"matching_responses,omitempty"` // contains filtered or unexported fields }
func (*AtomicBatchExecuteL2MResponse) Descriptor
deprecated
func (*AtomicBatchExecuteL2MResponse) Descriptor() ([]byte, []int)
Deprecated: Use AtomicBatchExecuteL2MResponse.ProtoReflect.Descriptor instead.
func (*AtomicBatchExecuteL2MResponse) GetMatchingResponses ¶
func (x *AtomicBatchExecuteL2MResponse) GetMatchingResponses() []*L2MExecutionResponse
func (*AtomicBatchExecuteL2MResponse) ProtoMessage ¶
func (*AtomicBatchExecuteL2MResponse) ProtoMessage()
func (*AtomicBatchExecuteL2MResponse) ProtoReflect ¶
func (x *AtomicBatchExecuteL2MResponse) ProtoReflect() protoreflect.Message
func (*AtomicBatchExecuteL2MResponse) Reset ¶
func (x *AtomicBatchExecuteL2MResponse) Reset()
func (*AtomicBatchExecuteL2MResponse) String ¶
func (x *AtomicBatchExecuteL2MResponse) String() string
type AuditLogDescription ¶
type AuditLogDescription struct { Description *string `protobuf:"bytes,1,opt,name=description,proto3,oneof" json:"description,omitempty"` // contains filtered or unexported fields }
func (*AuditLogDescription) Descriptor
deprecated
func (*AuditLogDescription) Descriptor() ([]byte, []int)
Deprecated: Use AuditLogDescription.ProtoReflect.Descriptor instead.
func (*AuditLogDescription) GetDescription ¶
func (x *AuditLogDescription) GetDescription() string
func (*AuditLogDescription) ProtoMessage ¶
func (*AuditLogDescription) ProtoMessage()
func (*AuditLogDescription) ProtoReflect ¶
func (x *AuditLogDescription) ProtoReflect() protoreflect.Message
func (*AuditLogDescription) Reset ¶
func (x *AuditLogDescription) Reset()
func (*AuditLogDescription) String ¶
func (x *AuditLogDescription) String() string
type CreateL2MRequest ¶
type CreateL2MRequest struct { L2M *L2M `protobuf:"bytes,1,opt,name=l2m,proto3" json:"l2m,omitempty"` // contains filtered or unexported fields }
func (*CreateL2MRequest) Descriptor
deprecated
func (*CreateL2MRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateL2MRequest.ProtoReflect.Descriptor instead.
func (*CreateL2MRequest) GetL2M ¶
func (x *CreateL2MRequest) GetL2M() *L2M
func (*CreateL2MRequest) ProtoMessage ¶
func (*CreateL2MRequest) ProtoMessage()
func (*CreateL2MRequest) ProtoReflect ¶
func (x *CreateL2MRequest) ProtoReflect() protoreflect.Message
func (*CreateL2MRequest) Reset ¶
func (x *CreateL2MRequest) Reset()
func (*CreateL2MRequest) String ¶
func (x *CreateL2MRequest) String() string
type DeleteL2MRequest ¶
type DeleteL2MRequest struct { Id *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteL2MRequest) Descriptor
deprecated
func (*DeleteL2MRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteL2MRequest.ProtoReflect.Descriptor instead.
func (*DeleteL2MRequest) GetId ¶
func (x *DeleteL2MRequest) GetId() *wrapperspb.StringValue
func (*DeleteL2MRequest) ProtoMessage ¶
func (*DeleteL2MRequest) ProtoMessage()
func (*DeleteL2MRequest) ProtoReflect ¶
func (x *DeleteL2MRequest) ProtoReflect() protoreflect.Message
func (*DeleteL2MRequest) Reset ¶
func (x *DeleteL2MRequest) Reset()
func (*DeleteL2MRequest) String ¶
func (x *DeleteL2MRequest) String() string
type GetL2MRequest ¶
type GetL2MRequest struct { Id *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetL2MRequest) Descriptor
deprecated
func (*GetL2MRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetL2MRequest.ProtoReflect.Descriptor instead.
func (*GetL2MRequest) GetId ¶
func (x *GetL2MRequest) GetId() *wrapperspb.StringValue
func (*GetL2MRequest) ProtoMessage ¶
func (*GetL2MRequest) ProtoMessage()
func (*GetL2MRequest) ProtoReflect ¶
func (x *GetL2MRequest) ProtoReflect() protoreflect.Message
func (*GetL2MRequest) Reset ¶
func (x *GetL2MRequest) Reset()
func (*GetL2MRequest) String ¶
func (x *GetL2MRequest) String() string
type L2M ¶
type L2M struct { Id *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Description *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` Query *LogsQuery `protobuf:"bytes,5,opt,name=query,proto3" json:"query,omitempty"` CreateTime *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` UpdateTime *wrapperspb.StringValue `protobuf:"bytes,9,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` Permutations *L2MPermutations `protobuf:"bytes,10,opt,name=permutations,proto3" json:"permutations,omitempty"` MetricLabels []*MetricLabel `protobuf:"bytes,12,rep,name=metric_labels,json=metricLabels,proto3" json:"metric_labels,omitempty"` MetricFields []*MetricField `protobuf:"bytes,13,rep,name=metric_fields,json=metricFields,proto3" json:"metric_fields,omitempty"` // contains filtered or unexported fields }
func (*L2M) Descriptor
deprecated
func (*L2M) GetCreateTime ¶
func (x *L2M) GetCreateTime() *wrapperspb.StringValue
func (*L2M) GetDescription ¶
func (x *L2M) GetDescription() *wrapperspb.StringValue
func (*L2M) GetId ¶
func (x *L2M) GetId() *wrapperspb.StringValue
func (*L2M) GetMetricFields ¶
func (x *L2M) GetMetricFields() []*MetricField
func (*L2M) GetMetricLabels ¶
func (x *L2M) GetMetricLabels() []*MetricLabel
func (*L2M) GetName ¶
func (x *L2M) GetName() *wrapperspb.StringValue
func (*L2M) GetPermutations ¶
func (x *L2M) GetPermutations() *L2MPermutations
func (*L2M) GetUpdateTime ¶
func (x *L2M) GetUpdateTime() *wrapperspb.StringValue
func (*L2M) ProtoMessage ¶
func (*L2M) ProtoMessage()
func (*L2M) ProtoReflect ¶
func (x *L2M) ProtoReflect() protoreflect.Message
type L2MExecutionRequest ¶
type L2MExecutionRequest struct { // Types that are assignable to Request: // *L2MExecutionRequest_Create // *L2MExecutionRequest_Replace // *L2MExecutionRequest_Delete Request isL2MExecutionRequest_Request `protobuf_oneof:"request"` // contains filtered or unexported fields }
func (*L2MExecutionRequest) Descriptor
deprecated
func (*L2MExecutionRequest) Descriptor() ([]byte, []int)
Deprecated: Use L2MExecutionRequest.ProtoReflect.Descriptor instead.
func (*L2MExecutionRequest) GetCreate ¶
func (x *L2MExecutionRequest) GetCreate() *CreateL2MRequest
func (*L2MExecutionRequest) GetDelete ¶
func (x *L2MExecutionRequest) GetDelete() *DeleteL2MRequest
func (*L2MExecutionRequest) GetReplace ¶
func (x *L2MExecutionRequest) GetReplace() *ReplaceL2MRequest
func (*L2MExecutionRequest) GetRequest ¶
func (m *L2MExecutionRequest) GetRequest() isL2MExecutionRequest_Request
func (*L2MExecutionRequest) ProtoMessage ¶
func (*L2MExecutionRequest) ProtoMessage()
func (*L2MExecutionRequest) ProtoReflect ¶
func (x *L2MExecutionRequest) ProtoReflect() protoreflect.Message
func (*L2MExecutionRequest) Reset ¶
func (x *L2MExecutionRequest) Reset()
func (*L2MExecutionRequest) String ¶
func (x *L2MExecutionRequest) String() string
type L2MExecutionRequest_Create ¶
type L2MExecutionRequest_Create struct {
Create *CreateL2MRequest `protobuf:"bytes,1,opt,name=create,proto3,oneof"`
}
type L2MExecutionRequest_Delete ¶
type L2MExecutionRequest_Delete struct {
Delete *DeleteL2MRequest `protobuf:"bytes,3,opt,name=delete,proto3,oneof"`
}
type L2MExecutionRequest_Replace ¶
type L2MExecutionRequest_Replace struct {
Replace *ReplaceL2MRequest `protobuf:"bytes,2,opt,name=replace,proto3,oneof"`
}
type L2MExecutionResponse ¶
type L2MExecutionResponse struct { // Types that are assignable to Response: // *L2MExecutionResponse_Created // *L2MExecutionResponse_Replaced // *L2MExecutionResponse_Deleted Response isL2MExecutionResponse_Response `protobuf_oneof:"response"` // contains filtered or unexported fields }
func (*L2MExecutionResponse) Descriptor
deprecated
func (*L2MExecutionResponse) Descriptor() ([]byte, []int)
Deprecated: Use L2MExecutionResponse.ProtoReflect.Descriptor instead.
func (*L2MExecutionResponse) GetCreated ¶
func (x *L2MExecutionResponse) GetCreated() *CreateL2MRequest
func (*L2MExecutionResponse) GetDeleted ¶
func (x *L2MExecutionResponse) GetDeleted() *DeleteL2MRequest
func (*L2MExecutionResponse) GetReplaced ¶
func (x *L2MExecutionResponse) GetReplaced() *ReplaceL2MRequest
func (*L2MExecutionResponse) GetResponse ¶
func (m *L2MExecutionResponse) GetResponse() isL2MExecutionResponse_Response
func (*L2MExecutionResponse) ProtoMessage ¶
func (*L2MExecutionResponse) ProtoMessage()
func (*L2MExecutionResponse) ProtoReflect ¶
func (x *L2MExecutionResponse) ProtoReflect() protoreflect.Message
func (*L2MExecutionResponse) Reset ¶
func (x *L2MExecutionResponse) Reset()
func (*L2MExecutionResponse) String ¶
func (x *L2MExecutionResponse) String() string
type L2MExecutionResponse_Created ¶
type L2MExecutionResponse_Created struct {
Created *CreateL2MRequest `protobuf:"bytes,1,opt,name=created,proto3,oneof"`
}
type L2MExecutionResponse_Deleted ¶
type L2MExecutionResponse_Deleted struct {
Deleted *DeleteL2MRequest `protobuf:"bytes,3,opt,name=deleted,proto3,oneof"`
}
type L2MExecutionResponse_Replaced ¶
type L2MExecutionResponse_Replaced struct {
Replaced *ReplaceL2MRequest `protobuf:"bytes,2,opt,name=replaced,proto3,oneof"`
}
type L2MPermutations ¶
type L2MPermutations struct { Limit int32 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"` HasExceededLimit bool `protobuf:"varint,2,opt,name=has_exceeded_limit,json=hasExceededLimit,proto3" json:"has_exceeded_limit,omitempty"` // contains filtered or unexported fields }
func (*L2MPermutations) Descriptor
deprecated
func (*L2MPermutations) Descriptor() ([]byte, []int)
Deprecated: Use L2MPermutations.ProtoReflect.Descriptor instead.
func (*L2MPermutations) GetHasExceededLimit ¶
func (x *L2MPermutations) GetHasExceededLimit() bool
func (*L2MPermutations) GetLimit ¶
func (x *L2MPermutations) GetLimit() int32
func (*L2MPermutations) ProtoMessage ¶
func (*L2MPermutations) ProtoMessage()
func (*L2MPermutations) ProtoReflect ¶
func (x *L2MPermutations) ProtoReflect() protoreflect.Message
func (*L2MPermutations) Reset ¶
func (x *L2MPermutations) Reset()
func (*L2MPermutations) String ¶
func (x *L2MPermutations) String() string
type ListL2MRequest ¶
type ListL2MRequest struct {
// contains filtered or unexported fields
}
func (*ListL2MRequest) Descriptor
deprecated
func (*ListL2MRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListL2MRequest.ProtoReflect.Descriptor instead.
func (*ListL2MRequest) ProtoMessage ¶
func (*ListL2MRequest) ProtoMessage()
func (*ListL2MRequest) ProtoReflect ¶
func (x *ListL2MRequest) ProtoReflect() protoreflect.Message
func (*ListL2MRequest) Reset ¶
func (x *ListL2MRequest) Reset()
func (*ListL2MRequest) String ¶
func (x *ListL2MRequest) String() string
type ListL2MResponse ¶
type ListL2MResponse struct { L2M []*L2M `protobuf:"bytes,1,rep,name=l2m,proto3" json:"l2m,omitempty"` // contains filtered or unexported fields }
func (*ListL2MResponse) Descriptor
deprecated
func (*ListL2MResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListL2MResponse.ProtoReflect.Descriptor instead.
func (*ListL2MResponse) GetL2M ¶
func (x *ListL2MResponse) GetL2M() []*L2M
func (*ListL2MResponse) ProtoMessage ¶
func (*ListL2MResponse) ProtoMessage()
func (*ListL2MResponse) ProtoReflect ¶
func (x *ListL2MResponse) ProtoReflect() protoreflect.Message
func (*ListL2MResponse) Reset ¶
func (x *ListL2MResponse) Reset()
func (*ListL2MResponse) String ¶
func (x *ListL2MResponse) String() string
type Logs2MetricServiceClient ¶
type Logs2MetricServiceClient interface { CreateL2M(ctx context.Context, in *CreateL2MRequest, opts ...grpc.CallOption) (*L2M, error) ListL2M(ctx context.Context, in *ListL2MRequest, opts ...grpc.CallOption) (*ListL2MResponse, error) ReplaceL2M(ctx context.Context, in *ReplaceL2MRequest, opts ...grpc.CallOption) (*L2M, error) GetL2M(ctx context.Context, in *GetL2MRequest, opts ...grpc.CallOption) (*L2M, error) DeleteL2M(ctx context.Context, in *DeleteL2MRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) AtomicBatchExecuteL2M(ctx context.Context, in *AtomicBatchExecuteL2MRequest, opts ...grpc.CallOption) (*AtomicBatchExecuteL2MResponse, error) }
Logs2MetricServiceClient is the client API for Logs2MetricService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewLogs2MetricServiceClient ¶
func NewLogs2MetricServiceClient(cc grpc.ClientConnInterface) Logs2MetricServiceClient
type Logs2MetricServiceServer ¶
type Logs2MetricServiceServer interface { CreateL2M(context.Context, *CreateL2MRequest) (*L2M, error) ListL2M(context.Context, *ListL2MRequest) (*ListL2MResponse, error) ReplaceL2M(context.Context, *ReplaceL2MRequest) (*L2M, error) GetL2M(context.Context, *GetL2MRequest) (*L2M, error) DeleteL2M(context.Context, *DeleteL2MRequest) (*emptypb.Empty, error) AtomicBatchExecuteL2M(context.Context, *AtomicBatchExecuteL2MRequest) (*AtomicBatchExecuteL2MResponse, error) // contains filtered or unexported methods }
Logs2MetricServiceServer is the server API for Logs2MetricService service. All implementations must embed UnimplementedLogs2MetricServiceServer for forward compatibility
type LogsQuery ¶
type LogsQuery struct { Lucene *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=lucene,proto3" json:"lucene,omitempty"` Alias *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=alias,proto3" json:"alias,omitempty"` ApplicationnameFilters []*wrapperspb.StringValue `` /* 127-byte string literal not displayed */ SubsystemnameFilters []*wrapperspb.StringValue `protobuf:"bytes,4,rep,name=subsystemname_filters,json=subsystemnameFilters,proto3" json:"subsystemname_filters,omitempty"` SeverityFilters []Severity `` /* 162-byte string literal not displayed */ // contains filtered or unexported fields }
func (*LogsQuery) Descriptor
deprecated
func (*LogsQuery) GetAlias ¶
func (x *LogsQuery) GetAlias() *wrapperspb.StringValue
func (*LogsQuery) GetApplicationnameFilters ¶
func (x *LogsQuery) GetApplicationnameFilters() []*wrapperspb.StringValue
func (*LogsQuery) GetLucene ¶
func (x *LogsQuery) GetLucene() *wrapperspb.StringValue
func (*LogsQuery) GetSeverityFilters ¶
func (*LogsQuery) GetSubsystemnameFilters ¶
func (x *LogsQuery) GetSubsystemnameFilters() []*wrapperspb.StringValue
func (*LogsQuery) ProtoMessage ¶
func (*LogsQuery) ProtoMessage()
func (*LogsQuery) ProtoReflect ¶
func (x *LogsQuery) ProtoReflect() protoreflect.Message
type MetricField ¶
type MetricField struct { TargetBaseMetricName *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=target_base_metric_name,json=targetBaseMetricName,proto3" json:"target_base_metric_name,omitempty"` SourceField *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=source_field,json=sourceField,proto3" json:"source_field,omitempty"` // contains filtered or unexported fields }
func (*MetricField) Descriptor
deprecated
func (*MetricField) Descriptor() ([]byte, []int)
Deprecated: Use MetricField.ProtoReflect.Descriptor instead.
func (*MetricField) GetSourceField ¶
func (x *MetricField) GetSourceField() *wrapperspb.StringValue
func (*MetricField) GetTargetBaseMetricName ¶
func (x *MetricField) GetTargetBaseMetricName() *wrapperspb.StringValue
func (*MetricField) ProtoMessage ¶
func (*MetricField) ProtoMessage()
func (*MetricField) ProtoReflect ¶
func (x *MetricField) ProtoReflect() protoreflect.Message
func (*MetricField) Reset ¶
func (x *MetricField) Reset()
func (*MetricField) String ¶
func (x *MetricField) String() string
type MetricLabel ¶
type MetricLabel struct { TargetLabel *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=target_label,json=targetLabel,proto3" json:"target_label,omitempty"` SourceField *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=source_field,json=sourceField,proto3" json:"source_field,omitempty"` // contains filtered or unexported fields }
func (*MetricLabel) Descriptor
deprecated
func (*MetricLabel) Descriptor() ([]byte, []int)
Deprecated: Use MetricLabel.ProtoReflect.Descriptor instead.
func (*MetricLabel) GetSourceField ¶
func (x *MetricLabel) GetSourceField() *wrapperspb.StringValue
func (*MetricLabel) GetTargetLabel ¶
func (x *MetricLabel) GetTargetLabel() *wrapperspb.StringValue
func (*MetricLabel) ProtoMessage ¶
func (*MetricLabel) ProtoMessage()
func (*MetricLabel) ProtoReflect ¶
func (x *MetricLabel) ProtoReflect() protoreflect.Message
func (*MetricLabel) Reset ¶
func (x *MetricLabel) Reset()
func (*MetricLabel) String ¶
func (x *MetricLabel) String() string
type ReplaceL2MRequest ¶
type ReplaceL2MRequest struct { L2M *L2M `protobuf:"bytes,1,opt,name=l2m,proto3" json:"l2m,omitempty"` // contains filtered or unexported fields }
func (*ReplaceL2MRequest) Descriptor
deprecated
func (*ReplaceL2MRequest) Descriptor() ([]byte, []int)
Deprecated: Use ReplaceL2MRequest.ProtoReflect.Descriptor instead.
func (*ReplaceL2MRequest) GetL2M ¶
func (x *ReplaceL2MRequest) GetL2M() *L2M
func (*ReplaceL2MRequest) ProtoMessage ¶
func (*ReplaceL2MRequest) ProtoMessage()
func (*ReplaceL2MRequest) ProtoReflect ¶
func (x *ReplaceL2MRequest) ProtoReflect() protoreflect.Message
func (*ReplaceL2MRequest) Reset ¶
func (x *ReplaceL2MRequest) Reset()
func (*ReplaceL2MRequest) String ¶
func (x *ReplaceL2MRequest) String() string
type Severity ¶
type Severity int32
func (Severity) Descriptor ¶
func (Severity) Descriptor() protoreflect.EnumDescriptor
func (Severity) EnumDescriptor
deprecated
func (Severity) Number ¶
func (x Severity) Number() protoreflect.EnumNumber
func (Severity) Type ¶
func (Severity) Type() protoreflect.EnumType
type UnimplementedLogs2MetricServiceServer ¶
type UnimplementedLogs2MetricServiceServer struct { }
UnimplementedLogs2MetricServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedLogs2MetricServiceServer) AtomicBatchExecuteL2M ¶
func (UnimplementedLogs2MetricServiceServer) AtomicBatchExecuteL2M(context.Context, *AtomicBatchExecuteL2MRequest) (*AtomicBatchExecuteL2MResponse, error)
func (UnimplementedLogs2MetricServiceServer) CreateL2M ¶
func (UnimplementedLogs2MetricServiceServer) CreateL2M(context.Context, *CreateL2MRequest) (*L2M, error)
func (UnimplementedLogs2MetricServiceServer) DeleteL2M ¶
func (UnimplementedLogs2MetricServiceServer) DeleteL2M(context.Context, *DeleteL2MRequest) (*emptypb.Empty, error)
func (UnimplementedLogs2MetricServiceServer) GetL2M ¶
func (UnimplementedLogs2MetricServiceServer) GetL2M(context.Context, *GetL2MRequest) (*L2M, error)
func (UnimplementedLogs2MetricServiceServer) ListL2M ¶
func (UnimplementedLogs2MetricServiceServer) ListL2M(context.Context, *ListL2MRequest) (*ListL2MResponse, error)
func (UnimplementedLogs2MetricServiceServer) ReplaceL2M ¶
func (UnimplementedLogs2MetricServiceServer) ReplaceL2M(context.Context, *ReplaceL2MRequest) (*L2M, error)
type UnsafeLogs2MetricServiceServer ¶
type UnsafeLogs2MetricServiceServer interface {
// contains filtered or unexported methods
}
UnsafeLogs2MetricServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to Logs2MetricServiceServer will result in compilation errors.