Documentation ¶
Index ¶
Constants ¶
View Source
const Grafana string = "GRAFANA"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Alert ¶
type Alert struct { Tags map[string]string `json:"tags"` EvalMatches []*EvalMatch `json:"evalMatches"` Title string `json:"title"` ImageUrl string `json:"imageUrl"` DashboardId int `json:"dashboardId"` Message string `json:"message"` OrgId int `json:"orgId"` PanelId int `json:"panelId"` RuleId int `json:"ruleId"` RuleName string `json:"ruleName"` RuleUrl string `json:"ruleUrl"` State string `json:"state"` }
Click to show internal directories.
Click to hide internal directories.