Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// RulesFiles maps from a rules filename to file contents.
RulesFiles map[string]string `json:"rules_files"`
AlertmanagerConfig string `json:"alertmanager_config"`
}
A Config is a Cortex configuration for a single user.
type ID ¶
type ID int
An ID is the ID of a single users's Cortex configuration. When a configuration changes, it gets a new ID.
Click to show internal directories.
Click to hide internal directories.