Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
NumFolders int `json:"numFolders"`
NumAlerting int `json:"numAlerting"`
NumRecording int `json:"numRecording"`
RulesPerGroup int `json:"rulesPerGroup"`
GroupsPerFolder int `json:"groupsPerFolder"`
FolderUIDsCSV string `json:"folderUIDsCSV"`
QueryDS string `json:"queryDS"`
WriteDS string `json:"writeDS"`
EvalInterval int64 `json:"evalInterval"`
Seed int64 `json:"seed"`
DryRun bool `json:"dryRun"`
Nuke bool `json:"nuke"`
Concurrency int `json:"concurrency"`
// Instance config.
GrafanaURL string `json:"grafanaURL"`
Username string `json:"username"`
Password string `json:"password"`
Token string `json:"token"`
OrgID int64 `json:"orgID"`
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.