package
Version:
v1.2.5
Opens a new window with list of versions in this module.
Published: Sep 23, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type GroupsData struct {
Groups []RuleGroup `yaml:"groups"`
}
type Rule struct {
Record string `yaml:"record,omitempty"`
Alert string `yaml:"alert,omitempty"`
Expr string `yaml:"expr"`
For model.Duration `yaml:"for,omitempty"`
Labels map[string]string `yaml:"labels,omitempty"`
Annotations map[string]string `yaml:"annotations,omitempty"`
}
type RuleGroup struct {
Name string `yaml:"name"`
Rules []Rule `yaml:"rules"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.