Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemoteWriteConfig ¶
type RemoteWriteConfig struct {
URL string `json:"url,omitempty"`
}
RemoteWriteConfig is used to specify a remote write endpoint
type RuleGroup ¶
type RuleGroup struct {
rulefmt.RuleGroup `yaml:",inline"`
// RWConfigs is used by the remote write forwarding ruler
RWConfigs []RemoteWriteConfig `yaml:"remote_write,omitempty"`
}
RuleGroup is a list of sequentially evaluated recording and alerting rules.
Click to show internal directories.
Click to hide internal directories.