Documentation ¶
Index ¶
- Variables
- func FromProto(rg *RuleGroupDesc) rulefmt.RuleGroup
- type RuleDesc
- func (*RuleDesc) Descriptor() ([]byte, []int)
- func (this *RuleDesc) Equal(that interface{}) bool
- func (m *RuleDesc) GetAlert() string
- func (m *RuleDesc) GetExpr() string
- func (m *RuleDesc) GetFor() time.Duration
- func (m *RuleDesc) GetKeepFiringFor() time.Duration
- func (m *RuleDesc) GetRecord() string
- func (this *RuleDesc) GoString() string
- func (m *RuleDesc) Marshal() (dAtA []byte, err error)
- func (m *RuleDesc) MarshalTo(dAtA []byte) (int, error)
- func (m *RuleDesc) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RuleDesc) ProtoMessage()
- func (m *RuleDesc) Reset()
- func (m *RuleDesc) Size() (n int)
- func (this *RuleDesc) String() string
- func (m *RuleDesc) Unmarshal(dAtA []byte) error
- func (m *RuleDesc) XXX_DiscardUnknown()
- func (m *RuleDesc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RuleDesc) XXX_Merge(src proto.Message)
- func (m *RuleDesc) XXX_Size() int
- func (m *RuleDesc) XXX_Unmarshal(b []byte) error
- type RuleGroupDesc
- func (*RuleGroupDesc) Descriptor() ([]byte, []int)
- func (this *RuleGroupDesc) Equal(that interface{}) bool
- func (m *RuleGroupDesc) GetInterval() time.Duration
- func (m *RuleGroupDesc) GetLimit() int64
- func (m *RuleGroupDesc) GetName() string
- func (m *RuleGroupDesc) GetNamespace() string
- func (m *RuleGroupDesc) GetOptions() []*types.Any
- func (m *RuleGroupDesc) GetQueryOffset() *time.Duration
- func (m *RuleGroupDesc) GetRules() []*RuleDesc
- func (m *RuleGroupDesc) GetUser() string
- func (this *RuleGroupDesc) GoString() string
- func (m *RuleGroupDesc) Marshal() (dAtA []byte, err error)
- func (m *RuleGroupDesc) MarshalTo(dAtA []byte) (int, error)
- func (m *RuleGroupDesc) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RuleGroupDesc) ProtoMessage()
- func (m *RuleGroupDesc) Reset()
- func (m *RuleGroupDesc) Size() (n int)
- func (this *RuleGroupDesc) String() string
- func (m *RuleGroupDesc) Unmarshal(dAtA []byte) error
- func (m *RuleGroupDesc) XXX_DiscardUnknown()
- func (m *RuleGroupDesc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RuleGroupDesc) XXX_Merge(src proto.Message)
- func (m *RuleGroupDesc) XXX_Size() int
- func (m *RuleGroupDesc) XXX_Unmarshal(b []byte) error
- type RuleGroupList
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthRules = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowRules = fmt.Errorf("proto: integer overflow") )
Functions ¶
func FromProto ¶
func FromProto(rg *RuleGroupDesc) rulefmt.RuleGroup
FromProto generates a rulefmt RuleGroup
Types ¶
type RuleDesc ¶
type RuleDesc struct { Expr string `protobuf:"bytes,1,opt,name=expr,proto3" json:"expr,omitempty"` Record string `protobuf:"bytes,2,opt,name=record,proto3" json:"record,omitempty"` Alert string `protobuf:"bytes,3,opt,name=alert,proto3" json:"alert,omitempty"` For time.Duration `protobuf:"bytes,4,opt,name=for,proto3,stdduration" json:"for"` Labels []github_com_cortexproject_cortex_pkg_cortexpb.LabelAdapter `protobuf:"bytes,5,rep,name=labels,proto3,customtype=github.com/cortexproject/cortex/pkg/cortexpb.LabelAdapter" json:"labels"` Annotations []github_com_cortexproject_cortex_pkg_cortexpb.LabelAdapter `` /* 134-byte string literal not displayed */ KeepFiringFor time.Duration `protobuf:"bytes,13,opt,name=keepFiringFor,proto3,stdduration" json:"keep_firing_for"` }
RuleDesc is a proto representation of a Prometheus Rule
func (*RuleDesc) Descriptor ¶
func (*RuleDesc) GetKeepFiringFor ¶ added in v1.15.0
func (*RuleDesc) MarshalToSizedBuffer ¶
func (*RuleDesc) ProtoMessage ¶
func (*RuleDesc) ProtoMessage()
func (*RuleDesc) XXX_DiscardUnknown ¶
func (m *RuleDesc) XXX_DiscardUnknown()
func (*RuleDesc) XXX_Marshal ¶
func (*RuleDesc) XXX_Unmarshal ¶
type RuleGroupDesc ¶
type RuleGroupDesc struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` Interval time.Duration `protobuf:"bytes,3,opt,name=interval,proto3,stdduration" json:"interval"` Rules []*RuleDesc `protobuf:"bytes,4,rep,name=rules,proto3" json:"rules,omitempty"` User string `protobuf:"bytes,6,opt,name=user,proto3" json:"user,omitempty"` // The options field can be used to extend Cortex Ruler functionality without // having to repeatedly redefine the proto description. It can also be leveraged // to create custom `ManagerOpts` based on rule configs which can then be passed // to the Prometheus Manager. Options []*types.Any `protobuf:"bytes,9,rep,name=options,proto3" json:"options,omitempty"` Limit int64 `protobuf:"varint,10,opt,name=limit,proto3" json:"limit,omitempty"` QueryOffset *time.Duration `protobuf:"bytes,11,opt,name=queryOffset,proto3,stdduration" json:"queryOffset,omitempty"` }
RuleGroupDesc is a proto representation of a cortex rule group.
func ToProto ¶
func ToProto(user string, namespace string, rl rulefmt.RuleGroup) *RuleGroupDesc
ToProto transforms a formatted prometheus rulegroup to a rule group protobuf
func (*RuleGroupDesc) Descriptor ¶
func (*RuleGroupDesc) Descriptor() ([]byte, []int)
func (*RuleGroupDesc) Equal ¶
func (this *RuleGroupDesc) Equal(that interface{}) bool
func (*RuleGroupDesc) GetInterval ¶
func (m *RuleGroupDesc) GetInterval() time.Duration
func (*RuleGroupDesc) GetLimit ¶ added in v1.16.0
func (m *RuleGroupDesc) GetLimit() int64
func (*RuleGroupDesc) GetName ¶
func (m *RuleGroupDesc) GetName() string
func (*RuleGroupDesc) GetNamespace ¶
func (m *RuleGroupDesc) GetNamespace() string
func (*RuleGroupDesc) GetOptions ¶
func (m *RuleGroupDesc) GetOptions() []*types.Any
func (*RuleGroupDesc) GetQueryOffset ¶ added in v1.18.0
func (m *RuleGroupDesc) GetQueryOffset() *time.Duration
func (*RuleGroupDesc) GetRules ¶
func (m *RuleGroupDesc) GetRules() []*RuleDesc
func (*RuleGroupDesc) GetUser ¶
func (m *RuleGroupDesc) GetUser() string
func (*RuleGroupDesc) GoString ¶
func (this *RuleGroupDesc) GoString() string
func (*RuleGroupDesc) Marshal ¶
func (m *RuleGroupDesc) Marshal() (dAtA []byte, err error)
func (*RuleGroupDesc) MarshalToSizedBuffer ¶
func (m *RuleGroupDesc) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RuleGroupDesc) ProtoMessage ¶
func (*RuleGroupDesc) ProtoMessage()
func (*RuleGroupDesc) Reset ¶
func (m *RuleGroupDesc) Reset()
func (*RuleGroupDesc) Size ¶
func (m *RuleGroupDesc) Size() (n int)
func (*RuleGroupDesc) String ¶
func (this *RuleGroupDesc) String() string
func (*RuleGroupDesc) Unmarshal ¶
func (m *RuleGroupDesc) Unmarshal(dAtA []byte) error
func (*RuleGroupDesc) XXX_DiscardUnknown ¶
func (m *RuleGroupDesc) XXX_DiscardUnknown()
func (*RuleGroupDesc) XXX_Marshal ¶
func (m *RuleGroupDesc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RuleGroupDesc) XXX_Merge ¶
func (m *RuleGroupDesc) XXX_Merge(src proto.Message)
func (*RuleGroupDesc) XXX_Size ¶
func (m *RuleGroupDesc) XXX_Size() int
func (*RuleGroupDesc) XXX_Unmarshal ¶
func (m *RuleGroupDesc) XXX_Unmarshal(b []byte) error
type RuleGroupList ¶ added in v1.9.0
type RuleGroupList []*RuleGroupDesc
RuleGroupList contains a set of rule groups
Click to show internal directories.
Click to hide internal directories.