Documentation ¶
Index ¶
- Variables
- func RegisterAlertServiceServer(s grpc.ServiceRegistrar, srv AlertServiceServer)
- type Alert
- func (*Alert) Descriptor() ([]byte, []int)deprecated
- func (x *Alert) GetActiveWhen() *AlertActiveWhen
- func (x *Alert) GetCondition() *AlertCondition
- func (x *Alert) GetDescription() *wrapperspb.StringValue
- func (x *Alert) GetExpiration() *Date
- func (x *Alert) GetFilters() *AlertFilters
- func (x *Alert) GetId() *wrapperspb.StringValue
- func (x *Alert) GetIsActive() *wrapperspb.BoolValue
- func (x *Alert) GetMetaLabels() []*MetaLabel
- func (x *Alert) GetMetaLabelsStrings() []*wrapperspb.StringValue
- func (x *Alert) GetName() *wrapperspb.StringValue
- func (x *Alert) GetNotificationGroups() []*AlertNotificationGroups
- func (x *Alert) GetNotificationPayloadFilters() []*wrapperspb.StringValue
- func (x *Alert) GetSeverity() AlertSeverity
- func (x *Alert) GetShowInInsight() *ShowInInsight
- func (x *Alert) GetTracingAlert() *TracingAlert
- func (x *Alert) GetUniqueIdentifier() *wrapperspb.StringValue
- func (*Alert) ProtoMessage()
- func (x *Alert) ProtoReflect() protoreflect.Message
- func (x *Alert) Reset()
- func (x *Alert) String() string
- type AlertActiveTimeframe
- func (*AlertActiveTimeframe) Descriptor() ([]byte, []int)deprecated
- func (x *AlertActiveTimeframe) GetDaysOfWeek() []DayOfWeek
- func (x *AlertActiveTimeframe) GetRange() *TimeRange
- func (*AlertActiveTimeframe) ProtoMessage()
- func (x *AlertActiveTimeframe) ProtoReflect() protoreflect.Message
- func (x *AlertActiveTimeframe) Reset()
- func (x *AlertActiveTimeframe) String() string
- type AlertActiveWhen
- func (*AlertActiveWhen) Descriptor() ([]byte, []int)deprecated
- func (x *AlertActiveWhen) GetTimeframes() []*AlertActiveTimeframe
- func (*AlertActiveWhen) ProtoMessage()
- func (x *AlertActiveWhen) ProtoReflect() protoreflect.Message
- func (x *AlertActiveWhen) Reset()
- func (x *AlertActiveWhen) String() string
- type AlertCondition
- func (*AlertCondition) Descriptor() ([]byte, []int)deprecated
- func (m *AlertCondition) GetCondition() isAlertCondition_Condition
- func (x *AlertCondition) GetFlow() *FlowCondition
- func (x *AlertCondition) GetImmediate() *ImmediateCondition
- func (x *AlertCondition) GetLessThan() *LessThanCondition
- func (x *AlertCondition) GetMoreThan() *MoreThanCondition
- func (x *AlertCondition) GetMoreThanUsual() *MoreThanUsualCondition
- func (x *AlertCondition) GetNewValue() *NewValueCondition
- func (x *AlertCondition) GetUniqueCount() *UniqueCountCondition
- func (*AlertCondition) ProtoMessage()
- func (x *AlertCondition) ProtoReflect() protoreflect.Message
- func (x *AlertCondition) Reset()
- func (x *AlertCondition) String() string
- type AlertCondition_Flow
- type AlertCondition_Immediate
- type AlertCondition_LessThan
- type AlertCondition_MoreThan
- type AlertCondition_MoreThanUsual
- type AlertCondition_NewValue
- type AlertCondition_UniqueCount
- type AlertEvent
- func (*AlertEvent) Descriptor() ([]byte, []int)deprecated
- func (x *AlertEvent) GetAlertId() *wrapperspb.StringValue
- func (x *AlertEvent) GetApplication() *wrapperspb.StringValue
- func (x *AlertEvent) GetCompanyId() *wrapperspb.StringValue
- func (x *AlertEvent) GetId() *wrapperspb.StringValue
- func (x *AlertEvent) GetName() *wrapperspb.StringValue
- func (x *AlertEvent) GetOccurredOn() *timestamppb.Timestamp
- func (x *AlertEvent) GetSeverity() AlertSeverity
- func (x *AlertEvent) GetSnoozed() *AlertSnoozed
- func (x *AlertEvent) GetSubType() AlertEvent_AlertEventSubType
- func (x *AlertEvent) GetSubsystem() *wrapperspb.StringValue
- func (x *AlertEvent) GetType() AlertEvent_AlertEventType
- func (*AlertEvent) ProtoMessage()
- func (x *AlertEvent) ProtoReflect() protoreflect.Message
- func (x *AlertEvent) Reset()
- func (x *AlertEvent) String() string
- type AlertEventCountType
- func (AlertEventCountType) Descriptor() protoreflect.EnumDescriptor
- func (x AlertEventCountType) Enum() *AlertEventCountType
- func (AlertEventCountType) EnumDescriptor() ([]byte, []int)deprecated
- func (x AlertEventCountType) Number() protoreflect.EnumNumber
- func (x AlertEventCountType) String() string
- func (AlertEventCountType) Type() protoreflect.EnumType
- type AlertEvent_AlertEventSubType
- func (AlertEvent_AlertEventSubType) Descriptor() protoreflect.EnumDescriptor
- func (x AlertEvent_AlertEventSubType) Enum() *AlertEvent_AlertEventSubType
- func (AlertEvent_AlertEventSubType) EnumDescriptor() ([]byte, []int)deprecated
- func (x AlertEvent_AlertEventSubType) Number() protoreflect.EnumNumber
- func (x AlertEvent_AlertEventSubType) String() string
- func (AlertEvent_AlertEventSubType) Type() protoreflect.EnumType
- type AlertEvent_AlertEventType
- func (AlertEvent_AlertEventType) Descriptor() protoreflect.EnumDescriptor
- func (x AlertEvent_AlertEventType) Enum() *AlertEvent_AlertEventType
- func (AlertEvent_AlertEventType) EnumDescriptor() ([]byte, []int)deprecated
- func (x AlertEvent_AlertEventType) Number() protoreflect.EnumNumber
- func (x AlertEvent_AlertEventType) String() string
- func (AlertEvent_AlertEventType) Type() protoreflect.EnumType
- type AlertEventsCountBySeverity
- func (*AlertEventsCountBySeverity) Descriptor() ([]byte, []int)deprecated
- func (x *AlertEventsCountBySeverity) GetCount() *wrapperspb.Int32Value
- func (x *AlertEventsCountBySeverity) GetSeverity() AlertSeverity
- func (x *AlertEventsCountBySeverity) GetSubType() AlertEvent_AlertEventSubType
- func (x *AlertEventsCountBySeverity) GetType() AlertEventCountType
- func (*AlertEventsCountBySeverity) ProtoMessage()
- func (x *AlertEventsCountBySeverity) ProtoReflect() protoreflect.Message
- func (x *AlertEventsCountBySeverity) Reset()
- func (x *AlertEventsCountBySeverity) String() string
- type AlertFilters
- func (*AlertFilters) Descriptor() ([]byte, []int)deprecated
- func (x *AlertFilters) GetAlias() *wrapperspb.StringValue
- func (x *AlertFilters) GetFilterType() AlertFilters_FilterType
- func (x *AlertFilters) GetMetadata() *AlertFilters_MetadataFilters
- func (x *AlertFilters) GetRatioAlerts() []*AlertFilters_RatioAlert
- func (x *AlertFilters) GetSeverities() []AlertFilters_LogSeverity
- func (x *AlertFilters) GetText() *wrapperspb.StringValue
- func (*AlertFilters) ProtoMessage()
- func (x *AlertFilters) ProtoReflect() protoreflect.Message
- func (x *AlertFilters) Reset()
- func (x *AlertFilters) String() string
- type AlertFilters_FilterType
- func (AlertFilters_FilterType) Descriptor() protoreflect.EnumDescriptor
- func (x AlertFilters_FilterType) Enum() *AlertFilters_FilterType
- func (AlertFilters_FilterType) EnumDescriptor() ([]byte, []int)deprecated
- func (x AlertFilters_FilterType) Number() protoreflect.EnumNumber
- func (x AlertFilters_FilterType) String() string
- func (AlertFilters_FilterType) Type() protoreflect.EnumType
- type AlertFilters_LogSeverity
- func (AlertFilters_LogSeverity) Descriptor() protoreflect.EnumDescriptor
- func (x AlertFilters_LogSeverity) Enum() *AlertFilters_LogSeverity
- func (AlertFilters_LogSeverity) EnumDescriptor() ([]byte, []int)deprecated
- func (x AlertFilters_LogSeverity) Number() protoreflect.EnumNumber
- func (x AlertFilters_LogSeverity) String() string
- func (AlertFilters_LogSeverity) Type() protoreflect.EnumType
- type AlertFilters_MetadataFilters
- func (*AlertFilters_MetadataFilters) Descriptor() ([]byte, []int)deprecated
- func (x *AlertFilters_MetadataFilters) GetApplications() []*wrapperspb.StringValue
- func (x *AlertFilters_MetadataFilters) GetCategories() []*wrapperspb.StringValue
- func (x *AlertFilters_MetadataFilters) GetClasses() []*wrapperspb.StringValue
- func (x *AlertFilters_MetadataFilters) GetComputers() []*wrapperspb.StringValue
- func (x *AlertFilters_MetadataFilters) GetIpAddresses() []*wrapperspb.StringValue
- func (x *AlertFilters_MetadataFilters) GetMethods() []*wrapperspb.StringValue
- func (x *AlertFilters_MetadataFilters) GetSubsystems() []*wrapperspb.StringValue
- func (*AlertFilters_MetadataFilters) ProtoMessage()
- func (x *AlertFilters_MetadataFilters) ProtoReflect() protoreflect.Message
- func (x *AlertFilters_MetadataFilters) Reset()
- func (x *AlertFilters_MetadataFilters) String() string
- type AlertFilters_RatioAlert
- func (*AlertFilters_RatioAlert) Descriptor() ([]byte, []int)deprecated
- func (x *AlertFilters_RatioAlert) GetAlias() *wrapperspb.StringValue
- func (x *AlertFilters_RatioAlert) GetApplications() []*wrapperspb.StringValue
- func (x *AlertFilters_RatioAlert) GetGroupBy() []*wrapperspb.StringValue
- func (x *AlertFilters_RatioAlert) GetSeverities() []AlertFilters_LogSeverity
- func (x *AlertFilters_RatioAlert) GetSubsystems() []*wrapperspb.StringValue
- func (x *AlertFilters_RatioAlert) GetText() *wrapperspb.StringValue
- func (*AlertFilters_RatioAlert) ProtoMessage()
- func (x *AlertFilters_RatioAlert) ProtoReflect() protoreflect.Message
- func (x *AlertFilters_RatioAlert) Reset()
- func (x *AlertFilters_RatioAlert) String() string
- type AlertNotification
- func (*AlertNotification) Descriptor() ([]byte, []int)deprecated
- func (x *AlertNotification) GetIntegrationId() *wrapperspb.UInt32Value
- func (m *AlertNotification) GetIntegrationType() isAlertNotification_IntegrationType
- func (x *AlertNotification) GetNotifyOn() NotifyOn
- func (x *AlertNotification) GetRecipients() *Recipients
- func (x *AlertNotification) GetRetriggeringPeriodSeconds() *wrapperspb.UInt32Value
- func (*AlertNotification) ProtoMessage()
- func (x *AlertNotification) ProtoReflect() protoreflect.Message
- func (x *AlertNotification) Reset()
- func (x *AlertNotification) String() string
- type AlertNotificationGroups
- func (*AlertNotificationGroups) Descriptor() ([]byte, []int)deprecated
- func (x *AlertNotificationGroups) GetGroupByFields() []*wrapperspb.StringValue
- func (x *AlertNotificationGroups) GetNotifications() []*AlertNotification
- func (*AlertNotificationGroups) ProtoMessage()
- func (x *AlertNotificationGroups) ProtoReflect() protoreflect.Message
- func (x *AlertNotificationGroups) Reset()
- func (x *AlertNotificationGroups) String() string
- type AlertNotification_IntegrationId
- type AlertNotification_Recipients
- type AlertServiceClient
- type AlertServiceServer
- type AlertSeverity
- func (AlertSeverity) Descriptor() protoreflect.EnumDescriptor
- func (x AlertSeverity) Enum() *AlertSeverity
- func (AlertSeverity) EnumDescriptor() ([]byte, []int)deprecated
- func (x AlertSeverity) Number() protoreflect.EnumNumber
- func (x AlertSeverity) String() string
- func (AlertSeverity) Type() protoreflect.EnumType
- type AlertSnoozed
- func (*AlertSnoozed) Descriptor() ([]byte, []int)deprecated
- func (x *AlertSnoozed) GetUntil() *timestamppb.Timestamp
- func (x *AlertSnoozed) GetUserId() *wrapperspb.StringValue
- func (*AlertSnoozed) ProtoMessage()
- func (x *AlertSnoozed) ProtoReflect() protoreflect.Message
- func (x *AlertSnoozed) Reset()
- func (x *AlertSnoozed) String() string
- type CleanupDeadmanDuration
- func (CleanupDeadmanDuration) Descriptor() protoreflect.EnumDescriptor
- func (x CleanupDeadmanDuration) Enum() *CleanupDeadmanDuration
- func (CleanupDeadmanDuration) EnumDescriptor() ([]byte, []int)deprecated
- func (x CleanupDeadmanDuration) Number() protoreflect.EnumNumber
- func (x CleanupDeadmanDuration) String() string
- func (CleanupDeadmanDuration) Type() protoreflect.EnumType
- type ConditionParameters
- func (*ConditionParameters) Descriptor() ([]byte, []int)deprecated
- func (x *ConditionParameters) GetCardinalityFields() []*wrapperspb.StringValue
- func (x *ConditionParameters) GetGroupBy() []*wrapperspb.StringValue
- func (x *ConditionParameters) GetIgnoreInfinity() *wrapperspb.BoolValue
- func (x *ConditionParameters) GetMaxUniqueCountValuesForGroupByKey() *wrapperspb.UInt32Value
- func (x *ConditionParameters) GetMetricAlertParameters() *MetricAlertConditionParameters
- func (x *ConditionParameters) GetMetricAlertPromqlParameters() *MetricAlertPromqlConditionParameters
- func (x *ConditionParameters) GetNotifyGroupByOnlyAlerts() *wrapperspb.BoolValue
- func (x *ConditionParameters) GetRelatedExtendedData() *RelatedExtendedData
- func (x *ConditionParameters) GetRelativeTimeframe() RelativeTimeframe
- func (x *ConditionParameters) GetThreshold() *wrapperspb.DoubleValue
- func (x *ConditionParameters) GetTimeframe() Timeframe
- func (*ConditionParameters) ProtoMessage()
- func (x *ConditionParameters) ProtoReflect() protoreflect.Message
- func (x *ConditionParameters) Reset()
- func (x *ConditionParameters) String() string
- type CreateAlertRequest
- func (*CreateAlertRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAlertRequest) GetActiveWhen() *AlertActiveWhen
- func (x *CreateAlertRequest) GetCondition() *AlertCondition
- func (x *CreateAlertRequest) GetDescription() *wrapperspb.StringValue
- func (x *CreateAlertRequest) GetExpiration() *Date
- func (x *CreateAlertRequest) GetFilters() *AlertFilters
- func (x *CreateAlertRequest) GetIsActive() *wrapperspb.BoolValue
- func (x *CreateAlertRequest) GetMetaLabels() []*MetaLabel
- func (x *CreateAlertRequest) GetMetaLabelsStrings() []*wrapperspb.StringValue
- func (x *CreateAlertRequest) GetName() *wrapperspb.StringValue
- func (x *CreateAlertRequest) GetNotificationGroups() []*AlertNotificationGroups
- func (x *CreateAlertRequest) GetNotificationPayloadFilters() []*wrapperspb.StringValue
- func (x *CreateAlertRequest) GetSeverity() AlertSeverity
- func (x *CreateAlertRequest) GetShowInInsight() *ShowInInsight
- func (x *CreateAlertRequest) GetTracingAlert() *TracingAlert
- func (*CreateAlertRequest) ProtoMessage()
- func (x *CreateAlertRequest) ProtoReflect() protoreflect.Message
- func (x *CreateAlertRequest) Reset()
- func (x *CreateAlertRequest) String() string
- type CreateAlertResponse
- func (*CreateAlertResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAlertResponse) GetAlert() *Alert
- func (*CreateAlertResponse) ProtoMessage()
- func (x *CreateAlertResponse) ProtoReflect() protoreflect.Message
- func (x *CreateAlertResponse) Reset()
- func (x *CreateAlertResponse) String() string
- type Date
- type DayOfWeek
- type DeleteAlertByUniqueIdRequest
- func (*DeleteAlertByUniqueIdRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteAlertByUniqueIdRequest) GetId() *wrapperspb.StringValue
- func (*DeleteAlertByUniqueIdRequest) ProtoMessage()
- func (x *DeleteAlertByUniqueIdRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteAlertByUniqueIdRequest) Reset()
- func (x *DeleteAlertByUniqueIdRequest) String() string
- type DeleteAlertByUniqueIdResponse
- func (*DeleteAlertByUniqueIdResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteAlertByUniqueIdResponse) ProtoMessage()
- func (x *DeleteAlertByUniqueIdResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteAlertByUniqueIdResponse) Reset()
- func (x *DeleteAlertByUniqueIdResponse) String() string
- type DeleteAlertRequest
- func (*DeleteAlertRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteAlertRequest) GetId() *wrapperspb.StringValue
- func (*DeleteAlertRequest) ProtoMessage()
- func (x *DeleteAlertRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteAlertRequest) Reset()
- func (x *DeleteAlertRequest) String() string
- type DeleteAlertResponse
- type EvaluationWindow
- func (EvaluationWindow) Descriptor() protoreflect.EnumDescriptor
- func (x EvaluationWindow) Enum() *EvaluationWindow
- func (EvaluationWindow) EnumDescriptor() ([]byte, []int)deprecated
- func (x EvaluationWindow) Number() protoreflect.EnumNumber
- func (x EvaluationWindow) String() string
- func (EvaluationWindow) Type() protoreflect.EnumType
- type FilterData
- type Filters
- type FlowAlert
- func (*FlowAlert) Descriptor() ([]byte, []int)deprecated
- func (x *FlowAlert) GetId() *wrapperspb.StringValue
- func (x *FlowAlert) GetNot() *wrapperspb.BoolValue
- func (*FlowAlert) ProtoMessage()
- func (x *FlowAlert) ProtoReflect() protoreflect.Message
- func (x *FlowAlert) Reset()
- func (x *FlowAlert) String() string
- type FlowAlerts
- func (*FlowAlerts) Descriptor() ([]byte, []int)deprecated
- func (x *FlowAlerts) GetOp() FlowOperator
- func (x *FlowAlerts) GetValues() []*FlowAlert
- func (*FlowAlerts) ProtoMessage()
- func (x *FlowAlerts) ProtoReflect() protoreflect.Message
- func (x *FlowAlerts) Reset()
- func (x *FlowAlerts) String() string
- type FlowCondition
- func (*FlowCondition) Descriptor() ([]byte, []int)deprecated
- func (x *FlowCondition) GetParameters() *ConditionParameters
- func (x *FlowCondition) GetStages() []*FlowStage
- func (*FlowCondition) ProtoMessage()
- func (x *FlowCondition) ProtoReflect() protoreflect.Message
- func (x *FlowCondition) Reset()
- func (x *FlowCondition) String() string
- type FlowGroup
- type FlowOperator
- func (FlowOperator) Descriptor() protoreflect.EnumDescriptor
- func (x FlowOperator) Enum() *FlowOperator
- func (FlowOperator) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowOperator) Number() protoreflect.EnumNumber
- func (x FlowOperator) String() string
- func (FlowOperator) Type() protoreflect.EnumType
- type FlowStage
- func (*FlowStage) Descriptor() ([]byte, []int)deprecated
- func (x *FlowStage) GetGroups() []*FlowGroup
- func (x *FlowStage) GetTimeframe() *FlowTimeframe
- func (*FlowStage) ProtoMessage()
- func (x *FlowStage) ProtoReflect() protoreflect.Message
- func (x *FlowStage) Reset()
- func (x *FlowStage) String() string
- type FlowTimeframe
- type GetAlertByUniqueIdRequest
- func (*GetAlertByUniqueIdRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAlertByUniqueIdRequest) GetId() *wrapperspb.StringValue
- func (*GetAlertByUniqueIdRequest) ProtoMessage()
- func (x *GetAlertByUniqueIdRequest) ProtoReflect() protoreflect.Message
- func (x *GetAlertByUniqueIdRequest) Reset()
- func (x *GetAlertByUniqueIdRequest) String() string
- type GetAlertByUniqueIdResponse
- func (*GetAlertByUniqueIdResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAlertByUniqueIdResponse) GetAlert() *Alert
- func (*GetAlertByUniqueIdResponse) ProtoMessage()
- func (x *GetAlertByUniqueIdResponse) ProtoReflect() protoreflect.Message
- func (x *GetAlertByUniqueIdResponse) Reset()
- func (x *GetAlertByUniqueIdResponse) String() string
- type GetAlertEventsCountBySeverityRequest
- func (*GetAlertEventsCountBySeverityRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAlertEventsCountBySeverityRequest) GetApplications() []*wrapperspb.StringValue
- func (x *GetAlertEventsCountBySeverityRequest) GetFrom() *timestamppb.Timestamp
- func (x *GetAlertEventsCountBySeverityRequest) GetSubsystems() []*wrapperspb.StringValue
- func (x *GetAlertEventsCountBySeverityRequest) GetTo() *timestamppb.Timestamp
- func (*GetAlertEventsCountBySeverityRequest) ProtoMessage()
- func (x *GetAlertEventsCountBySeverityRequest) ProtoReflect() protoreflect.Message
- func (x *GetAlertEventsCountBySeverityRequest) Reset()
- func (x *GetAlertEventsCountBySeverityRequest) String() string
- type GetAlertEventsCountBySeverityResponse
- func (*GetAlertEventsCountBySeverityResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAlertEventsCountBySeverityResponse) GetEventCounts() []*AlertEventsCountBySeverity
- func (*GetAlertEventsCountBySeverityResponse) ProtoMessage()
- func (x *GetAlertEventsCountBySeverityResponse) ProtoReflect() protoreflect.Message
- func (x *GetAlertEventsCountBySeverityResponse) Reset()
- func (x *GetAlertEventsCountBySeverityResponse) String() string
- type GetAlertEventsRequest
- func (*GetAlertEventsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAlertEventsRequest) GetFrom() *timestamppb.Timestamp
- func (x *GetAlertEventsRequest) GetTo() *timestamppb.Timestamp
- func (*GetAlertEventsRequest) ProtoMessage()
- func (x *GetAlertEventsRequest) ProtoReflect() protoreflect.Message
- func (x *GetAlertEventsRequest) Reset()
- func (x *GetAlertEventsRequest) String() string
- type GetAlertEventsResponse
- func (*GetAlertEventsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAlertEventsResponse) GetEvents() []*AlertEvent
- func (*GetAlertEventsResponse) ProtoMessage()
- func (x *GetAlertEventsResponse) ProtoReflect() protoreflect.Message
- func (x *GetAlertEventsResponse) Reset()
- func (x *GetAlertEventsResponse) String() string
- type GetAlertModelMappingRequest
- func (*GetAlertModelMappingRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAlertModelMappingRequest) GetActiveWhen() *AlertActiveWhen
- func (x *GetAlertModelMappingRequest) GetCondition() *AlertCondition
- func (x *GetAlertModelMappingRequest) GetDescription() *wrapperspb.StringValue
- func (x *GetAlertModelMappingRequest) GetExpiration() *Date
- func (x *GetAlertModelMappingRequest) GetFilters() *AlertFilters
- func (x *GetAlertModelMappingRequest) GetIsActive() *wrapperspb.BoolValue
- func (x *GetAlertModelMappingRequest) GetMetaLabels() []*MetaLabel
- func (x *GetAlertModelMappingRequest) GetMetaLabelsStrings() []*wrapperspb.StringValue
- func (x *GetAlertModelMappingRequest) GetName() *wrapperspb.StringValue
- func (x *GetAlertModelMappingRequest) GetNotificationGroups() []*AlertNotificationGroups
- func (x *GetAlertModelMappingRequest) GetNotificationPayloadFilters() []*wrapperspb.StringValue
- func (x *GetAlertModelMappingRequest) GetSeverity() AlertSeverity
- func (x *GetAlertModelMappingRequest) GetShowInInsight() *ShowInInsight
- func (x *GetAlertModelMappingRequest) GetTracingAlert() *TracingAlert
- func (*GetAlertModelMappingRequest) ProtoMessage()
- func (x *GetAlertModelMappingRequest) ProtoReflect() protoreflect.Message
- func (x *GetAlertModelMappingRequest) Reset()
- func (x *GetAlertModelMappingRequest) String() string
- type GetAlertModelMappingResponse
- func (*GetAlertModelMappingResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAlertModelMappingResponse) GetAlertDefinition() *structpb.Struct
- func (*GetAlertModelMappingResponse) ProtoMessage()
- func (x *GetAlertModelMappingResponse) ProtoReflect() protoreflect.Message
- func (x *GetAlertModelMappingResponse) Reset()
- func (x *GetAlertModelMappingResponse) String() string
- type GetAlertRequest
- type GetAlertResponse
- type GetAlertsRequest
- type GetAlertsResponse
- type ImmediateCondition
- type LessThanCondition
- func (*LessThanCondition) Descriptor() ([]byte, []int)deprecated
- func (x *LessThanCondition) GetParameters() *ConditionParameters
- func (*LessThanCondition) ProtoMessage()
- func (x *LessThanCondition) ProtoReflect() protoreflect.Message
- func (x *LessThanCondition) Reset()
- func (x *LessThanCondition) String() string
- type MetaLabel
- func (*MetaLabel) Descriptor() ([]byte, []int)deprecated
- func (x *MetaLabel) GetKey() *wrapperspb.StringValue
- func (x *MetaLabel) GetValue() *wrapperspb.StringValue
- func (*MetaLabel) ProtoMessage()
- func (x *MetaLabel) ProtoReflect() protoreflect.Message
- func (x *MetaLabel) Reset()
- func (x *MetaLabel) String() string
- type MetricAlertConditionParameters
- func (*MetricAlertConditionParameters) Descriptor() ([]byte, []int)deprecated
- func (x *MetricAlertConditionParameters) GetArithmeticOperator() MetricAlertConditionParameters_ArithmeticOperator
- func (x *MetricAlertConditionParameters) GetArithmeticOperatorModifier() *wrapperspb.UInt32Value
- func (x *MetricAlertConditionParameters) GetMetricField() *wrapperspb.StringValue
- func (x *MetricAlertConditionParameters) GetMetricSource() MetricAlertConditionParameters_MetricSource
- func (x *MetricAlertConditionParameters) GetNonNullPercentage() *wrapperspb.UInt32Value
- func (x *MetricAlertConditionParameters) GetSampleThresholdPercentage() *wrapperspb.UInt32Value
- func (x *MetricAlertConditionParameters) GetSwapNullValues() *wrapperspb.BoolValue
- func (*MetricAlertConditionParameters) ProtoMessage()
- func (x *MetricAlertConditionParameters) ProtoReflect() protoreflect.Message
- func (x *MetricAlertConditionParameters) Reset()
- func (x *MetricAlertConditionParameters) String() string
- type MetricAlertConditionParameters_ArithmeticOperator
- func (MetricAlertConditionParameters_ArithmeticOperator) Descriptor() protoreflect.EnumDescriptor
- func (x MetricAlertConditionParameters_ArithmeticOperator) Enum() *MetricAlertConditionParameters_ArithmeticOperator
- func (MetricAlertConditionParameters_ArithmeticOperator) EnumDescriptor() ([]byte, []int)deprecated
- func (x MetricAlertConditionParameters_ArithmeticOperator) Number() protoreflect.EnumNumber
- func (x MetricAlertConditionParameters_ArithmeticOperator) String() string
- func (MetricAlertConditionParameters_ArithmeticOperator) Type() protoreflect.EnumType
- type MetricAlertConditionParameters_MetricSource
- func (MetricAlertConditionParameters_MetricSource) Descriptor() protoreflect.EnumDescriptor
- func (x MetricAlertConditionParameters_MetricSource) Enum() *MetricAlertConditionParameters_MetricSource
- func (MetricAlertConditionParameters_MetricSource) EnumDescriptor() ([]byte, []int)deprecated
- func (x MetricAlertConditionParameters_MetricSource) Number() protoreflect.EnumNumber
- func (x MetricAlertConditionParameters_MetricSource) String() string
- func (MetricAlertConditionParameters_MetricSource) Type() protoreflect.EnumType
- type MetricAlertPromqlConditionParameters
- func (*MetricAlertPromqlConditionParameters) Descriptor() ([]byte, []int)deprecated
- func (x *MetricAlertPromqlConditionParameters) GetArithmeticOperatorModifier() *wrapperspb.UInt32Value
- func (x *MetricAlertPromqlConditionParameters) GetNonNullPercentage() *wrapperspb.UInt32Value
- func (x *MetricAlertPromqlConditionParameters) GetPromqlText() *wrapperspb.StringValue
- func (x *MetricAlertPromqlConditionParameters) GetSampleThresholdPercentage() *wrapperspb.UInt32Value
- func (x *MetricAlertPromqlConditionParameters) GetSwapNullValues() *wrapperspb.BoolValue
- func (*MetricAlertPromqlConditionParameters) ProtoMessage()
- func (x *MetricAlertPromqlConditionParameters) ProtoReflect() protoreflect.Message
- func (x *MetricAlertPromqlConditionParameters) Reset()
- func (x *MetricAlertPromqlConditionParameters) String() string
- type MoreThanCondition
- func (*MoreThanCondition) Descriptor() ([]byte, []int)deprecated
- func (x *MoreThanCondition) GetEvaluationWindow() EvaluationWindow
- func (x *MoreThanCondition) GetParameters() *ConditionParameters
- func (*MoreThanCondition) ProtoMessage()
- func (x *MoreThanCondition) ProtoReflect() protoreflect.Message
- func (x *MoreThanCondition) Reset()
- func (x *MoreThanCondition) String() string
- type MoreThanUsualCondition
- func (*MoreThanUsualCondition) Descriptor() ([]byte, []int)deprecated
- func (x *MoreThanUsualCondition) GetParameters() *ConditionParameters
- func (*MoreThanUsualCondition) ProtoMessage()
- func (x *MoreThanUsualCondition) ProtoReflect() protoreflect.Message
- func (x *MoreThanUsualCondition) Reset()
- func (x *MoreThanUsualCondition) String() string
- type NewValueCondition
- func (*NewValueCondition) Descriptor() ([]byte, []int)deprecated
- func (x *NewValueCondition) GetParameters() *ConditionParameters
- func (*NewValueCondition) ProtoMessage()
- func (x *NewValueCondition) ProtoReflect() protoreflect.Message
- func (x *NewValueCondition) Reset()
- func (x *NewValueCondition) String() string
- type NotifyOn
- type Recipients
- type RelatedExtendedData
- func (*RelatedExtendedData) Descriptor() ([]byte, []int)deprecated
- func (x *RelatedExtendedData) GetCleanupDeadmanDuration() CleanupDeadmanDuration
- func (x *RelatedExtendedData) GetShouldTriggerDeadman() *wrapperspb.BoolValue
- func (*RelatedExtendedData) ProtoMessage()
- func (x *RelatedExtendedData) ProtoReflect() protoreflect.Message
- func (x *RelatedExtendedData) Reset()
- func (x *RelatedExtendedData) String() string
- type RelativeTimeframe
- func (RelativeTimeframe) Descriptor() protoreflect.EnumDescriptor
- func (x RelativeTimeframe) Enum() *RelativeTimeframe
- func (RelativeTimeframe) EnumDescriptor() ([]byte, []int)deprecated
- func (x RelativeTimeframe) Number() protoreflect.EnumNumber
- func (x RelativeTimeframe) String() string
- func (RelativeTimeframe) Type() protoreflect.EnumType
- type ShowInInsight
- func (*ShowInInsight) Descriptor() ([]byte, []int)deprecated
- func (x *ShowInInsight) GetNotifyOn() NotifyOn
- func (x *ShowInInsight) GetRetriggeringPeriodSeconds() *wrapperspb.UInt32Value
- func (*ShowInInsight) ProtoMessage()
- func (x *ShowInInsight) ProtoReflect() protoreflect.Message
- func (x *ShowInInsight) Reset()
- func (x *ShowInInsight) String() string
- type Time
- type TimeRange
- type Timeframe
- type TracingAlert
- func (*TracingAlert) Descriptor() ([]byte, []int)deprecated
- func (x *TracingAlert) GetConditionLatency() uint32
- func (x *TracingAlert) GetFieldFilters() []*FilterData
- func (x *TracingAlert) GetTagFilters() []*FilterData
- func (*TracingAlert) ProtoMessage()
- func (x *TracingAlert) ProtoReflect() protoreflect.Message
- func (x *TracingAlert) Reset()
- func (x *TracingAlert) String() string
- type UnimplementedAlertServiceServer
- func (UnimplementedAlertServiceServer) CreateAlert(context.Context, *CreateAlertRequest) (*CreateAlertResponse, error)
- func (UnimplementedAlertServiceServer) DeleteAlert(context.Context, *DeleteAlertRequest) (*DeleteAlertResponse, error)
- func (UnimplementedAlertServiceServer) DeleteAlertByUniqueId(context.Context, *DeleteAlertByUniqueIdRequest) (*DeleteAlertByUniqueIdResponse, error)
- func (UnimplementedAlertServiceServer) GetAlert(context.Context, *GetAlertRequest) (*GetAlertResponse, error)
- func (UnimplementedAlertServiceServer) GetAlertByUniqueId(context.Context, *GetAlertByUniqueIdRequest) (*GetAlertByUniqueIdResponse, error)
- func (UnimplementedAlertServiceServer) GetAlertEvents(context.Context, *GetAlertEventsRequest) (*GetAlertEventsResponse, error)
- func (UnimplementedAlertServiceServer) GetAlertEventsCountBySeverity(context.Context, *GetAlertEventsCountBySeverityRequest) (*GetAlertEventsCountBySeverityResponse, error)
- func (UnimplementedAlertServiceServer) GetAlertModelMapping(context.Context, *GetAlertModelMappingRequest) (*GetAlertModelMappingResponse, error)
- func (UnimplementedAlertServiceServer) GetAlerts(context.Context, *GetAlertsRequest) (*GetAlertsResponse, error)
- func (UnimplementedAlertServiceServer) UpdateAlert(context.Context, *UpdateAlertRequest) (*UpdateAlertResponse, error)
- func (UnimplementedAlertServiceServer) UpdateAlertByUniqueId(context.Context, *UpdateAlertByUniqueIdRequest) (*UpdateAlertByUniqueIdResponse, error)
- func (UnimplementedAlertServiceServer) ValidateAlert(context.Context, *ValidateAlertRequest) (*ValidateAlertResponse, error)
- type UniqueCountCondition
- func (*UniqueCountCondition) Descriptor() ([]byte, []int)deprecated
- func (x *UniqueCountCondition) GetParameters() *ConditionParameters
- func (*UniqueCountCondition) ProtoMessage()
- func (x *UniqueCountCondition) ProtoReflect() protoreflect.Message
- func (x *UniqueCountCondition) Reset()
- func (x *UniqueCountCondition) String() string
- type UnsafeAlertServiceServer
- type UpdateAlertByUniqueIdRequest
- func (*UpdateAlertByUniqueIdRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAlertByUniqueIdRequest) GetAlert() *Alert
- func (*UpdateAlertByUniqueIdRequest) ProtoMessage()
- func (x *UpdateAlertByUniqueIdRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateAlertByUniqueIdRequest) Reset()
- func (x *UpdateAlertByUniqueIdRequest) String() string
- type UpdateAlertByUniqueIdResponse
- func (*UpdateAlertByUniqueIdResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAlertByUniqueIdResponse) GetAlert() *Alert
- func (*UpdateAlertByUniqueIdResponse) ProtoMessage()
- func (x *UpdateAlertByUniqueIdResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateAlertByUniqueIdResponse) Reset()
- func (x *UpdateAlertByUniqueIdResponse) String() string
- type UpdateAlertRequest
- func (*UpdateAlertRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAlertRequest) GetAlert() *Alert
- func (*UpdateAlertRequest) ProtoMessage()
- func (x *UpdateAlertRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateAlertRequest) Reset()
- func (x *UpdateAlertRequest) String() string
- type UpdateAlertResponse
- func (*UpdateAlertResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAlertResponse) GetAlert() *Alert
- func (*UpdateAlertResponse) ProtoMessage()
- func (x *UpdateAlertResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateAlertResponse) Reset()
- func (x *UpdateAlertResponse) String() string
- type ValidateAlertRequest
- func (*ValidateAlertRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateAlertRequest) GetAlert() *Alert
- func (*ValidateAlertRequest) ProtoMessage()
- func (x *ValidateAlertRequest) ProtoReflect() protoreflect.Message
- func (x *ValidateAlertRequest) Reset()
- func (x *ValidateAlertRequest) String() string
- type ValidateAlertResponse
Constants ¶
This section is empty.
Variables ¶
var ( DayOfWeek_name = map[int32]string{ 0: "DAY_OF_WEEK_MONDAY_OR_UNSPECIFIED", 1: "DAY_OF_WEEK_TUESDAY", 2: "DAY_OF_WEEK_WEDNESDAY", 3: "DAY_OF_WEEK_THURSDAY", 4: "DAY_OF_WEEK_FRIDAY", 5: "DAY_OF_WEEK_SATURDAY", 6: "DAY_OF_WEEK_SUNDAY", } DayOfWeek_value = map[string]int32{ "DAY_OF_WEEK_MONDAY_OR_UNSPECIFIED": 0, "DAY_OF_WEEK_TUESDAY": 1, "DAY_OF_WEEK_WEDNESDAY": 2, "DAY_OF_WEEK_THURSDAY": 3, "DAY_OF_WEEK_FRIDAY": 4, "DAY_OF_WEEK_SATURDAY": 5, "DAY_OF_WEEK_SUNDAY": 6, } )
Enum value maps for DayOfWeek.
var ( EvaluationWindow_name = map[int32]string{ 0: "EVALUATION_WINDOW_ROLLING_OR_UNSPECIFIED", 1: "EVALUATION_WINDOW_DYNAMIC", } EvaluationWindow_value = map[string]int32{ "EVALUATION_WINDOW_ROLLING_OR_UNSPECIFIED": 0, "EVALUATION_WINDOW_DYNAMIC": 1, } )
Enum value maps for EvaluationWindow.
var ( Timeframe_name = map[int32]string{ 0: "TIMEFRAME_5_MIN_OR_UNSPECIFIED", 18: "TIMEFRAME_1_MIN", 19: "TIMEFRAME_2_MIN", 1: "TIMEFRAME_10_MIN", 17: "TIMEFRAME_15_MIN", 2: "TIMEFRAME_20_MIN", 3: "TIMEFRAME_30_MIN", 4: "TIMEFRAME_1_H", 5: "TIMEFRAME_2_H", 6: "TIMEFRAME_3_H", 7: "TIMEFRAME_4_H", 8: "TIMEFRAME_6_H", 9: "TIMEFRAME_12_H", 10: "TIMEFRAME_24_H", 20: "TIMEFRAME_36_H", 11: "TIMEFRAME_48_H", 12: "TIMEFRAME_72_H", 13: "TIMEFRAME_1_W", 14: "TIMEFRAME_1_M", 15: "TIMEFRAME_2_M", 16: "TIMEFRAME_3_M", } Timeframe_value = map[string]int32{ "TIMEFRAME_5_MIN_OR_UNSPECIFIED": 0, "TIMEFRAME_1_MIN": 18, "TIMEFRAME_2_MIN": 19, "TIMEFRAME_10_MIN": 1, "TIMEFRAME_15_MIN": 17, "TIMEFRAME_20_MIN": 2, "TIMEFRAME_30_MIN": 3, "TIMEFRAME_1_H": 4, "TIMEFRAME_2_H": 5, "TIMEFRAME_3_H": 6, "TIMEFRAME_4_H": 7, "TIMEFRAME_6_H": 8, "TIMEFRAME_12_H": 9, "TIMEFRAME_24_H": 10, "TIMEFRAME_36_H": 20, "TIMEFRAME_48_H": 11, "TIMEFRAME_72_H": 12, "TIMEFRAME_1_W": 13, "TIMEFRAME_1_M": 14, "TIMEFRAME_2_M": 15, "TIMEFRAME_3_M": 16, } )
Enum value maps for Timeframe.
var ( RelativeTimeframe_name = map[int32]string{ 0: "RELATIVE_TIMEFRAME_HOUR_OR_UNSPECIFIED", 1: "RELATIVE_TIMEFRAME_DAY", 2: "RELATIVE_TIMEFRAME_WEEK", 3: "RELATIVE_TIMEFRAME_MONTH", } RelativeTimeframe_value = map[string]int32{ "RELATIVE_TIMEFRAME_HOUR_OR_UNSPECIFIED": 0, "RELATIVE_TIMEFRAME_DAY": 1, "RELATIVE_TIMEFRAME_WEEK": 2, "RELATIVE_TIMEFRAME_MONTH": 3, } )
Enum value maps for RelativeTimeframe.
var ( CleanupDeadmanDuration_name = map[int32]string{ 0: "CLEANUP_DEADMAN_DURATION_NEVER_OR_UNSPECIFIED", 1: "CLEANUP_DEADMAN_DURATION_5MIN", 2: "CLEANUP_DEADMAN_DURATION_10MIN", 3: "CLEANUP_DEADMAN_DURATION_1H", 4: "CLEANUP_DEADMAN_DURATION_2H", 5: "CLEANUP_DEADMAN_DURATION_6H", 6: "CLEANUP_DEADMAN_DURATION_12H", 7: "CLEANUP_DEADMAN_DURATION_24H", } CleanupDeadmanDuration_value = map[string]int32{ "CLEANUP_DEADMAN_DURATION_NEVER_OR_UNSPECIFIED": 0, "CLEANUP_DEADMAN_DURATION_5MIN": 1, "CLEANUP_DEADMAN_DURATION_10MIN": 2, "CLEANUP_DEADMAN_DURATION_1H": 3, "CLEANUP_DEADMAN_DURATION_2H": 4, "CLEANUP_DEADMAN_DURATION_6H": 5, "CLEANUP_DEADMAN_DURATION_12H": 6, "CLEANUP_DEADMAN_DURATION_24H": 7, } )
Enum value maps for CleanupDeadmanDuration.
var ( MetricAlertConditionParameters_MetricSource_name = map[int32]string{ 0: "METRIC_SOURCE_LOGS2METRICS_OR_UNSPECIFIED", 1: "METRIC_SOURCE_PROMETHEUS", } MetricAlertConditionParameters_MetricSource_value = map[string]int32{ "METRIC_SOURCE_LOGS2METRICS_OR_UNSPECIFIED": 0, "METRIC_SOURCE_PROMETHEUS": 1, } )
Enum value maps for MetricAlertConditionParameters_MetricSource.
var ( MetricAlertConditionParameters_ArithmeticOperator_name = map[int32]string{ 0: "ARITHMETIC_OPERATOR_AVG_OR_UNSPECIFIED", 1: "ARITHMETIC_OPERATOR_MIN", 2: "ARITHMETIC_OPERATOR_MAX", 3: "ARITHMETIC_OPERATOR_SUM", 4: "ARITHMETIC_OPERATOR_COUNT", 5: "ARITHMETIC_OPERATOR_PERCENTILE", } MetricAlertConditionParameters_ArithmeticOperator_value = map[string]int32{ "ARITHMETIC_OPERATOR_AVG_OR_UNSPECIFIED": 0, "ARITHMETIC_OPERATOR_MIN": 1, "ARITHMETIC_OPERATOR_MAX": 2, "ARITHMETIC_OPERATOR_SUM": 3, "ARITHMETIC_OPERATOR_COUNT": 4, "ARITHMETIC_OPERATOR_PERCENTILE": 5, } )
Enum value maps for MetricAlertConditionParameters_ArithmeticOperator.
var ( AlertEvent_AlertEventType_name = map[int32]string{ 0: "ALERT_EVENT_TYPE_UNSPECIFIED", 1: "ALERT_EVENT_TYPE_USER_ALERT", 2: "ALERT_EVENT_TYPE_ANOMALY", 3: "ALERT_EVENT_TYPE_RATIO", 4: "ALERT_EVENT_TYPE_NEW_VALUE", 5: "ALERT_EVENT_TYPE_UNIQUE_COUNT", 6: "ALERT_EVENT_TYPE_TIME_RELATIVE", 7: "ALERT_EVENT_TYPE_METRIC", 8: "ALERT_EVENT_TYPE_FLOW", } AlertEvent_AlertEventType_value = map[string]int32{ "ALERT_EVENT_TYPE_UNSPECIFIED": 0, "ALERT_EVENT_TYPE_USER_ALERT": 1, "ALERT_EVENT_TYPE_ANOMALY": 2, "ALERT_EVENT_TYPE_RATIO": 3, "ALERT_EVENT_TYPE_NEW_VALUE": 4, "ALERT_EVENT_TYPE_UNIQUE_COUNT": 5, "ALERT_EVENT_TYPE_TIME_RELATIVE": 6, "ALERT_EVENT_TYPE_METRIC": 7, "ALERT_EVENT_TYPE_FLOW": 8, } )
Enum value maps for AlertEvent_AlertEventType.
var ( AlertEvent_AlertEventSubType_name = map[int32]string{ 0: "ALERT_EVENT_SUB_TYPE_UNSPECIFIED", 2: "ALERT_EVENT_SUB_TYPE_FLOW", 3: "ALERT_EVENT_SUB_TYPE_VOLUME", } AlertEvent_AlertEventSubType_value = map[string]int32{ "ALERT_EVENT_SUB_TYPE_UNSPECIFIED": 0, "ALERT_EVENT_SUB_TYPE_FLOW": 2, "ALERT_EVENT_SUB_TYPE_VOLUME": 3, } )
Enum value maps for AlertEvent_AlertEventSubType.
var ( AlertFilters_LogSeverity_name = map[int32]string{ 0: "LOG_SEVERITY_DEBUG_OR_UNSPECIFIED", 1: "LOG_SEVERITY_VERBOSE", 2: "LOG_SEVERITY_INFO", 3: "LOG_SEVERITY_WARNING", 4: "LOG_SEVERITY_ERROR", 5: "LOG_SEVERITY_CRITICAL", } AlertFilters_LogSeverity_value = map[string]int32{ "LOG_SEVERITY_DEBUG_OR_UNSPECIFIED": 0, "LOG_SEVERITY_VERBOSE": 1, "LOG_SEVERITY_INFO": 2, "LOG_SEVERITY_WARNING": 3, "LOG_SEVERITY_ERROR": 4, "LOG_SEVERITY_CRITICAL": 5, } )
Enum value maps for AlertFilters_LogSeverity.
var ( AlertFilters_FilterType_name = map[int32]string{ 0: "FILTER_TYPE_TEXT_OR_UNSPECIFIED", 1: "FILTER_TYPE_TEMPLATE", 2: "FILTER_TYPE_RATIO", 3: "FILTER_TYPE_UNIQUE_COUNT", 4: "FILTER_TYPE_TIME_RELATIVE", 5: "FILTER_TYPE_METRIC", 6: "FILTER_TYPE_TRACING", 7: "FILTER_TYPE_FLOW", } AlertFilters_FilterType_value = map[string]int32{ "FILTER_TYPE_TEXT_OR_UNSPECIFIED": 0, "FILTER_TYPE_TEMPLATE": 1, "FILTER_TYPE_RATIO": 2, "FILTER_TYPE_UNIQUE_COUNT": 3, "FILTER_TYPE_TIME_RELATIVE": 4, "FILTER_TYPE_METRIC": 5, "FILTER_TYPE_TRACING": 6, "FILTER_TYPE_FLOW": 7, } )
Enum value maps for AlertFilters_FilterType.
var ( NotifyOn_name = map[int32]string{ 0: "TRIGGERED_ONLY", 1: "TRIGGERED_AND_RESOLVED", } NotifyOn_value = map[string]int32{ "TRIGGERED_ONLY": 0, "TRIGGERED_AND_RESOLVED": 1, } )
Enum value maps for NotifyOn.
var ( AlertEventCountType_name = map[int32]string{ 0: "ALERT_EVENT_COUNT_TYPE_UNSPECIFIED", 1: "ALERT_EVENT_COUNT_TYPE_ALERT", 2: "ALERT_EVENT_COUNT_TYPE_ANOMALY", } AlertEventCountType_value = map[string]int32{ "ALERT_EVENT_COUNT_TYPE_UNSPECIFIED": 0, "ALERT_EVENT_COUNT_TYPE_ALERT": 1, "ALERT_EVENT_COUNT_TYPE_ANOMALY": 2, } )
Enum value maps for AlertEventCountType.
var ( AlertSeverity_name = map[int32]string{ 0: "ALERT_SEVERITY_INFO_OR_UNSPECIFIED", 1: "ALERT_SEVERITY_WARNING", 2: "ALERT_SEVERITY_CRITICAL", 3: "ALERT_SEVERITY_ERROR", } AlertSeverity_value = map[string]int32{ "ALERT_SEVERITY_INFO_OR_UNSPECIFIED": 0, "ALERT_SEVERITY_WARNING": 1, "ALERT_SEVERITY_CRITICAL": 2, "ALERT_SEVERITY_ERROR": 3, } )
Enum value maps for AlertSeverity.
var ( FlowOperator_name = map[int32]string{ 0: "AND", 1: "OR", } FlowOperator_value = map[string]int32{ "AND": 0, "OR": 1, } )
Enum value maps for FlowOperator.
var AlertService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "com.coralogix.alerts.v2.AlertService", HandlerType: (*AlertServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetAlert", Handler: _AlertService_GetAlert_Handler, }, { MethodName: "GetAlerts", Handler: _AlertService_GetAlerts_Handler, }, { MethodName: "GetAlertByUniqueId", Handler: _AlertService_GetAlertByUniqueId_Handler, }, { MethodName: "GetAlertModelMapping", Handler: _AlertService_GetAlertModelMapping_Handler, }, { MethodName: "CreateAlert", Handler: _AlertService_CreateAlert_Handler, }, { MethodName: "UpdateAlert", Handler: _AlertService_UpdateAlert_Handler, }, { MethodName: "UpdateAlertByUniqueId", Handler: _AlertService_UpdateAlertByUniqueId_Handler, }, { MethodName: "DeleteAlert", Handler: _AlertService_DeleteAlert_Handler, }, { MethodName: "DeleteAlertByUniqueId", Handler: _AlertService_DeleteAlertByUniqueId_Handler, }, { MethodName: "GetAlertEvents", Handler: _AlertService_GetAlertEvents_Handler, }, { MethodName: "ValidateAlert", Handler: _AlertService_ValidateAlert_Handler, }, { MethodName: "GetAlertEventsCountBySeverity", Handler: _AlertService_GetAlertEventsCountBySeverity_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "com/coralogix/alerts/v2/alert_service.proto", }
AlertService_ServiceDesc is the grpc.ServiceDesc for AlertService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_com_coralogix_alerts_v1_alert_active_when_proto protoreflect.FileDescriptor
var File_com_coralogix_alerts_v1_alert_event_proto protoreflect.FileDescriptor
var File_com_coralogix_alerts_v1_alert_filters_proto protoreflect.FileDescriptor
var File_com_coralogix_alerts_v1_alert_meta_label_proto protoreflect.FileDescriptor
var File_com_coralogix_alerts_v1_alert_severity_proto protoreflect.FileDescriptor
var File_com_coralogix_alerts_v1_alert_snoozed_proto protoreflect.FileDescriptor
var File_com_coralogix_alerts_v1_date_time_proto protoreflect.FileDescriptor
var File_com_coralogix_alerts_v1_flow_alert_proto protoreflect.FileDescriptor
var File_com_coralogix_alerts_v1_tracing_alert_proto protoreflect.FileDescriptor
var File_com_coralogix_alerts_v2_alert_condition_proto protoreflect.FileDescriptor
var File_com_coralogix_alerts_v2_alert_notification_group_proto protoreflect.FileDescriptor
var File_com_coralogix_alerts_v2_alert_proto protoreflect.FileDescriptor
var File_com_coralogix_alerts_v2_alert_service_proto protoreflect.FileDescriptor
Functions ¶
func RegisterAlertServiceServer ¶
func RegisterAlertServiceServer(s grpc.ServiceRegistrar, srv AlertServiceServer)
Types ¶
type Alert ¶
type Alert 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"` IsActive *wrapperspb.BoolValue `protobuf:"bytes,4,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"` Severity AlertSeverity `protobuf:"varint,5,opt,name=severity,proto3,enum=com.coralogix.alerts.v1.AlertSeverity" json:"severity,omitempty"` Expiration *Date `protobuf:"bytes,6,opt,name=expiration,proto3" json:"expiration,omitempty"` Condition *AlertCondition `protobuf:"bytes,7,opt,name=condition,proto3" json:"condition,omitempty"` ShowInInsight *ShowInInsight `protobuf:"bytes,8,opt,name=show_in_insight,json=showInInsight,proto3,oneof" json:"show_in_insight,omitempty"` NotificationGroups []*AlertNotificationGroups `protobuf:"bytes,9,rep,name=notification_groups,json=notificationGroups,proto3" json:"notification_groups,omitempty"` Filters *AlertFilters `protobuf:"bytes,10,opt,name=filters,proto3" json:"filters,omitempty"` ActiveWhen *AlertActiveWhen `protobuf:"bytes,11,opt,name=active_when,json=activeWhen,proto3" json:"active_when,omitempty"` NotificationPayloadFilters []*wrapperspb.StringValue `` /* 142-byte string literal not displayed */ MetaLabels []*MetaLabel `protobuf:"bytes,13,rep,name=meta_labels,json=metaLabels,proto3" json:"meta_labels,omitempty"` MetaLabelsStrings []*wrapperspb.StringValue `protobuf:"bytes,14,rep,name=meta_labels_strings,json=metaLabelsStrings,proto3" json:"meta_labels_strings,omitempty"` TracingAlert *TracingAlert `protobuf:"bytes,15,opt,name=tracing_alert,json=tracingAlert,proto3" json:"tracing_alert,omitempty"` UniqueIdentifier *wrapperspb.StringValue `protobuf:"bytes,16,opt,name=unique_identifier,json=uniqueIdentifier,proto3" json:"unique_identifier,omitempty"` // contains filtered or unexported fields }
func (*Alert) Descriptor
deprecated
func (*Alert) GetActiveWhen ¶
func (x *Alert) GetActiveWhen() *AlertActiveWhen
func (*Alert) GetCondition ¶
func (x *Alert) GetCondition() *AlertCondition
func (*Alert) GetDescription ¶
func (x *Alert) GetDescription() *wrapperspb.StringValue
func (*Alert) GetExpiration ¶
func (*Alert) GetFilters ¶
func (x *Alert) GetFilters() *AlertFilters
func (*Alert) GetId ¶
func (x *Alert) GetId() *wrapperspb.StringValue
func (*Alert) GetIsActive ¶
func (x *Alert) GetIsActive() *wrapperspb.BoolValue
func (*Alert) GetMetaLabels ¶
func (*Alert) GetMetaLabelsStrings ¶
func (x *Alert) GetMetaLabelsStrings() []*wrapperspb.StringValue
func (*Alert) GetName ¶
func (x *Alert) GetName() *wrapperspb.StringValue
func (*Alert) GetNotificationGroups ¶
func (x *Alert) GetNotificationGroups() []*AlertNotificationGroups
func (*Alert) GetNotificationPayloadFilters ¶
func (x *Alert) GetNotificationPayloadFilters() []*wrapperspb.StringValue
func (*Alert) GetSeverity ¶
func (x *Alert) GetSeverity() AlertSeverity
func (*Alert) GetShowInInsight ¶
func (x *Alert) GetShowInInsight() *ShowInInsight
func (*Alert) GetTracingAlert ¶
func (x *Alert) GetTracingAlert() *TracingAlert
func (*Alert) GetUniqueIdentifier ¶
func (x *Alert) GetUniqueIdentifier() *wrapperspb.StringValue
func (*Alert) ProtoMessage ¶
func (*Alert) ProtoMessage()
func (*Alert) ProtoReflect ¶
func (x *Alert) ProtoReflect() protoreflect.Message
type AlertActiveTimeframe ¶
type AlertActiveTimeframe struct { DaysOfWeek []DayOfWeek `` /* 140-byte string literal not displayed */ Range *TimeRange `protobuf:"bytes,2,opt,name=range,proto3" json:"range,omitempty"` // contains filtered or unexported fields }
func (*AlertActiveTimeframe) Descriptor
deprecated
func (*AlertActiveTimeframe) Descriptor() ([]byte, []int)
Deprecated: Use AlertActiveTimeframe.ProtoReflect.Descriptor instead.
func (*AlertActiveTimeframe) GetDaysOfWeek ¶
func (x *AlertActiveTimeframe) GetDaysOfWeek() []DayOfWeek
func (*AlertActiveTimeframe) GetRange ¶
func (x *AlertActiveTimeframe) GetRange() *TimeRange
func (*AlertActiveTimeframe) ProtoMessage ¶
func (*AlertActiveTimeframe) ProtoMessage()
func (*AlertActiveTimeframe) ProtoReflect ¶
func (x *AlertActiveTimeframe) ProtoReflect() protoreflect.Message
func (*AlertActiveTimeframe) Reset ¶
func (x *AlertActiveTimeframe) Reset()
func (*AlertActiveTimeframe) String ¶
func (x *AlertActiveTimeframe) String() string
type AlertActiveWhen ¶
type AlertActiveWhen struct { Timeframes []*AlertActiveTimeframe `protobuf:"bytes,1,rep,name=timeframes,proto3" json:"timeframes,omitempty"` // contains filtered or unexported fields }
func (*AlertActiveWhen) Descriptor
deprecated
func (*AlertActiveWhen) Descriptor() ([]byte, []int)
Deprecated: Use AlertActiveWhen.ProtoReflect.Descriptor instead.
func (*AlertActiveWhen) GetTimeframes ¶
func (x *AlertActiveWhen) GetTimeframes() []*AlertActiveTimeframe
func (*AlertActiveWhen) ProtoMessage ¶
func (*AlertActiveWhen) ProtoMessage()
func (*AlertActiveWhen) ProtoReflect ¶
func (x *AlertActiveWhen) ProtoReflect() protoreflect.Message
func (*AlertActiveWhen) Reset ¶
func (x *AlertActiveWhen) Reset()
func (*AlertActiveWhen) String ¶
func (x *AlertActiveWhen) String() string
type AlertCondition ¶
type AlertCondition struct { // Types that are assignable to Condition: // *AlertCondition_Immediate // *AlertCondition_LessThan // *AlertCondition_MoreThan // *AlertCondition_MoreThanUsual // *AlertCondition_NewValue // *AlertCondition_Flow // *AlertCondition_UniqueCount Condition isAlertCondition_Condition `protobuf_oneof:"condition"` // contains filtered or unexported fields }
func (*AlertCondition) Descriptor
deprecated
func (*AlertCondition) Descriptor() ([]byte, []int)
Deprecated: Use AlertCondition.ProtoReflect.Descriptor instead.
func (*AlertCondition) GetCondition ¶
func (m *AlertCondition) GetCondition() isAlertCondition_Condition
func (*AlertCondition) GetFlow ¶
func (x *AlertCondition) GetFlow() *FlowCondition
func (*AlertCondition) GetImmediate ¶
func (x *AlertCondition) GetImmediate() *ImmediateCondition
func (*AlertCondition) GetLessThan ¶
func (x *AlertCondition) GetLessThan() *LessThanCondition
func (*AlertCondition) GetMoreThan ¶
func (x *AlertCondition) GetMoreThan() *MoreThanCondition
func (*AlertCondition) GetMoreThanUsual ¶
func (x *AlertCondition) GetMoreThanUsual() *MoreThanUsualCondition
func (*AlertCondition) GetNewValue ¶
func (x *AlertCondition) GetNewValue() *NewValueCondition
func (*AlertCondition) GetUniqueCount ¶
func (x *AlertCondition) GetUniqueCount() *UniqueCountCondition
func (*AlertCondition) ProtoMessage ¶
func (*AlertCondition) ProtoMessage()
func (*AlertCondition) ProtoReflect ¶
func (x *AlertCondition) ProtoReflect() protoreflect.Message
func (*AlertCondition) Reset ¶
func (x *AlertCondition) Reset()
func (*AlertCondition) String ¶
func (x *AlertCondition) String() string
type AlertCondition_Flow ¶
type AlertCondition_Flow struct {
Flow *FlowCondition `protobuf:"bytes,6,opt,name=flow,proto3,oneof"`
}
type AlertCondition_Immediate ¶
type AlertCondition_Immediate struct {
Immediate *ImmediateCondition `protobuf:"bytes,1,opt,name=immediate,proto3,oneof"`
}
type AlertCondition_LessThan ¶
type AlertCondition_LessThan struct {
LessThan *LessThanCondition `protobuf:"bytes,2,opt,name=less_than,json=lessThan,proto3,oneof"`
}
type AlertCondition_MoreThan ¶
type AlertCondition_MoreThan struct {
MoreThan *MoreThanCondition `protobuf:"bytes,3,opt,name=more_than,json=moreThan,proto3,oneof"`
}
type AlertCondition_MoreThanUsual ¶
type AlertCondition_MoreThanUsual struct {
MoreThanUsual *MoreThanUsualCondition `protobuf:"bytes,4,opt,name=more_than_usual,json=moreThanUsual,proto3,oneof"`
}
type AlertCondition_NewValue ¶
type AlertCondition_NewValue struct {
NewValue *NewValueCondition `protobuf:"bytes,5,opt,name=new_value,json=newValue,proto3,oneof"`
}
type AlertCondition_UniqueCount ¶
type AlertCondition_UniqueCount struct {
UniqueCount *UniqueCountCondition `protobuf:"bytes,7,opt,name=unique_count,json=uniqueCount,proto3,oneof"`
}
type AlertEvent ¶
type AlertEvent struct { Id *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Type AlertEvent_AlertEventType `protobuf:"varint,2,opt,name=type,proto3,enum=com.coralogix.alerts.v1.AlertEvent_AlertEventType" json:"type,omitempty"` AlertId *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=alert_id,json=alertId,proto3" json:"alert_id,omitempty"` CompanyId *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=company_id,json=companyId,proto3" json:"company_id,omitempty"` Severity AlertSeverity `protobuf:"varint,5,opt,name=severity,proto3,enum=com.coralogix.alerts.v1.AlertSeverity" json:"severity,omitempty"` Subsystem *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=subsystem,proto3" json:"subsystem,omitempty"` Application *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=application,proto3" json:"application,omitempty"` OccurredOn *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=occurred_on,json=occurredOn,proto3" json:"occurred_on,omitempty"` Name *wrapperspb.StringValue `protobuf:"bytes,9,opt,name=name,proto3" json:"name,omitempty"` Snoozed *AlertSnoozed `protobuf:"bytes,10,opt,name=snoozed,proto3" json:"snoozed,omitempty"` SubType AlertEvent_AlertEventSubType `` /* 142-byte string literal not displayed */ // contains filtered or unexported fields }
func (*AlertEvent) Descriptor
deprecated
func (*AlertEvent) Descriptor() ([]byte, []int)
Deprecated: Use AlertEvent.ProtoReflect.Descriptor instead.
func (*AlertEvent) GetAlertId ¶
func (x *AlertEvent) GetAlertId() *wrapperspb.StringValue
func (*AlertEvent) GetApplication ¶
func (x *AlertEvent) GetApplication() *wrapperspb.StringValue
func (*AlertEvent) GetCompanyId ¶
func (x *AlertEvent) GetCompanyId() *wrapperspb.StringValue
func (*AlertEvent) GetId ¶
func (x *AlertEvent) GetId() *wrapperspb.StringValue
func (*AlertEvent) GetName ¶
func (x *AlertEvent) GetName() *wrapperspb.StringValue
func (*AlertEvent) GetOccurredOn ¶
func (x *AlertEvent) GetOccurredOn() *timestamppb.Timestamp
func (*AlertEvent) GetSeverity ¶
func (x *AlertEvent) GetSeverity() AlertSeverity
func (*AlertEvent) GetSnoozed ¶
func (x *AlertEvent) GetSnoozed() *AlertSnoozed
func (*AlertEvent) GetSubType ¶
func (x *AlertEvent) GetSubType() AlertEvent_AlertEventSubType
func (*AlertEvent) GetSubsystem ¶
func (x *AlertEvent) GetSubsystem() *wrapperspb.StringValue
func (*AlertEvent) GetType ¶
func (x *AlertEvent) GetType() AlertEvent_AlertEventType
func (*AlertEvent) ProtoMessage ¶
func (*AlertEvent) ProtoMessage()
func (*AlertEvent) ProtoReflect ¶
func (x *AlertEvent) ProtoReflect() protoreflect.Message
func (*AlertEvent) Reset ¶
func (x *AlertEvent) Reset()
func (*AlertEvent) String ¶
func (x *AlertEvent) String() string
type AlertEventCountType ¶
type AlertEventCountType int32
const ( AlertEventCountType_ALERT_EVENT_COUNT_TYPE_UNSPECIFIED AlertEventCountType = 0 AlertEventCountType_ALERT_EVENT_COUNT_TYPE_ALERT AlertEventCountType = 1 AlertEventCountType_ALERT_EVENT_COUNT_TYPE_ANOMALY AlertEventCountType = 2 )
func (AlertEventCountType) Descriptor ¶
func (AlertEventCountType) Descriptor() protoreflect.EnumDescriptor
func (AlertEventCountType) Enum ¶
func (x AlertEventCountType) Enum() *AlertEventCountType
func (AlertEventCountType) EnumDescriptor
deprecated
func (AlertEventCountType) EnumDescriptor() ([]byte, []int)
Deprecated: Use AlertEventCountType.Descriptor instead.
func (AlertEventCountType) Number ¶
func (x AlertEventCountType) Number() protoreflect.EnumNumber
func (AlertEventCountType) String ¶
func (x AlertEventCountType) String() string
func (AlertEventCountType) Type ¶
func (AlertEventCountType) Type() protoreflect.EnumType
type AlertEvent_AlertEventSubType ¶
type AlertEvent_AlertEventSubType int32
const ( AlertEvent_ALERT_EVENT_SUB_TYPE_UNSPECIFIED AlertEvent_AlertEventSubType = 0 AlertEvent_ALERT_EVENT_SUB_TYPE_FLOW AlertEvent_AlertEventSubType = 2 AlertEvent_ALERT_EVENT_SUB_TYPE_VOLUME AlertEvent_AlertEventSubType = 3 )
func (AlertEvent_AlertEventSubType) Descriptor ¶
func (AlertEvent_AlertEventSubType) Descriptor() protoreflect.EnumDescriptor
func (AlertEvent_AlertEventSubType) Enum ¶
func (x AlertEvent_AlertEventSubType) Enum() *AlertEvent_AlertEventSubType
func (AlertEvent_AlertEventSubType) EnumDescriptor
deprecated
func (AlertEvent_AlertEventSubType) EnumDescriptor() ([]byte, []int)
Deprecated: Use AlertEvent_AlertEventSubType.Descriptor instead.
func (AlertEvent_AlertEventSubType) Number ¶
func (x AlertEvent_AlertEventSubType) Number() protoreflect.EnumNumber
func (AlertEvent_AlertEventSubType) String ¶
func (x AlertEvent_AlertEventSubType) String() string
func (AlertEvent_AlertEventSubType) Type ¶
func (AlertEvent_AlertEventSubType) Type() protoreflect.EnumType
type AlertEvent_AlertEventType ¶
type AlertEvent_AlertEventType int32
const ( AlertEvent_ALERT_EVENT_TYPE_UNSPECIFIED AlertEvent_AlertEventType = 0 AlertEvent_ALERT_EVENT_TYPE_USER_ALERT AlertEvent_AlertEventType = 1 AlertEvent_ALERT_EVENT_TYPE_ANOMALY AlertEvent_AlertEventType = 2 AlertEvent_ALERT_EVENT_TYPE_RATIO AlertEvent_AlertEventType = 3 AlertEvent_ALERT_EVENT_TYPE_NEW_VALUE AlertEvent_AlertEventType = 4 AlertEvent_ALERT_EVENT_TYPE_UNIQUE_COUNT AlertEvent_AlertEventType = 5 AlertEvent_ALERT_EVENT_TYPE_TIME_RELATIVE AlertEvent_AlertEventType = 6 AlertEvent_ALERT_EVENT_TYPE_METRIC AlertEvent_AlertEventType = 7 AlertEvent_ALERT_EVENT_TYPE_FLOW AlertEvent_AlertEventType = 8 )
func (AlertEvent_AlertEventType) Descriptor ¶
func (AlertEvent_AlertEventType) Descriptor() protoreflect.EnumDescriptor
func (AlertEvent_AlertEventType) Enum ¶
func (x AlertEvent_AlertEventType) Enum() *AlertEvent_AlertEventType
func (AlertEvent_AlertEventType) EnumDescriptor
deprecated
func (AlertEvent_AlertEventType) EnumDescriptor() ([]byte, []int)
Deprecated: Use AlertEvent_AlertEventType.Descriptor instead.
func (AlertEvent_AlertEventType) Number ¶
func (x AlertEvent_AlertEventType) Number() protoreflect.EnumNumber
func (AlertEvent_AlertEventType) String ¶
func (x AlertEvent_AlertEventType) String() string
func (AlertEvent_AlertEventType) Type ¶
func (AlertEvent_AlertEventType) Type() protoreflect.EnumType
type AlertEventsCountBySeverity ¶
type AlertEventsCountBySeverity struct { Severity AlertSeverity `protobuf:"varint,1,opt,name=severity,proto3,enum=com.coralogix.alerts.v1.AlertSeverity" json:"severity,omitempty"` Type AlertEventCountType `protobuf:"varint,2,opt,name=type,proto3,enum=com.coralogix.alerts.v2.AlertEventCountType" json:"type,omitempty"` SubType AlertEvent_AlertEventSubType `` /* 141-byte string literal not displayed */ Count *wrapperspb.Int32Value `protobuf:"bytes,4,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*AlertEventsCountBySeverity) Descriptor
deprecated
func (*AlertEventsCountBySeverity) Descriptor() ([]byte, []int)
Deprecated: Use AlertEventsCountBySeverity.ProtoReflect.Descriptor instead.
func (*AlertEventsCountBySeverity) GetCount ¶
func (x *AlertEventsCountBySeverity) GetCount() *wrapperspb.Int32Value
func (*AlertEventsCountBySeverity) GetSeverity ¶
func (x *AlertEventsCountBySeverity) GetSeverity() AlertSeverity
func (*AlertEventsCountBySeverity) GetSubType ¶
func (x *AlertEventsCountBySeverity) GetSubType() AlertEvent_AlertEventSubType
func (*AlertEventsCountBySeverity) GetType ¶
func (x *AlertEventsCountBySeverity) GetType() AlertEventCountType
func (*AlertEventsCountBySeverity) ProtoMessage ¶
func (*AlertEventsCountBySeverity) ProtoMessage()
func (*AlertEventsCountBySeverity) ProtoReflect ¶
func (x *AlertEventsCountBySeverity) ProtoReflect() protoreflect.Message
func (*AlertEventsCountBySeverity) Reset ¶
func (x *AlertEventsCountBySeverity) Reset()
func (*AlertEventsCountBySeverity) String ¶
func (x *AlertEventsCountBySeverity) String() string
type AlertFilters ¶
type AlertFilters struct { Severities []AlertFilters_LogSeverity `` /* 135-byte string literal not displayed */ Metadata *AlertFilters_MetadataFilters `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` Alias *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=alias,proto3" json:"alias,omitempty"` Text *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=text,proto3" json:"text,omitempty"` RatioAlerts []*AlertFilters_RatioAlert `protobuf:"bytes,5,rep,name=ratio_alerts,json=ratioAlerts,proto3" json:"ratio_alerts,omitempty"` FilterType AlertFilters_FilterType `` /* 145-byte string literal not displayed */ // contains filtered or unexported fields }
func (*AlertFilters) Descriptor
deprecated
func (*AlertFilters) Descriptor() ([]byte, []int)
Deprecated: Use AlertFilters.ProtoReflect.Descriptor instead.
func (*AlertFilters) GetAlias ¶
func (x *AlertFilters) GetAlias() *wrapperspb.StringValue
func (*AlertFilters) GetFilterType ¶
func (x *AlertFilters) GetFilterType() AlertFilters_FilterType
func (*AlertFilters) GetMetadata ¶
func (x *AlertFilters) GetMetadata() *AlertFilters_MetadataFilters
func (*AlertFilters) GetRatioAlerts ¶
func (x *AlertFilters) GetRatioAlerts() []*AlertFilters_RatioAlert
func (*AlertFilters) GetSeverities ¶
func (x *AlertFilters) GetSeverities() []AlertFilters_LogSeverity
func (*AlertFilters) GetText ¶
func (x *AlertFilters) GetText() *wrapperspb.StringValue
func (*AlertFilters) ProtoMessage ¶
func (*AlertFilters) ProtoMessage()
func (*AlertFilters) ProtoReflect ¶
func (x *AlertFilters) ProtoReflect() protoreflect.Message
func (*AlertFilters) Reset ¶
func (x *AlertFilters) Reset()
func (*AlertFilters) String ¶
func (x *AlertFilters) String() string
type AlertFilters_FilterType ¶
type AlertFilters_FilterType int32
const ( AlertFilters_FILTER_TYPE_TEXT_OR_UNSPECIFIED AlertFilters_FilterType = 0 AlertFilters_FILTER_TYPE_TEMPLATE AlertFilters_FilterType = 1 AlertFilters_FILTER_TYPE_RATIO AlertFilters_FilterType = 2 AlertFilters_FILTER_TYPE_UNIQUE_COUNT AlertFilters_FilterType = 3 AlertFilters_FILTER_TYPE_TIME_RELATIVE AlertFilters_FilterType = 4 AlertFilters_FILTER_TYPE_METRIC AlertFilters_FilterType = 5 AlertFilters_FILTER_TYPE_TRACING AlertFilters_FilterType = 6 AlertFilters_FILTER_TYPE_FLOW AlertFilters_FilterType = 7 )
func (AlertFilters_FilterType) Descriptor ¶
func (AlertFilters_FilterType) Descriptor() protoreflect.EnumDescriptor
func (AlertFilters_FilterType) Enum ¶
func (x AlertFilters_FilterType) Enum() *AlertFilters_FilterType
func (AlertFilters_FilterType) EnumDescriptor
deprecated
func (AlertFilters_FilterType) EnumDescriptor() ([]byte, []int)
Deprecated: Use AlertFilters_FilterType.Descriptor instead.
func (AlertFilters_FilterType) Number ¶
func (x AlertFilters_FilterType) Number() protoreflect.EnumNumber
func (AlertFilters_FilterType) String ¶
func (x AlertFilters_FilterType) String() string
func (AlertFilters_FilterType) Type ¶
func (AlertFilters_FilterType) Type() protoreflect.EnumType
type AlertFilters_LogSeverity ¶
type AlertFilters_LogSeverity int32
const ( AlertFilters_LOG_SEVERITY_DEBUG_OR_UNSPECIFIED AlertFilters_LogSeverity = 0 AlertFilters_LOG_SEVERITY_VERBOSE AlertFilters_LogSeverity = 1 AlertFilters_LOG_SEVERITY_INFO AlertFilters_LogSeverity = 2 AlertFilters_LOG_SEVERITY_WARNING AlertFilters_LogSeverity = 3 AlertFilters_LOG_SEVERITY_ERROR AlertFilters_LogSeverity = 4 AlertFilters_LOG_SEVERITY_CRITICAL AlertFilters_LogSeverity = 5 )
func (AlertFilters_LogSeverity) Descriptor ¶
func (AlertFilters_LogSeverity) Descriptor() protoreflect.EnumDescriptor
func (AlertFilters_LogSeverity) Enum ¶
func (x AlertFilters_LogSeverity) Enum() *AlertFilters_LogSeverity
func (AlertFilters_LogSeverity) EnumDescriptor
deprecated
func (AlertFilters_LogSeverity) EnumDescriptor() ([]byte, []int)
Deprecated: Use AlertFilters_LogSeverity.Descriptor instead.
func (AlertFilters_LogSeverity) Number ¶
func (x AlertFilters_LogSeverity) Number() protoreflect.EnumNumber
func (AlertFilters_LogSeverity) String ¶
func (x AlertFilters_LogSeverity) String() string
func (AlertFilters_LogSeverity) Type ¶
func (AlertFilters_LogSeverity) Type() protoreflect.EnumType
type AlertFilters_MetadataFilters ¶
type AlertFilters_MetadataFilters struct { Categories []*wrapperspb.StringValue `protobuf:"bytes,1,rep,name=categories,proto3" json:"categories,omitempty"` Applications []*wrapperspb.StringValue `protobuf:"bytes,2,rep,name=applications,proto3" json:"applications,omitempty"` Subsystems []*wrapperspb.StringValue `protobuf:"bytes,3,rep,name=subsystems,proto3" json:"subsystems,omitempty"` Computers []*wrapperspb.StringValue `protobuf:"bytes,4,rep,name=computers,proto3" json:"computers,omitempty"` Classes []*wrapperspb.StringValue `protobuf:"bytes,5,rep,name=classes,proto3" json:"classes,omitempty"` Methods []*wrapperspb.StringValue `protobuf:"bytes,6,rep,name=methods,proto3" json:"methods,omitempty"` IpAddresses []*wrapperspb.StringValue `protobuf:"bytes,7,rep,name=ip_addresses,json=ipAddresses,proto3" json:"ip_addresses,omitempty"` // contains filtered or unexported fields }
func (*AlertFilters_MetadataFilters) Descriptor
deprecated
func (*AlertFilters_MetadataFilters) Descriptor() ([]byte, []int)
Deprecated: Use AlertFilters_MetadataFilters.ProtoReflect.Descriptor instead.
func (*AlertFilters_MetadataFilters) GetApplications ¶
func (x *AlertFilters_MetadataFilters) GetApplications() []*wrapperspb.StringValue
func (*AlertFilters_MetadataFilters) GetCategories ¶
func (x *AlertFilters_MetadataFilters) GetCategories() []*wrapperspb.StringValue
func (*AlertFilters_MetadataFilters) GetClasses ¶
func (x *AlertFilters_MetadataFilters) GetClasses() []*wrapperspb.StringValue
func (*AlertFilters_MetadataFilters) GetComputers ¶
func (x *AlertFilters_MetadataFilters) GetComputers() []*wrapperspb.StringValue
func (*AlertFilters_MetadataFilters) GetIpAddresses ¶
func (x *AlertFilters_MetadataFilters) GetIpAddresses() []*wrapperspb.StringValue
func (*AlertFilters_MetadataFilters) GetMethods ¶
func (x *AlertFilters_MetadataFilters) GetMethods() []*wrapperspb.StringValue
func (*AlertFilters_MetadataFilters) GetSubsystems ¶
func (x *AlertFilters_MetadataFilters) GetSubsystems() []*wrapperspb.StringValue
func (*AlertFilters_MetadataFilters) ProtoMessage ¶
func (*AlertFilters_MetadataFilters) ProtoMessage()
func (*AlertFilters_MetadataFilters) ProtoReflect ¶
func (x *AlertFilters_MetadataFilters) ProtoReflect() protoreflect.Message
func (*AlertFilters_MetadataFilters) Reset ¶
func (x *AlertFilters_MetadataFilters) Reset()
func (*AlertFilters_MetadataFilters) String ¶
func (x *AlertFilters_MetadataFilters) String() string
type AlertFilters_RatioAlert ¶
type AlertFilters_RatioAlert struct { Alias *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=alias,proto3" json:"alias,omitempty"` Text *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"` Severities []AlertFilters_LogSeverity `` /* 135-byte string literal not displayed */ Applications []*wrapperspb.StringValue `protobuf:"bytes,4,rep,name=applications,proto3" json:"applications,omitempty"` Subsystems []*wrapperspb.StringValue `protobuf:"bytes,5,rep,name=subsystems,proto3" json:"subsystems,omitempty"` GroupBy []*wrapperspb.StringValue `protobuf:"bytes,6,rep,name=group_by,json=groupBy,proto3" json:"group_by,omitempty"` // contains filtered or unexported fields }
func (*AlertFilters_RatioAlert) Descriptor
deprecated
func (*AlertFilters_RatioAlert) Descriptor() ([]byte, []int)
Deprecated: Use AlertFilters_RatioAlert.ProtoReflect.Descriptor instead.
func (*AlertFilters_RatioAlert) GetAlias ¶
func (x *AlertFilters_RatioAlert) GetAlias() *wrapperspb.StringValue
func (*AlertFilters_RatioAlert) GetApplications ¶
func (x *AlertFilters_RatioAlert) GetApplications() []*wrapperspb.StringValue
func (*AlertFilters_RatioAlert) GetGroupBy ¶
func (x *AlertFilters_RatioAlert) GetGroupBy() []*wrapperspb.StringValue
func (*AlertFilters_RatioAlert) GetSeverities ¶
func (x *AlertFilters_RatioAlert) GetSeverities() []AlertFilters_LogSeverity
func (*AlertFilters_RatioAlert) GetSubsystems ¶
func (x *AlertFilters_RatioAlert) GetSubsystems() []*wrapperspb.StringValue
func (*AlertFilters_RatioAlert) GetText ¶
func (x *AlertFilters_RatioAlert) GetText() *wrapperspb.StringValue
func (*AlertFilters_RatioAlert) ProtoMessage ¶
func (*AlertFilters_RatioAlert) ProtoMessage()
func (*AlertFilters_RatioAlert) ProtoReflect ¶
func (x *AlertFilters_RatioAlert) ProtoReflect() protoreflect.Message
func (*AlertFilters_RatioAlert) Reset ¶
func (x *AlertFilters_RatioAlert) Reset()
func (*AlertFilters_RatioAlert) String ¶
func (x *AlertFilters_RatioAlert) String() string
type AlertNotification ¶
type AlertNotification struct { RetriggeringPeriodSeconds *wrapperspb.UInt32Value `` /* 144-byte string literal not displayed */ NotifyOn *NotifyOn `` /* 130-byte string literal not displayed */ // Types that are assignable to IntegrationType: // *AlertNotification_IntegrationId // *AlertNotification_Recipients IntegrationType isAlertNotification_IntegrationType `protobuf_oneof:"integration_type"` // contains filtered or unexported fields }
func (*AlertNotification) Descriptor
deprecated
func (*AlertNotification) Descriptor() ([]byte, []int)
Deprecated: Use AlertNotification.ProtoReflect.Descriptor instead.
func (*AlertNotification) GetIntegrationId ¶
func (x *AlertNotification) GetIntegrationId() *wrapperspb.UInt32Value
func (*AlertNotification) GetIntegrationType ¶
func (m *AlertNotification) GetIntegrationType() isAlertNotification_IntegrationType
func (*AlertNotification) GetNotifyOn ¶
func (x *AlertNotification) GetNotifyOn() NotifyOn
func (*AlertNotification) GetRecipients ¶
func (x *AlertNotification) GetRecipients() *Recipients
func (*AlertNotification) GetRetriggeringPeriodSeconds ¶
func (x *AlertNotification) GetRetriggeringPeriodSeconds() *wrapperspb.UInt32Value
func (*AlertNotification) ProtoMessage ¶
func (*AlertNotification) ProtoMessage()
func (*AlertNotification) ProtoReflect ¶
func (x *AlertNotification) ProtoReflect() protoreflect.Message
func (*AlertNotification) Reset ¶
func (x *AlertNotification) Reset()
func (*AlertNotification) String ¶
func (x *AlertNotification) String() string
type AlertNotificationGroups ¶
type AlertNotificationGroups struct { GroupByFields []*wrapperspb.StringValue `protobuf:"bytes,1,rep,name=group_by_fields,json=groupByFields,proto3" json:"group_by_fields,omitempty"` Notifications []*AlertNotification `protobuf:"bytes,2,rep,name=notifications,proto3" json:"notifications,omitempty"` // contains filtered or unexported fields }
func (*AlertNotificationGroups) Descriptor
deprecated
func (*AlertNotificationGroups) Descriptor() ([]byte, []int)
Deprecated: Use AlertNotificationGroups.ProtoReflect.Descriptor instead.
func (*AlertNotificationGroups) GetGroupByFields ¶
func (x *AlertNotificationGroups) GetGroupByFields() []*wrapperspb.StringValue
func (*AlertNotificationGroups) GetNotifications ¶
func (x *AlertNotificationGroups) GetNotifications() []*AlertNotification
func (*AlertNotificationGroups) ProtoMessage ¶
func (*AlertNotificationGroups) ProtoMessage()
func (*AlertNotificationGroups) ProtoReflect ¶
func (x *AlertNotificationGroups) ProtoReflect() protoreflect.Message
func (*AlertNotificationGroups) Reset ¶
func (x *AlertNotificationGroups) Reset()
func (*AlertNotificationGroups) String ¶
func (x *AlertNotificationGroups) String() string
type AlertNotification_IntegrationId ¶
type AlertNotification_IntegrationId struct {
IntegrationId *wrapperspb.UInt32Value `protobuf:"bytes,3,opt,name=integration_id,json=integrationId,proto3,oneof"`
}
type AlertNotification_Recipients ¶
type AlertNotification_Recipients struct {
Recipients *Recipients `protobuf:"bytes,5,opt,name=recipients,proto3,oneof"`
}
type AlertServiceClient ¶
type AlertServiceClient interface { GetAlert(ctx context.Context, in *GetAlertRequest, opts ...grpc.CallOption) (*GetAlertResponse, error) GetAlerts(ctx context.Context, in *GetAlertsRequest, opts ...grpc.CallOption) (*GetAlertsResponse, error) GetAlertByUniqueId(ctx context.Context, in *GetAlertByUniqueIdRequest, opts ...grpc.CallOption) (*GetAlertByUniqueIdResponse, error) GetAlertModelMapping(ctx context.Context, in *GetAlertModelMappingRequest, opts ...grpc.CallOption) (*GetAlertModelMappingResponse, error) CreateAlert(ctx context.Context, in *CreateAlertRequest, opts ...grpc.CallOption) (*CreateAlertResponse, error) UpdateAlert(ctx context.Context, in *UpdateAlertRequest, opts ...grpc.CallOption) (*UpdateAlertResponse, error) UpdateAlertByUniqueId(ctx context.Context, in *UpdateAlertByUniqueIdRequest, opts ...grpc.CallOption) (*UpdateAlertByUniqueIdResponse, error) DeleteAlert(ctx context.Context, in *DeleteAlertRequest, opts ...grpc.CallOption) (*DeleteAlertResponse, error) DeleteAlertByUniqueId(ctx context.Context, in *DeleteAlertByUniqueIdRequest, opts ...grpc.CallOption) (*DeleteAlertByUniqueIdResponse, error) GetAlertEvents(ctx context.Context, in *GetAlertEventsRequest, opts ...grpc.CallOption) (*GetAlertEventsResponse, error) ValidateAlert(ctx context.Context, in *ValidateAlertRequest, opts ...grpc.CallOption) (*ValidateAlertResponse, error) GetAlertEventsCountBySeverity(ctx context.Context, in *GetAlertEventsCountBySeverityRequest, opts ...grpc.CallOption) (*GetAlertEventsCountBySeverityResponse, error) }
AlertServiceClient is the client API for AlertService 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 NewAlertServiceClient ¶
func NewAlertServiceClient(cc grpc.ClientConnInterface) AlertServiceClient
type AlertServiceServer ¶
type AlertServiceServer interface { GetAlert(context.Context, *GetAlertRequest) (*GetAlertResponse, error) GetAlerts(context.Context, *GetAlertsRequest) (*GetAlertsResponse, error) GetAlertByUniqueId(context.Context, *GetAlertByUniqueIdRequest) (*GetAlertByUniqueIdResponse, error) GetAlertModelMapping(context.Context, *GetAlertModelMappingRequest) (*GetAlertModelMappingResponse, error) CreateAlert(context.Context, *CreateAlertRequest) (*CreateAlertResponse, error) UpdateAlert(context.Context, *UpdateAlertRequest) (*UpdateAlertResponse, error) UpdateAlertByUniqueId(context.Context, *UpdateAlertByUniqueIdRequest) (*UpdateAlertByUniqueIdResponse, error) DeleteAlert(context.Context, *DeleteAlertRequest) (*DeleteAlertResponse, error) DeleteAlertByUniqueId(context.Context, *DeleteAlertByUniqueIdRequest) (*DeleteAlertByUniqueIdResponse, error) GetAlertEvents(context.Context, *GetAlertEventsRequest) (*GetAlertEventsResponse, error) ValidateAlert(context.Context, *ValidateAlertRequest) (*ValidateAlertResponse, error) GetAlertEventsCountBySeverity(context.Context, *GetAlertEventsCountBySeverityRequest) (*GetAlertEventsCountBySeverityResponse, error) // contains filtered or unexported methods }
AlertServiceServer is the server API for AlertService service. All implementations must embed UnimplementedAlertServiceServer for forward compatibility
type AlertSeverity ¶
type AlertSeverity int32
const ( AlertSeverity_ALERT_SEVERITY_INFO_OR_UNSPECIFIED AlertSeverity = 0 AlertSeverity_ALERT_SEVERITY_WARNING AlertSeverity = 1 AlertSeverity_ALERT_SEVERITY_CRITICAL AlertSeverity = 2 AlertSeverity_ALERT_SEVERITY_ERROR AlertSeverity = 3 )
func (AlertSeverity) Descriptor ¶
func (AlertSeverity) Descriptor() protoreflect.EnumDescriptor
func (AlertSeverity) Enum ¶
func (x AlertSeverity) Enum() *AlertSeverity
func (AlertSeverity) EnumDescriptor
deprecated
func (AlertSeverity) EnumDescriptor() ([]byte, []int)
Deprecated: Use AlertSeverity.Descriptor instead.
func (AlertSeverity) Number ¶
func (x AlertSeverity) Number() protoreflect.EnumNumber
func (AlertSeverity) String ¶
func (x AlertSeverity) String() string
func (AlertSeverity) Type ¶
func (AlertSeverity) Type() protoreflect.EnumType
type AlertSnoozed ¶
type AlertSnoozed struct { UserId *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Until *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=until,proto3" json:"until,omitempty"` // contains filtered or unexported fields }
func (*AlertSnoozed) Descriptor
deprecated
func (*AlertSnoozed) Descriptor() ([]byte, []int)
Deprecated: Use AlertSnoozed.ProtoReflect.Descriptor instead.
func (*AlertSnoozed) GetUntil ¶
func (x *AlertSnoozed) GetUntil() *timestamppb.Timestamp
func (*AlertSnoozed) GetUserId ¶
func (x *AlertSnoozed) GetUserId() *wrapperspb.StringValue
func (*AlertSnoozed) ProtoMessage ¶
func (*AlertSnoozed) ProtoMessage()
func (*AlertSnoozed) ProtoReflect ¶
func (x *AlertSnoozed) ProtoReflect() protoreflect.Message
func (*AlertSnoozed) Reset ¶
func (x *AlertSnoozed) Reset()
func (*AlertSnoozed) String ¶
func (x *AlertSnoozed) String() string
type CleanupDeadmanDuration ¶
type CleanupDeadmanDuration int32
const ( CleanupDeadmanDuration_CLEANUP_DEADMAN_DURATION_NEVER_OR_UNSPECIFIED CleanupDeadmanDuration = 0 CleanupDeadmanDuration_CLEANUP_DEADMAN_DURATION_5MIN CleanupDeadmanDuration = 1 CleanupDeadmanDuration_CLEANUP_DEADMAN_DURATION_10MIN CleanupDeadmanDuration = 2 CleanupDeadmanDuration_CLEANUP_DEADMAN_DURATION_1H CleanupDeadmanDuration = 3 CleanupDeadmanDuration_CLEANUP_DEADMAN_DURATION_2H CleanupDeadmanDuration = 4 CleanupDeadmanDuration_CLEANUP_DEADMAN_DURATION_6H CleanupDeadmanDuration = 5 CleanupDeadmanDuration_CLEANUP_DEADMAN_DURATION_12H CleanupDeadmanDuration = 6 CleanupDeadmanDuration_CLEANUP_DEADMAN_DURATION_24H CleanupDeadmanDuration = 7 )
func (CleanupDeadmanDuration) Descriptor ¶
func (CleanupDeadmanDuration) Descriptor() protoreflect.EnumDescriptor
func (CleanupDeadmanDuration) Enum ¶
func (x CleanupDeadmanDuration) Enum() *CleanupDeadmanDuration
func (CleanupDeadmanDuration) EnumDescriptor
deprecated
func (CleanupDeadmanDuration) EnumDescriptor() ([]byte, []int)
Deprecated: Use CleanupDeadmanDuration.Descriptor instead.
func (CleanupDeadmanDuration) Number ¶
func (x CleanupDeadmanDuration) Number() protoreflect.EnumNumber
func (CleanupDeadmanDuration) String ¶
func (x CleanupDeadmanDuration) String() string
func (CleanupDeadmanDuration) Type ¶
func (CleanupDeadmanDuration) Type() protoreflect.EnumType
type ConditionParameters ¶
type ConditionParameters struct { Threshold *wrapperspb.DoubleValue `protobuf:"bytes,1,opt,name=threshold,proto3" json:"threshold,omitempty"` Timeframe Timeframe `protobuf:"varint,2,opt,name=timeframe,proto3,enum=com.coralogix.alerts.v2.Timeframe" json:"timeframe,omitempty"` GroupBy []*wrapperspb.StringValue `protobuf:"bytes,3,rep,name=group_by,json=groupBy,proto3" json:"group_by,omitempty"` MetricAlertParameters *MetricAlertConditionParameters `` /* 126-byte string literal not displayed */ MetricAlertPromqlParameters *MetricAlertPromqlConditionParameters `` /* 146-byte string literal not displayed */ IgnoreInfinity *wrapperspb.BoolValue `protobuf:"bytes,6,opt,name=ignore_infinity,json=ignoreInfinity,proto3" json:"ignore_infinity,omitempty"` RelativeTimeframe RelativeTimeframe `` /* 160-byte string literal not displayed */ NotifyGroupByOnlyAlerts *wrapperspb.BoolValue `` /* 136-byte string literal not displayed */ CardinalityFields []*wrapperspb.StringValue `protobuf:"bytes,10,rep,name=cardinality_fields,json=cardinalityFields,proto3" json:"cardinality_fields,omitempty"` MaxUniqueCountValuesForGroupByKey *wrapperspb.UInt32Value `` /* 173-byte string literal not displayed */ RelatedExtendedData *RelatedExtendedData `` /* 127-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ConditionParameters) Descriptor
deprecated
func (*ConditionParameters) Descriptor() ([]byte, []int)
Deprecated: Use ConditionParameters.ProtoReflect.Descriptor instead.
func (*ConditionParameters) GetCardinalityFields ¶
func (x *ConditionParameters) GetCardinalityFields() []*wrapperspb.StringValue
func (*ConditionParameters) GetGroupBy ¶
func (x *ConditionParameters) GetGroupBy() []*wrapperspb.StringValue
func (*ConditionParameters) GetIgnoreInfinity ¶
func (x *ConditionParameters) GetIgnoreInfinity() *wrapperspb.BoolValue
func (*ConditionParameters) GetMaxUniqueCountValuesForGroupByKey ¶
func (x *ConditionParameters) GetMaxUniqueCountValuesForGroupByKey() *wrapperspb.UInt32Value
func (*ConditionParameters) GetMetricAlertParameters ¶
func (x *ConditionParameters) GetMetricAlertParameters() *MetricAlertConditionParameters
func (*ConditionParameters) GetMetricAlertPromqlParameters ¶
func (x *ConditionParameters) GetMetricAlertPromqlParameters() *MetricAlertPromqlConditionParameters
func (*ConditionParameters) GetNotifyGroupByOnlyAlerts ¶
func (x *ConditionParameters) GetNotifyGroupByOnlyAlerts() *wrapperspb.BoolValue
func (*ConditionParameters) GetRelatedExtendedData ¶
func (x *ConditionParameters) GetRelatedExtendedData() *RelatedExtendedData
func (*ConditionParameters) GetRelativeTimeframe ¶
func (x *ConditionParameters) GetRelativeTimeframe() RelativeTimeframe
func (*ConditionParameters) GetThreshold ¶
func (x *ConditionParameters) GetThreshold() *wrapperspb.DoubleValue
func (*ConditionParameters) GetTimeframe ¶
func (x *ConditionParameters) GetTimeframe() Timeframe
func (*ConditionParameters) ProtoMessage ¶
func (*ConditionParameters) ProtoMessage()
func (*ConditionParameters) ProtoReflect ¶
func (x *ConditionParameters) ProtoReflect() protoreflect.Message
func (*ConditionParameters) Reset ¶
func (x *ConditionParameters) Reset()
func (*ConditionParameters) String ¶
func (x *ConditionParameters) String() string
type CreateAlertRequest ¶
type CreateAlertRequest struct { 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"` IsActive *wrapperspb.BoolValue `protobuf:"bytes,4,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"` Severity AlertSeverity `protobuf:"varint,5,opt,name=severity,proto3,enum=com.coralogix.alerts.v1.AlertSeverity" json:"severity,omitempty"` Expiration *Date `protobuf:"bytes,6,opt,name=expiration,proto3" json:"expiration,omitempty"` Condition *AlertCondition `protobuf:"bytes,7,opt,name=condition,proto3" json:"condition,omitempty"` ShowInInsight *ShowInInsight `protobuf:"bytes,8,opt,name=show_in_insight,json=showInInsight,proto3,oneof" json:"show_in_insight,omitempty"` NotificationGroups []*AlertNotificationGroups `protobuf:"bytes,9,rep,name=notification_groups,json=notificationGroups,proto3" json:"notification_groups,omitempty"` Filters *AlertFilters `protobuf:"bytes,10,opt,name=filters,proto3" json:"filters,omitempty"` ActiveWhen *AlertActiveWhen `protobuf:"bytes,11,opt,name=active_when,json=activeWhen,proto3" json:"active_when,omitempty"` NotificationPayloadFilters []*wrapperspb.StringValue `` /* 142-byte string literal not displayed */ MetaLabels []*MetaLabel `protobuf:"bytes,13,rep,name=meta_labels,json=metaLabels,proto3" json:"meta_labels,omitempty"` MetaLabelsStrings []*wrapperspb.StringValue `protobuf:"bytes,14,rep,name=meta_labels_strings,json=metaLabelsStrings,proto3" json:"meta_labels_strings,omitempty"` TracingAlert *TracingAlert `protobuf:"bytes,15,opt,name=tracing_alert,json=tracingAlert,proto3,oneof" json:"tracing_alert,omitempty"` // contains filtered or unexported fields }
func (*CreateAlertRequest) Descriptor
deprecated
func (*CreateAlertRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateAlertRequest.ProtoReflect.Descriptor instead.
func (*CreateAlertRequest) GetActiveWhen ¶
func (x *CreateAlertRequest) GetActiveWhen() *AlertActiveWhen
func (*CreateAlertRequest) GetCondition ¶
func (x *CreateAlertRequest) GetCondition() *AlertCondition
func (*CreateAlertRequest) GetDescription ¶
func (x *CreateAlertRequest) GetDescription() *wrapperspb.StringValue
func (*CreateAlertRequest) GetExpiration ¶
func (x *CreateAlertRequest) GetExpiration() *Date
func (*CreateAlertRequest) GetFilters ¶
func (x *CreateAlertRequest) GetFilters() *AlertFilters
func (*CreateAlertRequest) GetIsActive ¶
func (x *CreateAlertRequest) GetIsActive() *wrapperspb.BoolValue
func (*CreateAlertRequest) GetMetaLabels ¶
func (x *CreateAlertRequest) GetMetaLabels() []*MetaLabel
func (*CreateAlertRequest) GetMetaLabelsStrings ¶
func (x *CreateAlertRequest) GetMetaLabelsStrings() []*wrapperspb.StringValue
func (*CreateAlertRequest) GetName ¶
func (x *CreateAlertRequest) GetName() *wrapperspb.StringValue
func (*CreateAlertRequest) GetNotificationGroups ¶
func (x *CreateAlertRequest) GetNotificationGroups() []*AlertNotificationGroups
func (*CreateAlertRequest) GetNotificationPayloadFilters ¶
func (x *CreateAlertRequest) GetNotificationPayloadFilters() []*wrapperspb.StringValue
func (*CreateAlertRequest) GetSeverity ¶
func (x *CreateAlertRequest) GetSeverity() AlertSeverity
func (*CreateAlertRequest) GetShowInInsight ¶
func (x *CreateAlertRequest) GetShowInInsight() *ShowInInsight
func (*CreateAlertRequest) GetTracingAlert ¶
func (x *CreateAlertRequest) GetTracingAlert() *TracingAlert
func (*CreateAlertRequest) ProtoMessage ¶
func (*CreateAlertRequest) ProtoMessage()
func (*CreateAlertRequest) ProtoReflect ¶
func (x *CreateAlertRequest) ProtoReflect() protoreflect.Message
func (*CreateAlertRequest) Reset ¶
func (x *CreateAlertRequest) Reset()
func (*CreateAlertRequest) String ¶
func (x *CreateAlertRequest) String() string
type CreateAlertResponse ¶
type CreateAlertResponse struct { Alert *Alert `protobuf:"bytes,1,opt,name=alert,proto3" json:"alert,omitempty"` // contains filtered or unexported fields }
func (*CreateAlertResponse) Descriptor
deprecated
func (*CreateAlertResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateAlertResponse.ProtoReflect.Descriptor instead.
func (*CreateAlertResponse) GetAlert ¶
func (x *CreateAlertResponse) GetAlert() *Alert
func (*CreateAlertResponse) ProtoMessage ¶
func (*CreateAlertResponse) ProtoMessage()
func (*CreateAlertResponse) ProtoReflect ¶
func (x *CreateAlertResponse) ProtoReflect() protoreflect.Message
func (*CreateAlertResponse) Reset ¶
func (x *CreateAlertResponse) Reset()
func (*CreateAlertResponse) String ¶
func (x *CreateAlertResponse) String() string
type Date ¶
type Date struct { Year int32 `protobuf:"varint,1,opt,name=year,proto3" json:"year,omitempty"` Month int32 `protobuf:"varint,2,opt,name=month,proto3" json:"month,omitempty"` Day int32 `protobuf:"varint,3,opt,name=day,proto3" json:"day,omitempty"` // contains filtered or unexported fields }
func (*Date) Descriptor
deprecated
func (*Date) ProtoMessage ¶
func (*Date) ProtoMessage()
func (*Date) ProtoReflect ¶
func (x *Date) ProtoReflect() protoreflect.Message
type DayOfWeek ¶
type DayOfWeek int32
const ( DayOfWeek_DAY_OF_WEEK_MONDAY_OR_UNSPECIFIED DayOfWeek = 0 DayOfWeek_DAY_OF_WEEK_TUESDAY DayOfWeek = 1 DayOfWeek_DAY_OF_WEEK_WEDNESDAY DayOfWeek = 2 DayOfWeek_DAY_OF_WEEK_THURSDAY DayOfWeek = 3 DayOfWeek_DAY_OF_WEEK_FRIDAY DayOfWeek = 4 DayOfWeek_DAY_OF_WEEK_SATURDAY DayOfWeek = 5 DayOfWeek_DAY_OF_WEEK_SUNDAY DayOfWeek = 6 )
func (DayOfWeek) Descriptor ¶
func (DayOfWeek) Descriptor() protoreflect.EnumDescriptor
func (DayOfWeek) EnumDescriptor
deprecated
func (DayOfWeek) Number ¶
func (x DayOfWeek) Number() protoreflect.EnumNumber
func (DayOfWeek) Type ¶
func (DayOfWeek) Type() protoreflect.EnumType
type DeleteAlertByUniqueIdRequest ¶
type DeleteAlertByUniqueIdRequest struct { Id *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteAlertByUniqueIdRequest) Descriptor
deprecated
func (*DeleteAlertByUniqueIdRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAlertByUniqueIdRequest.ProtoReflect.Descriptor instead.
func (*DeleteAlertByUniqueIdRequest) GetId ¶
func (x *DeleteAlertByUniqueIdRequest) GetId() *wrapperspb.StringValue
func (*DeleteAlertByUniqueIdRequest) ProtoMessage ¶
func (*DeleteAlertByUniqueIdRequest) ProtoMessage()
func (*DeleteAlertByUniqueIdRequest) ProtoReflect ¶
func (x *DeleteAlertByUniqueIdRequest) ProtoReflect() protoreflect.Message
func (*DeleteAlertByUniqueIdRequest) Reset ¶
func (x *DeleteAlertByUniqueIdRequest) Reset()
func (*DeleteAlertByUniqueIdRequest) String ¶
func (x *DeleteAlertByUniqueIdRequest) String() string
type DeleteAlertByUniqueIdResponse ¶
type DeleteAlertByUniqueIdResponse struct {
// contains filtered or unexported fields
}
func (*DeleteAlertByUniqueIdResponse) Descriptor
deprecated
func (*DeleteAlertByUniqueIdResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAlertByUniqueIdResponse.ProtoReflect.Descriptor instead.
func (*DeleteAlertByUniqueIdResponse) ProtoMessage ¶
func (*DeleteAlertByUniqueIdResponse) ProtoMessage()
func (*DeleteAlertByUniqueIdResponse) ProtoReflect ¶
func (x *DeleteAlertByUniqueIdResponse) ProtoReflect() protoreflect.Message
func (*DeleteAlertByUniqueIdResponse) Reset ¶
func (x *DeleteAlertByUniqueIdResponse) Reset()
func (*DeleteAlertByUniqueIdResponse) String ¶
func (x *DeleteAlertByUniqueIdResponse) String() string
type DeleteAlertRequest ¶
type DeleteAlertRequest struct { Id *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteAlertRequest) Descriptor
deprecated
func (*DeleteAlertRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAlertRequest.ProtoReflect.Descriptor instead.
func (*DeleteAlertRequest) GetId ¶
func (x *DeleteAlertRequest) GetId() *wrapperspb.StringValue
func (*DeleteAlertRequest) ProtoMessage ¶
func (*DeleteAlertRequest) ProtoMessage()
func (*DeleteAlertRequest) ProtoReflect ¶
func (x *DeleteAlertRequest) ProtoReflect() protoreflect.Message
func (*DeleteAlertRequest) Reset ¶
func (x *DeleteAlertRequest) Reset()
func (*DeleteAlertRequest) String ¶
func (x *DeleteAlertRequest) String() string
type DeleteAlertResponse ¶
type DeleteAlertResponse struct {
// contains filtered or unexported fields
}
func (*DeleteAlertResponse) Descriptor
deprecated
func (*DeleteAlertResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAlertResponse.ProtoReflect.Descriptor instead.
func (*DeleteAlertResponse) ProtoMessage ¶
func (*DeleteAlertResponse) ProtoMessage()
func (*DeleteAlertResponse) ProtoReflect ¶
func (x *DeleteAlertResponse) ProtoReflect() protoreflect.Message
func (*DeleteAlertResponse) Reset ¶
func (x *DeleteAlertResponse) Reset()
func (*DeleteAlertResponse) String ¶
func (x *DeleteAlertResponse) String() string
type EvaluationWindow ¶
type EvaluationWindow int32
const ( EvaluationWindow_EVALUATION_WINDOW_ROLLING_OR_UNSPECIFIED EvaluationWindow = 0 EvaluationWindow_EVALUATION_WINDOW_DYNAMIC EvaluationWindow = 1 )
func (EvaluationWindow) Descriptor ¶
func (EvaluationWindow) Descriptor() protoreflect.EnumDescriptor
func (EvaluationWindow) Enum ¶
func (x EvaluationWindow) Enum() *EvaluationWindow
func (EvaluationWindow) EnumDescriptor
deprecated
func (EvaluationWindow) EnumDescriptor() ([]byte, []int)
Deprecated: Use EvaluationWindow.Descriptor instead.
func (EvaluationWindow) Number ¶
func (x EvaluationWindow) Number() protoreflect.EnumNumber
func (EvaluationWindow) String ¶
func (x EvaluationWindow) String() string
func (EvaluationWindow) Type ¶
func (EvaluationWindow) Type() protoreflect.EnumType
type FilterData ¶
type FilterData struct { Field string `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"` Filters []*Filters `protobuf:"bytes,2,rep,name=filters,proto3" json:"filters,omitempty"` // contains filtered or unexported fields }
func (*FilterData) Descriptor
deprecated
func (*FilterData) Descriptor() ([]byte, []int)
Deprecated: Use FilterData.ProtoReflect.Descriptor instead.
func (*FilterData) GetField ¶
func (x *FilterData) GetField() string
func (*FilterData) GetFilters ¶
func (x *FilterData) GetFilters() []*Filters
func (*FilterData) ProtoMessage ¶
func (*FilterData) ProtoMessage()
func (*FilterData) ProtoReflect ¶
func (x *FilterData) ProtoReflect() protoreflect.Message
func (*FilterData) Reset ¶
func (x *FilterData) Reset()
func (*FilterData) String ¶
func (x *FilterData) String() string
type Filters ¶
type Filters struct { Values []string `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"` Operator string `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator,omitempty"` // contains filtered or unexported fields }
func (*Filters) Descriptor
deprecated
func (*Filters) GetOperator ¶
func (*Filters) ProtoMessage ¶
func (*Filters) ProtoMessage()
func (*Filters) ProtoReflect ¶
func (x *Filters) ProtoReflect() protoreflect.Message
type FlowAlert ¶
type FlowAlert struct { Id *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Not *wrapperspb.BoolValue `protobuf:"bytes,2,opt,name=not,proto3" json:"not,omitempty"` // contains filtered or unexported fields }
func (*FlowAlert) Descriptor
deprecated
func (*FlowAlert) GetId ¶
func (x *FlowAlert) GetId() *wrapperspb.StringValue
func (*FlowAlert) GetNot ¶
func (x *FlowAlert) GetNot() *wrapperspb.BoolValue
func (*FlowAlert) ProtoMessage ¶
func (*FlowAlert) ProtoMessage()
func (*FlowAlert) ProtoReflect ¶
func (x *FlowAlert) ProtoReflect() protoreflect.Message
type FlowAlerts ¶
type FlowAlerts struct { Op FlowOperator `protobuf:"varint,1,opt,name=op,proto3,enum=com.coralogix.alerts.v1.FlowOperator" json:"op,omitempty"` Values []*FlowAlert `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"` // contains filtered or unexported fields }
func (*FlowAlerts) Descriptor
deprecated
func (*FlowAlerts) Descriptor() ([]byte, []int)
Deprecated: Use FlowAlerts.ProtoReflect.Descriptor instead.
func (*FlowAlerts) GetOp ¶
func (x *FlowAlerts) GetOp() FlowOperator
func (*FlowAlerts) GetValues ¶
func (x *FlowAlerts) GetValues() []*FlowAlert
func (*FlowAlerts) ProtoMessage ¶
func (*FlowAlerts) ProtoMessage()
func (*FlowAlerts) ProtoReflect ¶
func (x *FlowAlerts) ProtoReflect() protoreflect.Message
func (*FlowAlerts) Reset ¶
func (x *FlowAlerts) Reset()
func (*FlowAlerts) String ¶
func (x *FlowAlerts) String() string
type FlowCondition ¶
type FlowCondition struct { Stages []*FlowStage `protobuf:"bytes,1,rep,name=stages,proto3" json:"stages,omitempty"` Parameters *ConditionParameters `protobuf:"bytes,2,opt,name=parameters,proto3,oneof" json:"parameters,omitempty"` // contains filtered or unexported fields }
func (*FlowCondition) Descriptor
deprecated
func (*FlowCondition) Descriptor() ([]byte, []int)
Deprecated: Use FlowCondition.ProtoReflect.Descriptor instead.
func (*FlowCondition) GetParameters ¶
func (x *FlowCondition) GetParameters() *ConditionParameters
func (*FlowCondition) GetStages ¶
func (x *FlowCondition) GetStages() []*FlowStage
func (*FlowCondition) ProtoMessage ¶
func (*FlowCondition) ProtoMessage()
func (*FlowCondition) ProtoReflect ¶
func (x *FlowCondition) ProtoReflect() protoreflect.Message
func (*FlowCondition) Reset ¶
func (x *FlowCondition) Reset()
func (*FlowCondition) String ¶
func (x *FlowCondition) String() string
type FlowGroup ¶
type FlowGroup struct { Alerts *FlowAlerts `protobuf:"bytes,1,opt,name=alerts,proto3" json:"alerts,omitempty"` NextOp FlowOperator `protobuf:"varint,2,opt,name=nextOp,proto3,enum=com.coralogix.alerts.v1.FlowOperator" json:"nextOp,omitempty"` // contains filtered or unexported fields }
func (*FlowGroup) Descriptor
deprecated
func (*FlowGroup) GetAlerts ¶
func (x *FlowGroup) GetAlerts() *FlowAlerts
func (*FlowGroup) GetNextOp ¶
func (x *FlowGroup) GetNextOp() FlowOperator
func (*FlowGroup) ProtoMessage ¶
func (*FlowGroup) ProtoMessage()
func (*FlowGroup) ProtoReflect ¶
func (x *FlowGroup) ProtoReflect() protoreflect.Message
type FlowOperator ¶
type FlowOperator int32
const ( FlowOperator_AND FlowOperator = 0 FlowOperator_OR FlowOperator = 1 )
func (FlowOperator) Descriptor ¶
func (FlowOperator) Descriptor() protoreflect.EnumDescriptor
func (FlowOperator) Enum ¶
func (x FlowOperator) Enum() *FlowOperator
func (FlowOperator) EnumDescriptor
deprecated
func (FlowOperator) EnumDescriptor() ([]byte, []int)
Deprecated: Use FlowOperator.Descriptor instead.
func (FlowOperator) Number ¶
func (x FlowOperator) Number() protoreflect.EnumNumber
func (FlowOperator) String ¶
func (x FlowOperator) String() string
func (FlowOperator) Type ¶
func (FlowOperator) Type() protoreflect.EnumType
type FlowStage ¶
type FlowStage struct { Groups []*FlowGroup `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups,omitempty"` Timeframe *FlowTimeframe `protobuf:"bytes,2,opt,name=timeframe,proto3" json:"timeframe,omitempty"` // contains filtered or unexported fields }
func (*FlowStage) Descriptor
deprecated
func (*FlowStage) GetTimeframe ¶
func (x *FlowStage) GetTimeframe() *FlowTimeframe
func (*FlowStage) ProtoMessage ¶
func (*FlowStage) ProtoMessage()
func (*FlowStage) ProtoReflect ¶
func (x *FlowStage) ProtoReflect() protoreflect.Message
type FlowTimeframe ¶
type FlowTimeframe struct { Ms *wrapperspb.UInt32Value `protobuf:"bytes,1,opt,name=ms,proto3" json:"ms,omitempty"` // contains filtered or unexported fields }
func (*FlowTimeframe) Descriptor
deprecated
func (*FlowTimeframe) Descriptor() ([]byte, []int)
Deprecated: Use FlowTimeframe.ProtoReflect.Descriptor instead.
func (*FlowTimeframe) GetMs ¶
func (x *FlowTimeframe) GetMs() *wrapperspb.UInt32Value
func (*FlowTimeframe) ProtoMessage ¶
func (*FlowTimeframe) ProtoMessage()
func (*FlowTimeframe) ProtoReflect ¶
func (x *FlowTimeframe) ProtoReflect() protoreflect.Message
func (*FlowTimeframe) Reset ¶
func (x *FlowTimeframe) Reset()
func (*FlowTimeframe) String ¶
func (x *FlowTimeframe) String() string
type GetAlertByUniqueIdRequest ¶
type GetAlertByUniqueIdRequest struct { Id *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetAlertByUniqueIdRequest) Descriptor
deprecated
func (*GetAlertByUniqueIdRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAlertByUniqueIdRequest.ProtoReflect.Descriptor instead.
func (*GetAlertByUniqueIdRequest) GetId ¶
func (x *GetAlertByUniqueIdRequest) GetId() *wrapperspb.StringValue
func (*GetAlertByUniqueIdRequest) ProtoMessage ¶
func (*GetAlertByUniqueIdRequest) ProtoMessage()
func (*GetAlertByUniqueIdRequest) ProtoReflect ¶
func (x *GetAlertByUniqueIdRequest) ProtoReflect() protoreflect.Message
func (*GetAlertByUniqueIdRequest) Reset ¶
func (x *GetAlertByUniqueIdRequest) Reset()
func (*GetAlertByUniqueIdRequest) String ¶
func (x *GetAlertByUniqueIdRequest) String() string
type GetAlertByUniqueIdResponse ¶
type GetAlertByUniqueIdResponse struct { Alert *Alert `protobuf:"bytes,1,opt,name=alert,proto3" json:"alert,omitempty"` // contains filtered or unexported fields }
func (*GetAlertByUniqueIdResponse) Descriptor
deprecated
func (*GetAlertByUniqueIdResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAlertByUniqueIdResponse.ProtoReflect.Descriptor instead.
func (*GetAlertByUniqueIdResponse) GetAlert ¶
func (x *GetAlertByUniqueIdResponse) GetAlert() *Alert
func (*GetAlertByUniqueIdResponse) ProtoMessage ¶
func (*GetAlertByUniqueIdResponse) ProtoMessage()
func (*GetAlertByUniqueIdResponse) ProtoReflect ¶
func (x *GetAlertByUniqueIdResponse) ProtoReflect() protoreflect.Message
func (*GetAlertByUniqueIdResponse) Reset ¶
func (x *GetAlertByUniqueIdResponse) Reset()
func (*GetAlertByUniqueIdResponse) String ¶
func (x *GetAlertByUniqueIdResponse) String() string
type GetAlertEventsCountBySeverityRequest ¶
type GetAlertEventsCountBySeverityRequest struct { From *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"` To *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=to,proto3" json:"to,omitempty"` Applications []*wrapperspb.StringValue `protobuf:"bytes,3,rep,name=applications,proto3" json:"applications,omitempty"` Subsystems []*wrapperspb.StringValue `protobuf:"bytes,4,rep,name=subsystems,proto3" json:"subsystems,omitempty"` // contains filtered or unexported fields }
func (*GetAlertEventsCountBySeverityRequest) Descriptor
deprecated
func (*GetAlertEventsCountBySeverityRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAlertEventsCountBySeverityRequest.ProtoReflect.Descriptor instead.
func (*GetAlertEventsCountBySeverityRequest) GetApplications ¶
func (x *GetAlertEventsCountBySeverityRequest) GetApplications() []*wrapperspb.StringValue
func (*GetAlertEventsCountBySeverityRequest) GetFrom ¶
func (x *GetAlertEventsCountBySeverityRequest) GetFrom() *timestamppb.Timestamp
func (*GetAlertEventsCountBySeverityRequest) GetSubsystems ¶
func (x *GetAlertEventsCountBySeverityRequest) GetSubsystems() []*wrapperspb.StringValue
func (*GetAlertEventsCountBySeverityRequest) GetTo ¶
func (x *GetAlertEventsCountBySeverityRequest) GetTo() *timestamppb.Timestamp
func (*GetAlertEventsCountBySeverityRequest) ProtoMessage ¶
func (*GetAlertEventsCountBySeverityRequest) ProtoMessage()
func (*GetAlertEventsCountBySeverityRequest) ProtoReflect ¶
func (x *GetAlertEventsCountBySeverityRequest) ProtoReflect() protoreflect.Message
func (*GetAlertEventsCountBySeverityRequest) Reset ¶
func (x *GetAlertEventsCountBySeverityRequest) Reset()
func (*GetAlertEventsCountBySeverityRequest) String ¶
func (x *GetAlertEventsCountBySeverityRequest) String() string
type GetAlertEventsCountBySeverityResponse ¶
type GetAlertEventsCountBySeverityResponse struct { EventCounts []*AlertEventsCountBySeverity `protobuf:"bytes,1,rep,name=event_counts,json=eventCounts,proto3" json:"event_counts,omitempty"` // contains filtered or unexported fields }
func (*GetAlertEventsCountBySeverityResponse) Descriptor
deprecated
func (*GetAlertEventsCountBySeverityResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAlertEventsCountBySeverityResponse.ProtoReflect.Descriptor instead.
func (*GetAlertEventsCountBySeverityResponse) GetEventCounts ¶
func (x *GetAlertEventsCountBySeverityResponse) GetEventCounts() []*AlertEventsCountBySeverity
func (*GetAlertEventsCountBySeverityResponse) ProtoMessage ¶
func (*GetAlertEventsCountBySeverityResponse) ProtoMessage()
func (*GetAlertEventsCountBySeverityResponse) ProtoReflect ¶
func (x *GetAlertEventsCountBySeverityResponse) ProtoReflect() protoreflect.Message
func (*GetAlertEventsCountBySeverityResponse) Reset ¶
func (x *GetAlertEventsCountBySeverityResponse) Reset()
func (*GetAlertEventsCountBySeverityResponse) String ¶
func (x *GetAlertEventsCountBySeverityResponse) String() string
type GetAlertEventsRequest ¶
type GetAlertEventsRequest struct { From *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"` To *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"` // contains filtered or unexported fields }
func (*GetAlertEventsRequest) Descriptor
deprecated
func (*GetAlertEventsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAlertEventsRequest.ProtoReflect.Descriptor instead.
func (*GetAlertEventsRequest) GetFrom ¶
func (x *GetAlertEventsRequest) GetFrom() *timestamppb.Timestamp
func (*GetAlertEventsRequest) GetTo ¶
func (x *GetAlertEventsRequest) GetTo() *timestamppb.Timestamp
func (*GetAlertEventsRequest) ProtoMessage ¶
func (*GetAlertEventsRequest) ProtoMessage()
func (*GetAlertEventsRequest) ProtoReflect ¶
func (x *GetAlertEventsRequest) ProtoReflect() protoreflect.Message
func (*GetAlertEventsRequest) Reset ¶
func (x *GetAlertEventsRequest) Reset()
func (*GetAlertEventsRequest) String ¶
func (x *GetAlertEventsRequest) String() string
type GetAlertEventsResponse ¶
type GetAlertEventsResponse struct { Events []*AlertEvent `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"` // contains filtered or unexported fields }
func (*GetAlertEventsResponse) Descriptor
deprecated
func (*GetAlertEventsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAlertEventsResponse.ProtoReflect.Descriptor instead.
func (*GetAlertEventsResponse) GetEvents ¶
func (x *GetAlertEventsResponse) GetEvents() []*AlertEvent
func (*GetAlertEventsResponse) ProtoMessage ¶
func (*GetAlertEventsResponse) ProtoMessage()
func (*GetAlertEventsResponse) ProtoReflect ¶
func (x *GetAlertEventsResponse) ProtoReflect() protoreflect.Message
func (*GetAlertEventsResponse) Reset ¶
func (x *GetAlertEventsResponse) Reset()
func (*GetAlertEventsResponse) String ¶
func (x *GetAlertEventsResponse) String() string
type GetAlertModelMappingRequest ¶
type GetAlertModelMappingRequest struct { 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"` IsActive *wrapperspb.BoolValue `protobuf:"bytes,4,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"` Severity AlertSeverity `protobuf:"varint,5,opt,name=severity,proto3,enum=com.coralogix.alerts.v1.AlertSeverity" json:"severity,omitempty"` Expiration *Date `protobuf:"bytes,6,opt,name=expiration,proto3" json:"expiration,omitempty"` Condition *AlertCondition `protobuf:"bytes,7,opt,name=condition,proto3" json:"condition,omitempty"` ShowInInsight *ShowInInsight `protobuf:"bytes,8,opt,name=show_in_insight,json=showInInsight,proto3,oneof" json:"show_in_insight,omitempty"` NotificationGroups []*AlertNotificationGroups `protobuf:"bytes,9,rep,name=notification_groups,json=notificationGroups,proto3" json:"notification_groups,omitempty"` Filters *AlertFilters `protobuf:"bytes,10,opt,name=filters,proto3" json:"filters,omitempty"` ActiveWhen *AlertActiveWhen `protobuf:"bytes,11,opt,name=active_when,json=activeWhen,proto3" json:"active_when,omitempty"` NotificationPayloadFilters []*wrapperspb.StringValue `` /* 142-byte string literal not displayed */ MetaLabels []*MetaLabel `protobuf:"bytes,13,rep,name=meta_labels,json=metaLabels,proto3" json:"meta_labels,omitempty"` MetaLabelsStrings []*wrapperspb.StringValue `protobuf:"bytes,14,rep,name=meta_labels_strings,json=metaLabelsStrings,proto3" json:"meta_labels_strings,omitempty"` TracingAlert *TracingAlert `protobuf:"bytes,15,opt,name=tracing_alert,json=tracingAlert,proto3,oneof" json:"tracing_alert,omitempty"` // contains filtered or unexported fields }
func (*GetAlertModelMappingRequest) Descriptor
deprecated
func (*GetAlertModelMappingRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAlertModelMappingRequest.ProtoReflect.Descriptor instead.
func (*GetAlertModelMappingRequest) GetActiveWhen ¶
func (x *GetAlertModelMappingRequest) GetActiveWhen() *AlertActiveWhen
func (*GetAlertModelMappingRequest) GetCondition ¶
func (x *GetAlertModelMappingRequest) GetCondition() *AlertCondition
func (*GetAlertModelMappingRequest) GetDescription ¶
func (x *GetAlertModelMappingRequest) GetDescription() *wrapperspb.StringValue
func (*GetAlertModelMappingRequest) GetExpiration ¶
func (x *GetAlertModelMappingRequest) GetExpiration() *Date
func (*GetAlertModelMappingRequest) GetFilters ¶
func (x *GetAlertModelMappingRequest) GetFilters() *AlertFilters
func (*GetAlertModelMappingRequest) GetIsActive ¶
func (x *GetAlertModelMappingRequest) GetIsActive() *wrapperspb.BoolValue
func (*GetAlertModelMappingRequest) GetMetaLabels ¶
func (x *GetAlertModelMappingRequest) GetMetaLabels() []*MetaLabel
func (*GetAlertModelMappingRequest) GetMetaLabelsStrings ¶
func (x *GetAlertModelMappingRequest) GetMetaLabelsStrings() []*wrapperspb.StringValue
func (*GetAlertModelMappingRequest) GetName ¶
func (x *GetAlertModelMappingRequest) GetName() *wrapperspb.StringValue
func (*GetAlertModelMappingRequest) GetNotificationGroups ¶
func (x *GetAlertModelMappingRequest) GetNotificationGroups() []*AlertNotificationGroups
func (*GetAlertModelMappingRequest) GetNotificationPayloadFilters ¶
func (x *GetAlertModelMappingRequest) GetNotificationPayloadFilters() []*wrapperspb.StringValue
func (*GetAlertModelMappingRequest) GetSeverity ¶
func (x *GetAlertModelMappingRequest) GetSeverity() AlertSeverity
func (*GetAlertModelMappingRequest) GetShowInInsight ¶
func (x *GetAlertModelMappingRequest) GetShowInInsight() *ShowInInsight
func (*GetAlertModelMappingRequest) GetTracingAlert ¶
func (x *GetAlertModelMappingRequest) GetTracingAlert() *TracingAlert
func (*GetAlertModelMappingRequest) ProtoMessage ¶
func (*GetAlertModelMappingRequest) ProtoMessage()
func (*GetAlertModelMappingRequest) ProtoReflect ¶
func (x *GetAlertModelMappingRequest) ProtoReflect() protoreflect.Message
func (*GetAlertModelMappingRequest) Reset ¶
func (x *GetAlertModelMappingRequest) Reset()
func (*GetAlertModelMappingRequest) String ¶
func (x *GetAlertModelMappingRequest) String() string
type GetAlertModelMappingResponse ¶
type GetAlertModelMappingResponse struct { AlertDefinition *structpb.Struct `protobuf:"bytes,1,opt,name=alert_definition,json=alertDefinition,proto3" json:"alert_definition,omitempty"` // contains filtered or unexported fields }
func (*GetAlertModelMappingResponse) Descriptor
deprecated
func (*GetAlertModelMappingResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAlertModelMappingResponse.ProtoReflect.Descriptor instead.
func (*GetAlertModelMappingResponse) GetAlertDefinition ¶
func (x *GetAlertModelMappingResponse) GetAlertDefinition() *structpb.Struct
func (*GetAlertModelMappingResponse) ProtoMessage ¶
func (*GetAlertModelMappingResponse) ProtoMessage()
func (*GetAlertModelMappingResponse) ProtoReflect ¶
func (x *GetAlertModelMappingResponse) ProtoReflect() protoreflect.Message
func (*GetAlertModelMappingResponse) Reset ¶
func (x *GetAlertModelMappingResponse) Reset()
func (*GetAlertModelMappingResponse) String ¶
func (x *GetAlertModelMappingResponse) String() string
type GetAlertRequest ¶
type GetAlertRequest struct { Id *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetAlertRequest) Descriptor
deprecated
func (*GetAlertRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAlertRequest.ProtoReflect.Descriptor instead.
func (*GetAlertRequest) GetId ¶
func (x *GetAlertRequest) GetId() *wrapperspb.StringValue
func (*GetAlertRequest) ProtoMessage ¶
func (*GetAlertRequest) ProtoMessage()
func (*GetAlertRequest) ProtoReflect ¶
func (x *GetAlertRequest) ProtoReflect() protoreflect.Message
func (*GetAlertRequest) Reset ¶
func (x *GetAlertRequest) Reset()
func (*GetAlertRequest) String ¶
func (x *GetAlertRequest) String() string
type GetAlertResponse ¶
type GetAlertResponse struct { Alert *Alert `protobuf:"bytes,1,opt,name=alert,proto3" json:"alert,omitempty"` // contains filtered or unexported fields }
func (*GetAlertResponse) Descriptor
deprecated
func (*GetAlertResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAlertResponse.ProtoReflect.Descriptor instead.
func (*GetAlertResponse) GetAlert ¶
func (x *GetAlertResponse) GetAlert() *Alert
func (*GetAlertResponse) ProtoMessage ¶
func (*GetAlertResponse) ProtoMessage()
func (*GetAlertResponse) ProtoReflect ¶
func (x *GetAlertResponse) ProtoReflect() protoreflect.Message
func (*GetAlertResponse) Reset ¶
func (x *GetAlertResponse) Reset()
func (*GetAlertResponse) String ¶
func (x *GetAlertResponse) String() string
type GetAlertsRequest ¶
type GetAlertsRequest struct {
// contains filtered or unexported fields
}
func (*GetAlertsRequest) Descriptor
deprecated
func (*GetAlertsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAlertsRequest.ProtoReflect.Descriptor instead.
func (*GetAlertsRequest) ProtoMessage ¶
func (*GetAlertsRequest) ProtoMessage()
func (*GetAlertsRequest) ProtoReflect ¶
func (x *GetAlertsRequest) ProtoReflect() protoreflect.Message
func (*GetAlertsRequest) Reset ¶
func (x *GetAlertsRequest) Reset()
func (*GetAlertsRequest) String ¶
func (x *GetAlertsRequest) String() string
type GetAlertsResponse ¶
type GetAlertsResponse struct { Alerts []*Alert `protobuf:"bytes,1,rep,name=alerts,proto3" json:"alerts,omitempty"` // contains filtered or unexported fields }
func (*GetAlertsResponse) Descriptor
deprecated
func (*GetAlertsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAlertsResponse.ProtoReflect.Descriptor instead.
func (*GetAlertsResponse) GetAlerts ¶
func (x *GetAlertsResponse) GetAlerts() []*Alert
func (*GetAlertsResponse) ProtoMessage ¶
func (*GetAlertsResponse) ProtoMessage()
func (*GetAlertsResponse) ProtoReflect ¶
func (x *GetAlertsResponse) ProtoReflect() protoreflect.Message
func (*GetAlertsResponse) Reset ¶
func (x *GetAlertsResponse) Reset()
func (*GetAlertsResponse) String ¶
func (x *GetAlertsResponse) String() string
type ImmediateCondition ¶
type ImmediateCondition struct {
// contains filtered or unexported fields
}
func (*ImmediateCondition) Descriptor
deprecated
func (*ImmediateCondition) Descriptor() ([]byte, []int)
Deprecated: Use ImmediateCondition.ProtoReflect.Descriptor instead.
func (*ImmediateCondition) ProtoMessage ¶
func (*ImmediateCondition) ProtoMessage()
func (*ImmediateCondition) ProtoReflect ¶
func (x *ImmediateCondition) ProtoReflect() protoreflect.Message
func (*ImmediateCondition) Reset ¶
func (x *ImmediateCondition) Reset()
func (*ImmediateCondition) String ¶
func (x *ImmediateCondition) String() string
type LessThanCondition ¶
type LessThanCondition struct { Parameters *ConditionParameters `protobuf:"bytes,1,opt,name=parameters,proto3" json:"parameters,omitempty"` // contains filtered or unexported fields }
func (*LessThanCondition) Descriptor
deprecated
func (*LessThanCondition) Descriptor() ([]byte, []int)
Deprecated: Use LessThanCondition.ProtoReflect.Descriptor instead.
func (*LessThanCondition) GetParameters ¶
func (x *LessThanCondition) GetParameters() *ConditionParameters
func (*LessThanCondition) ProtoMessage ¶
func (*LessThanCondition) ProtoMessage()
func (*LessThanCondition) ProtoReflect ¶
func (x *LessThanCondition) ProtoReflect() protoreflect.Message
func (*LessThanCondition) Reset ¶
func (x *LessThanCondition) Reset()
func (*LessThanCondition) String ¶
func (x *LessThanCondition) String() string
type MetaLabel ¶
type MetaLabel struct { Key *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*MetaLabel) Descriptor
deprecated
func (*MetaLabel) GetKey ¶
func (x *MetaLabel) GetKey() *wrapperspb.StringValue
func (*MetaLabel) GetValue ¶
func (x *MetaLabel) GetValue() *wrapperspb.StringValue
func (*MetaLabel) ProtoMessage ¶
func (*MetaLabel) ProtoMessage()
func (*MetaLabel) ProtoReflect ¶
func (x *MetaLabel) ProtoReflect() protoreflect.Message
type MetricAlertConditionParameters ¶
type MetricAlertConditionParameters struct { MetricField *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=metric_field,json=metricField,proto3" json:"metric_field,omitempty"` MetricSource MetricAlertConditionParameters_MetricSource `` /* 171-byte string literal not displayed */ ArithmeticOperator MetricAlertConditionParameters_ArithmeticOperator `` /* 195-byte string literal not displayed */ ArithmeticOperatorModifier *wrapperspb.UInt32Value `` /* 141-byte string literal not displayed */ SampleThresholdPercentage *wrapperspb.UInt32Value `` /* 138-byte string literal not displayed */ NonNullPercentage *wrapperspb.UInt32Value `protobuf:"bytes,6,opt,name=non_null_percentage,json=nonNullPercentage,proto3" json:"non_null_percentage,omitempty"` SwapNullValues *wrapperspb.BoolValue `protobuf:"bytes,7,opt,name=swap_null_values,json=swapNullValues,proto3" json:"swap_null_values,omitempty"` // contains filtered or unexported fields }
func (*MetricAlertConditionParameters) Descriptor
deprecated
func (*MetricAlertConditionParameters) Descriptor() ([]byte, []int)
Deprecated: Use MetricAlertConditionParameters.ProtoReflect.Descriptor instead.
func (*MetricAlertConditionParameters) GetArithmeticOperator ¶
func (x *MetricAlertConditionParameters) GetArithmeticOperator() MetricAlertConditionParameters_ArithmeticOperator
func (*MetricAlertConditionParameters) GetArithmeticOperatorModifier ¶
func (x *MetricAlertConditionParameters) GetArithmeticOperatorModifier() *wrapperspb.UInt32Value
func (*MetricAlertConditionParameters) GetMetricField ¶
func (x *MetricAlertConditionParameters) GetMetricField() *wrapperspb.StringValue
func (*MetricAlertConditionParameters) GetMetricSource ¶
func (x *MetricAlertConditionParameters) GetMetricSource() MetricAlertConditionParameters_MetricSource
func (*MetricAlertConditionParameters) GetNonNullPercentage ¶
func (x *MetricAlertConditionParameters) GetNonNullPercentage() *wrapperspb.UInt32Value
func (*MetricAlertConditionParameters) GetSampleThresholdPercentage ¶
func (x *MetricAlertConditionParameters) GetSampleThresholdPercentage() *wrapperspb.UInt32Value
func (*MetricAlertConditionParameters) GetSwapNullValues ¶
func (x *MetricAlertConditionParameters) GetSwapNullValues() *wrapperspb.BoolValue
func (*MetricAlertConditionParameters) ProtoMessage ¶
func (*MetricAlertConditionParameters) ProtoMessage()
func (*MetricAlertConditionParameters) ProtoReflect ¶
func (x *MetricAlertConditionParameters) ProtoReflect() protoreflect.Message
func (*MetricAlertConditionParameters) Reset ¶
func (x *MetricAlertConditionParameters) Reset()
func (*MetricAlertConditionParameters) String ¶
func (x *MetricAlertConditionParameters) String() string
type MetricAlertConditionParameters_ArithmeticOperator ¶
type MetricAlertConditionParameters_ArithmeticOperator int32
const ( MetricAlertConditionParameters_ARITHMETIC_OPERATOR_AVG_OR_UNSPECIFIED MetricAlertConditionParameters_ArithmeticOperator = 0 MetricAlertConditionParameters_ARITHMETIC_OPERATOR_MIN MetricAlertConditionParameters_ArithmeticOperator = 1 MetricAlertConditionParameters_ARITHMETIC_OPERATOR_MAX MetricAlertConditionParameters_ArithmeticOperator = 2 MetricAlertConditionParameters_ARITHMETIC_OPERATOR_SUM MetricAlertConditionParameters_ArithmeticOperator = 3 MetricAlertConditionParameters_ARITHMETIC_OPERATOR_COUNT MetricAlertConditionParameters_ArithmeticOperator = 4 MetricAlertConditionParameters_ARITHMETIC_OPERATOR_PERCENTILE MetricAlertConditionParameters_ArithmeticOperator = 5 )
func (MetricAlertConditionParameters_ArithmeticOperator) Descriptor ¶
func (MetricAlertConditionParameters_ArithmeticOperator) Descriptor() protoreflect.EnumDescriptor
func (MetricAlertConditionParameters_ArithmeticOperator) EnumDescriptor
deprecated
func (MetricAlertConditionParameters_ArithmeticOperator) EnumDescriptor() ([]byte, []int)
Deprecated: Use MetricAlertConditionParameters_ArithmeticOperator.Descriptor instead.
func (MetricAlertConditionParameters_ArithmeticOperator) Number ¶
func (x MetricAlertConditionParameters_ArithmeticOperator) Number() protoreflect.EnumNumber
func (MetricAlertConditionParameters_ArithmeticOperator) String ¶
func (x MetricAlertConditionParameters_ArithmeticOperator) String() string
type MetricAlertConditionParameters_MetricSource ¶
type MetricAlertConditionParameters_MetricSource int32
const ( MetricAlertConditionParameters_METRIC_SOURCE_LOGS2METRICS_OR_UNSPECIFIED MetricAlertConditionParameters_MetricSource = 0 MetricAlertConditionParameters_METRIC_SOURCE_PROMETHEUS MetricAlertConditionParameters_MetricSource = 1 )
func (MetricAlertConditionParameters_MetricSource) Descriptor ¶
func (MetricAlertConditionParameters_MetricSource) Descriptor() protoreflect.EnumDescriptor
func (MetricAlertConditionParameters_MetricSource) EnumDescriptor
deprecated
func (MetricAlertConditionParameters_MetricSource) EnumDescriptor() ([]byte, []int)
Deprecated: Use MetricAlertConditionParameters_MetricSource.Descriptor instead.
func (MetricAlertConditionParameters_MetricSource) Number ¶
func (x MetricAlertConditionParameters_MetricSource) Number() protoreflect.EnumNumber
func (MetricAlertConditionParameters_MetricSource) String ¶
func (x MetricAlertConditionParameters_MetricSource) String() string
func (MetricAlertConditionParameters_MetricSource) Type ¶
func (MetricAlertConditionParameters_MetricSource) Type() protoreflect.EnumType
type MetricAlertPromqlConditionParameters ¶
type MetricAlertPromqlConditionParameters struct { PromqlText *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=promql_text,json=promqlText,proto3" json:"promql_text,omitempty"` ArithmeticOperatorModifier *wrapperspb.UInt32Value `` /* 141-byte string literal not displayed */ SampleThresholdPercentage *wrapperspb.UInt32Value `` /* 138-byte string literal not displayed */ NonNullPercentage *wrapperspb.UInt32Value `protobuf:"bytes,4,opt,name=non_null_percentage,json=nonNullPercentage,proto3" json:"non_null_percentage,omitempty"` SwapNullValues *wrapperspb.BoolValue `protobuf:"bytes,5,opt,name=swap_null_values,json=swapNullValues,proto3" json:"swap_null_values,omitempty"` // contains filtered or unexported fields }
func (*MetricAlertPromqlConditionParameters) Descriptor
deprecated
func (*MetricAlertPromqlConditionParameters) Descriptor() ([]byte, []int)
Deprecated: Use MetricAlertPromqlConditionParameters.ProtoReflect.Descriptor instead.
func (*MetricAlertPromqlConditionParameters) GetArithmeticOperatorModifier ¶
func (x *MetricAlertPromqlConditionParameters) GetArithmeticOperatorModifier() *wrapperspb.UInt32Value
func (*MetricAlertPromqlConditionParameters) GetNonNullPercentage ¶
func (x *MetricAlertPromqlConditionParameters) GetNonNullPercentage() *wrapperspb.UInt32Value
func (*MetricAlertPromqlConditionParameters) GetPromqlText ¶
func (x *MetricAlertPromqlConditionParameters) GetPromqlText() *wrapperspb.StringValue
func (*MetricAlertPromqlConditionParameters) GetSampleThresholdPercentage ¶
func (x *MetricAlertPromqlConditionParameters) GetSampleThresholdPercentage() *wrapperspb.UInt32Value
func (*MetricAlertPromqlConditionParameters) GetSwapNullValues ¶
func (x *MetricAlertPromqlConditionParameters) GetSwapNullValues() *wrapperspb.BoolValue
func (*MetricAlertPromqlConditionParameters) ProtoMessage ¶
func (*MetricAlertPromqlConditionParameters) ProtoMessage()
func (*MetricAlertPromqlConditionParameters) ProtoReflect ¶
func (x *MetricAlertPromqlConditionParameters) ProtoReflect() protoreflect.Message
func (*MetricAlertPromqlConditionParameters) Reset ¶
func (x *MetricAlertPromqlConditionParameters) Reset()
func (*MetricAlertPromqlConditionParameters) String ¶
func (x *MetricAlertPromqlConditionParameters) String() string
type MoreThanCondition ¶
type MoreThanCondition struct { Parameters *ConditionParameters `protobuf:"bytes,1,opt,name=parameters,proto3" json:"parameters,omitempty"` EvaluationWindow *EvaluationWindow `` /* 162-byte string literal not displayed */ // contains filtered or unexported fields }
func (*MoreThanCondition) Descriptor
deprecated
func (*MoreThanCondition) Descriptor() ([]byte, []int)
Deprecated: Use MoreThanCondition.ProtoReflect.Descriptor instead.
func (*MoreThanCondition) GetEvaluationWindow ¶
func (x *MoreThanCondition) GetEvaluationWindow() EvaluationWindow
func (*MoreThanCondition) GetParameters ¶
func (x *MoreThanCondition) GetParameters() *ConditionParameters
func (*MoreThanCondition) ProtoMessage ¶
func (*MoreThanCondition) ProtoMessage()
func (*MoreThanCondition) ProtoReflect ¶
func (x *MoreThanCondition) ProtoReflect() protoreflect.Message
func (*MoreThanCondition) Reset ¶
func (x *MoreThanCondition) Reset()
func (*MoreThanCondition) String ¶
func (x *MoreThanCondition) String() string
type MoreThanUsualCondition ¶
type MoreThanUsualCondition struct { Parameters *ConditionParameters `protobuf:"bytes,1,opt,name=parameters,proto3" json:"parameters,omitempty"` // contains filtered or unexported fields }
func (*MoreThanUsualCondition) Descriptor
deprecated
func (*MoreThanUsualCondition) Descriptor() ([]byte, []int)
Deprecated: Use MoreThanUsualCondition.ProtoReflect.Descriptor instead.
func (*MoreThanUsualCondition) GetParameters ¶
func (x *MoreThanUsualCondition) GetParameters() *ConditionParameters
func (*MoreThanUsualCondition) ProtoMessage ¶
func (*MoreThanUsualCondition) ProtoMessage()
func (*MoreThanUsualCondition) ProtoReflect ¶
func (x *MoreThanUsualCondition) ProtoReflect() protoreflect.Message
func (*MoreThanUsualCondition) Reset ¶
func (x *MoreThanUsualCondition) Reset()
func (*MoreThanUsualCondition) String ¶
func (x *MoreThanUsualCondition) String() string
type NewValueCondition ¶
type NewValueCondition struct { Parameters *ConditionParameters `protobuf:"bytes,1,opt,name=parameters,proto3" json:"parameters,omitempty"` // contains filtered or unexported fields }
func (*NewValueCondition) Descriptor
deprecated
func (*NewValueCondition) Descriptor() ([]byte, []int)
Deprecated: Use NewValueCondition.ProtoReflect.Descriptor instead.
func (*NewValueCondition) GetParameters ¶
func (x *NewValueCondition) GetParameters() *ConditionParameters
func (*NewValueCondition) ProtoMessage ¶
func (*NewValueCondition) ProtoMessage()
func (*NewValueCondition) ProtoReflect ¶
func (x *NewValueCondition) ProtoReflect() protoreflect.Message
func (*NewValueCondition) Reset ¶
func (x *NewValueCondition) Reset()
func (*NewValueCondition) String ¶
func (x *NewValueCondition) String() string
type NotifyOn ¶
type NotifyOn int32
func (NotifyOn) Descriptor ¶
func (NotifyOn) Descriptor() protoreflect.EnumDescriptor
func (NotifyOn) EnumDescriptor
deprecated
func (NotifyOn) Number ¶
func (x NotifyOn) Number() protoreflect.EnumNumber
func (NotifyOn) Type ¶
func (NotifyOn) Type() protoreflect.EnumType
type Recipients ¶
type Recipients struct { Emails []*wrapperspb.StringValue `protobuf:"bytes,1,rep,name=emails,proto3" json:"emails,omitempty"` // contains filtered or unexported fields }
func (*Recipients) Descriptor
deprecated
func (*Recipients) Descriptor() ([]byte, []int)
Deprecated: Use Recipients.ProtoReflect.Descriptor instead.
func (*Recipients) GetEmails ¶
func (x *Recipients) GetEmails() []*wrapperspb.StringValue
func (*Recipients) ProtoMessage ¶
func (*Recipients) ProtoMessage()
func (*Recipients) ProtoReflect ¶
func (x *Recipients) ProtoReflect() protoreflect.Message
func (*Recipients) Reset ¶
func (x *Recipients) Reset()
func (*Recipients) String ¶
func (x *Recipients) String() string
type RelatedExtendedData ¶
type RelatedExtendedData struct { CleanupDeadmanDuration *CleanupDeadmanDuration `` /* 188-byte string literal not displayed */ ShouldTriggerDeadman *wrapperspb.BoolValue `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
func (*RelatedExtendedData) Descriptor
deprecated
func (*RelatedExtendedData) Descriptor() ([]byte, []int)
Deprecated: Use RelatedExtendedData.ProtoReflect.Descriptor instead.
func (*RelatedExtendedData) GetCleanupDeadmanDuration ¶
func (x *RelatedExtendedData) GetCleanupDeadmanDuration() CleanupDeadmanDuration
func (*RelatedExtendedData) GetShouldTriggerDeadman ¶
func (x *RelatedExtendedData) GetShouldTriggerDeadman() *wrapperspb.BoolValue
func (*RelatedExtendedData) ProtoMessage ¶
func (*RelatedExtendedData) ProtoMessage()
func (*RelatedExtendedData) ProtoReflect ¶
func (x *RelatedExtendedData) ProtoReflect() protoreflect.Message
func (*RelatedExtendedData) Reset ¶
func (x *RelatedExtendedData) Reset()
func (*RelatedExtendedData) String ¶
func (x *RelatedExtendedData) String() string
type RelativeTimeframe ¶
type RelativeTimeframe int32
const ( RelativeTimeframe_RELATIVE_TIMEFRAME_HOUR_OR_UNSPECIFIED RelativeTimeframe = 0 RelativeTimeframe_RELATIVE_TIMEFRAME_DAY RelativeTimeframe = 1 RelativeTimeframe_RELATIVE_TIMEFRAME_WEEK RelativeTimeframe = 2 RelativeTimeframe_RELATIVE_TIMEFRAME_MONTH RelativeTimeframe = 3 )
func (RelativeTimeframe) Descriptor ¶
func (RelativeTimeframe) Descriptor() protoreflect.EnumDescriptor
func (RelativeTimeframe) Enum ¶
func (x RelativeTimeframe) Enum() *RelativeTimeframe
func (RelativeTimeframe) EnumDescriptor
deprecated
func (RelativeTimeframe) EnumDescriptor() ([]byte, []int)
Deprecated: Use RelativeTimeframe.Descriptor instead.
func (RelativeTimeframe) Number ¶
func (x RelativeTimeframe) Number() protoreflect.EnumNumber
func (RelativeTimeframe) String ¶
func (x RelativeTimeframe) String() string
func (RelativeTimeframe) Type ¶
func (RelativeTimeframe) Type() protoreflect.EnumType
type ShowInInsight ¶
type ShowInInsight struct { RetriggeringPeriodSeconds *wrapperspb.UInt32Value `` /* 144-byte string literal not displayed */ NotifyOn *NotifyOn `` /* 130-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ShowInInsight) Descriptor
deprecated
func (*ShowInInsight) Descriptor() ([]byte, []int)
Deprecated: Use ShowInInsight.ProtoReflect.Descriptor instead.
func (*ShowInInsight) GetNotifyOn ¶
func (x *ShowInInsight) GetNotifyOn() NotifyOn
func (*ShowInInsight) GetRetriggeringPeriodSeconds ¶
func (x *ShowInInsight) GetRetriggeringPeriodSeconds() *wrapperspb.UInt32Value
func (*ShowInInsight) ProtoMessage ¶
func (*ShowInInsight) ProtoMessage()
func (*ShowInInsight) ProtoReflect ¶
func (x *ShowInInsight) ProtoReflect() protoreflect.Message
func (*ShowInInsight) Reset ¶
func (x *ShowInInsight) Reset()
func (*ShowInInsight) String ¶
func (x *ShowInInsight) String() string
type Time ¶
type Time struct { Hours int32 `protobuf:"varint,1,opt,name=hours,proto3" json:"hours,omitempty"` Minutes int32 `protobuf:"varint,2,opt,name=minutes,proto3" json:"minutes,omitempty"` Seconds int32 `protobuf:"varint,3,opt,name=seconds,proto3" json:"seconds,omitempty"` // contains filtered or unexported fields }
func (*Time) Descriptor
deprecated
func (*Time) GetMinutes ¶
func (*Time) GetSeconds ¶
func (*Time) ProtoMessage ¶
func (*Time) ProtoMessage()
func (*Time) ProtoReflect ¶
func (x *Time) ProtoReflect() protoreflect.Message
type TimeRange ¶
type TimeRange struct { Start *Time `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"` End *Time `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"` // contains filtered or unexported fields }
func (*TimeRange) Descriptor
deprecated
func (*TimeRange) ProtoMessage ¶
func (*TimeRange) ProtoMessage()
func (*TimeRange) ProtoReflect ¶
func (x *TimeRange) ProtoReflect() protoreflect.Message
type Timeframe ¶
type Timeframe int32
const ( Timeframe_TIMEFRAME_5_MIN_OR_UNSPECIFIED Timeframe = 0 Timeframe_TIMEFRAME_1_MIN Timeframe = 18 Timeframe_TIMEFRAME_2_MIN Timeframe = 19 Timeframe_TIMEFRAME_10_MIN Timeframe = 1 Timeframe_TIMEFRAME_15_MIN Timeframe = 17 Timeframe_TIMEFRAME_20_MIN Timeframe = 2 Timeframe_TIMEFRAME_30_MIN Timeframe = 3 Timeframe_TIMEFRAME_1_H Timeframe = 4 Timeframe_TIMEFRAME_2_H Timeframe = 5 Timeframe_TIMEFRAME_3_H Timeframe = 6 Timeframe_TIMEFRAME_4_H Timeframe = 7 Timeframe_TIMEFRAME_6_H Timeframe = 8 Timeframe_TIMEFRAME_12_H Timeframe = 9 Timeframe_TIMEFRAME_24_H Timeframe = 10 Timeframe_TIMEFRAME_36_H Timeframe = 20 Timeframe_TIMEFRAME_48_H Timeframe = 11 Timeframe_TIMEFRAME_72_H Timeframe = 12 Timeframe_TIMEFRAME_1_W Timeframe = 13 Timeframe_TIMEFRAME_1_M Timeframe = 14 Timeframe_TIMEFRAME_2_M Timeframe = 15 Timeframe_TIMEFRAME_3_M Timeframe = 16 )
func (Timeframe) Descriptor ¶
func (Timeframe) Descriptor() protoreflect.EnumDescriptor
func (Timeframe) EnumDescriptor
deprecated
func (Timeframe) Number ¶
func (x Timeframe) Number() protoreflect.EnumNumber
func (Timeframe) Type ¶
func (Timeframe) Type() protoreflect.EnumType
type TracingAlert ¶
type TracingAlert struct { ConditionLatency uint32 `protobuf:"varint,1,opt,name=condition_latency,json=conditionLatency,proto3" json:"condition_latency,omitempty"` FieldFilters []*FilterData `protobuf:"bytes,2,rep,name=field_filters,json=fieldFilters,proto3" json:"field_filters,omitempty"` TagFilters []*FilterData `protobuf:"bytes,3,rep,name=tag_filters,json=tagFilters,proto3" json:"tag_filters,omitempty"` // contains filtered or unexported fields }
func (*TracingAlert) Descriptor
deprecated
func (*TracingAlert) Descriptor() ([]byte, []int)
Deprecated: Use TracingAlert.ProtoReflect.Descriptor instead.
func (*TracingAlert) GetConditionLatency ¶
func (x *TracingAlert) GetConditionLatency() uint32
func (*TracingAlert) GetFieldFilters ¶
func (x *TracingAlert) GetFieldFilters() []*FilterData
func (*TracingAlert) GetTagFilters ¶
func (x *TracingAlert) GetTagFilters() []*FilterData
func (*TracingAlert) ProtoMessage ¶
func (*TracingAlert) ProtoMessage()
func (*TracingAlert) ProtoReflect ¶
func (x *TracingAlert) ProtoReflect() protoreflect.Message
func (*TracingAlert) Reset ¶
func (x *TracingAlert) Reset()
func (*TracingAlert) String ¶
func (x *TracingAlert) String() string
type UnimplementedAlertServiceServer ¶
type UnimplementedAlertServiceServer struct { }
UnimplementedAlertServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedAlertServiceServer) CreateAlert ¶
func (UnimplementedAlertServiceServer) CreateAlert(context.Context, *CreateAlertRequest) (*CreateAlertResponse, error)
func (UnimplementedAlertServiceServer) DeleteAlert ¶
func (UnimplementedAlertServiceServer) DeleteAlert(context.Context, *DeleteAlertRequest) (*DeleteAlertResponse, error)
func (UnimplementedAlertServiceServer) DeleteAlertByUniqueId ¶
func (UnimplementedAlertServiceServer) DeleteAlertByUniqueId(context.Context, *DeleteAlertByUniqueIdRequest) (*DeleteAlertByUniqueIdResponse, error)
func (UnimplementedAlertServiceServer) GetAlert ¶
func (UnimplementedAlertServiceServer) GetAlert(context.Context, *GetAlertRequest) (*GetAlertResponse, error)
func (UnimplementedAlertServiceServer) GetAlertByUniqueId ¶
func (UnimplementedAlertServiceServer) GetAlertByUniqueId(context.Context, *GetAlertByUniqueIdRequest) (*GetAlertByUniqueIdResponse, error)
func (UnimplementedAlertServiceServer) GetAlertEvents ¶
func (UnimplementedAlertServiceServer) GetAlertEvents(context.Context, *GetAlertEventsRequest) (*GetAlertEventsResponse, error)
func (UnimplementedAlertServiceServer) GetAlertEventsCountBySeverity ¶
func (UnimplementedAlertServiceServer) GetAlertEventsCountBySeverity(context.Context, *GetAlertEventsCountBySeverityRequest) (*GetAlertEventsCountBySeverityResponse, error)
func (UnimplementedAlertServiceServer) GetAlertModelMapping ¶
func (UnimplementedAlertServiceServer) GetAlertModelMapping(context.Context, *GetAlertModelMappingRequest) (*GetAlertModelMappingResponse, error)
func (UnimplementedAlertServiceServer) GetAlerts ¶
func (UnimplementedAlertServiceServer) GetAlerts(context.Context, *GetAlertsRequest) (*GetAlertsResponse, error)
func (UnimplementedAlertServiceServer) UpdateAlert ¶
func (UnimplementedAlertServiceServer) UpdateAlert(context.Context, *UpdateAlertRequest) (*UpdateAlertResponse, error)
func (UnimplementedAlertServiceServer) UpdateAlertByUniqueId ¶
func (UnimplementedAlertServiceServer) UpdateAlertByUniqueId(context.Context, *UpdateAlertByUniqueIdRequest) (*UpdateAlertByUniqueIdResponse, error)
func (UnimplementedAlertServiceServer) ValidateAlert ¶
func (UnimplementedAlertServiceServer) ValidateAlert(context.Context, *ValidateAlertRequest) (*ValidateAlertResponse, error)
type UniqueCountCondition ¶
type UniqueCountCondition struct { Parameters *ConditionParameters `protobuf:"bytes,1,opt,name=parameters,proto3" json:"parameters,omitempty"` // contains filtered or unexported fields }
func (*UniqueCountCondition) Descriptor
deprecated
func (*UniqueCountCondition) Descriptor() ([]byte, []int)
Deprecated: Use UniqueCountCondition.ProtoReflect.Descriptor instead.
func (*UniqueCountCondition) GetParameters ¶
func (x *UniqueCountCondition) GetParameters() *ConditionParameters
func (*UniqueCountCondition) ProtoMessage ¶
func (*UniqueCountCondition) ProtoMessage()
func (*UniqueCountCondition) ProtoReflect ¶
func (x *UniqueCountCondition) ProtoReflect() protoreflect.Message
func (*UniqueCountCondition) Reset ¶
func (x *UniqueCountCondition) Reset()
func (*UniqueCountCondition) String ¶
func (x *UniqueCountCondition) String() string
type UnsafeAlertServiceServer ¶
type UnsafeAlertServiceServer interface {
// contains filtered or unexported methods
}
UnsafeAlertServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AlertServiceServer will result in compilation errors.
type UpdateAlertByUniqueIdRequest ¶
type UpdateAlertByUniqueIdRequest struct { Alert *Alert `protobuf:"bytes,1,opt,name=alert,proto3" json:"alert,omitempty"` // contains filtered or unexported fields }
func (*UpdateAlertByUniqueIdRequest) Descriptor
deprecated
func (*UpdateAlertByUniqueIdRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateAlertByUniqueIdRequest.ProtoReflect.Descriptor instead.
func (*UpdateAlertByUniqueIdRequest) GetAlert ¶
func (x *UpdateAlertByUniqueIdRequest) GetAlert() *Alert
func (*UpdateAlertByUniqueIdRequest) ProtoMessage ¶
func (*UpdateAlertByUniqueIdRequest) ProtoMessage()
func (*UpdateAlertByUniqueIdRequest) ProtoReflect ¶
func (x *UpdateAlertByUniqueIdRequest) ProtoReflect() protoreflect.Message
func (*UpdateAlertByUniqueIdRequest) Reset ¶
func (x *UpdateAlertByUniqueIdRequest) Reset()
func (*UpdateAlertByUniqueIdRequest) String ¶
func (x *UpdateAlertByUniqueIdRequest) String() string
type UpdateAlertByUniqueIdResponse ¶
type UpdateAlertByUniqueIdResponse struct { Alert *Alert `protobuf:"bytes,1,opt,name=alert,proto3" json:"alert,omitempty"` // contains filtered or unexported fields }
func (*UpdateAlertByUniqueIdResponse) Descriptor
deprecated
func (*UpdateAlertByUniqueIdResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateAlertByUniqueIdResponse.ProtoReflect.Descriptor instead.
func (*UpdateAlertByUniqueIdResponse) GetAlert ¶
func (x *UpdateAlertByUniqueIdResponse) GetAlert() *Alert
func (*UpdateAlertByUniqueIdResponse) ProtoMessage ¶
func (*UpdateAlertByUniqueIdResponse) ProtoMessage()
func (*UpdateAlertByUniqueIdResponse) ProtoReflect ¶
func (x *UpdateAlertByUniqueIdResponse) ProtoReflect() protoreflect.Message
func (*UpdateAlertByUniqueIdResponse) Reset ¶
func (x *UpdateAlertByUniqueIdResponse) Reset()
func (*UpdateAlertByUniqueIdResponse) String ¶
func (x *UpdateAlertByUniqueIdResponse) String() string
type UpdateAlertRequest ¶
type UpdateAlertRequest struct { Alert *Alert `protobuf:"bytes,1,opt,name=alert,proto3" json:"alert,omitempty"` // contains filtered or unexported fields }
func (*UpdateAlertRequest) Descriptor
deprecated
func (*UpdateAlertRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateAlertRequest.ProtoReflect.Descriptor instead.
func (*UpdateAlertRequest) GetAlert ¶
func (x *UpdateAlertRequest) GetAlert() *Alert
func (*UpdateAlertRequest) ProtoMessage ¶
func (*UpdateAlertRequest) ProtoMessage()
func (*UpdateAlertRequest) ProtoReflect ¶
func (x *UpdateAlertRequest) ProtoReflect() protoreflect.Message
func (*UpdateAlertRequest) Reset ¶
func (x *UpdateAlertRequest) Reset()
func (*UpdateAlertRequest) String ¶
func (x *UpdateAlertRequest) String() string
type UpdateAlertResponse ¶
type UpdateAlertResponse struct { Alert *Alert `protobuf:"bytes,1,opt,name=alert,proto3" json:"alert,omitempty"` // contains filtered or unexported fields }
func (*UpdateAlertResponse) Descriptor
deprecated
func (*UpdateAlertResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateAlertResponse.ProtoReflect.Descriptor instead.
func (*UpdateAlertResponse) GetAlert ¶
func (x *UpdateAlertResponse) GetAlert() *Alert
func (*UpdateAlertResponse) ProtoMessage ¶
func (*UpdateAlertResponse) ProtoMessage()
func (*UpdateAlertResponse) ProtoReflect ¶
func (x *UpdateAlertResponse) ProtoReflect() protoreflect.Message
func (*UpdateAlertResponse) Reset ¶
func (x *UpdateAlertResponse) Reset()
func (*UpdateAlertResponse) String ¶
func (x *UpdateAlertResponse) String() string
type ValidateAlertRequest ¶
type ValidateAlertRequest struct { Alert *Alert `protobuf:"bytes,1,opt,name=alert,proto3" json:"alert,omitempty"` // contains filtered or unexported fields }
func (*ValidateAlertRequest) Descriptor
deprecated
func (*ValidateAlertRequest) Descriptor() ([]byte, []int)
Deprecated: Use ValidateAlertRequest.ProtoReflect.Descriptor instead.
func (*ValidateAlertRequest) GetAlert ¶
func (x *ValidateAlertRequest) GetAlert() *Alert
func (*ValidateAlertRequest) ProtoMessage ¶
func (*ValidateAlertRequest) ProtoMessage()
func (*ValidateAlertRequest) ProtoReflect ¶
func (x *ValidateAlertRequest) ProtoReflect() protoreflect.Message
func (*ValidateAlertRequest) Reset ¶
func (x *ValidateAlertRequest) Reset()
func (*ValidateAlertRequest) String ¶
func (x *ValidateAlertRequest) String() string
type ValidateAlertResponse ¶
type ValidateAlertResponse struct {
// contains filtered or unexported fields
}
func (*ValidateAlertResponse) Descriptor
deprecated
func (*ValidateAlertResponse) Descriptor() ([]byte, []int)
Deprecated: Use ValidateAlertResponse.ProtoReflect.Descriptor instead.
func (*ValidateAlertResponse) ProtoMessage ¶
func (*ValidateAlertResponse) ProtoMessage()
func (*ValidateAlertResponse) ProtoReflect ¶
func (x *ValidateAlertResponse) ProtoReflect() protoreflect.Message
func (*ValidateAlertResponse) Reset ¶
func (x *ValidateAlertResponse) Reset()
func (*ValidateAlertResponse) String ¶
func (x *ValidateAlertResponse) String() string