Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Props ¶
type Props struct { Name string // Name is the name of the dashboard Platform grafana.TypePlatform // Platform is infrastructure deployment platform: docker or k8s MetricsDataSource *grafana.DataSource // MetricsDataSource is the datasource for querying metrics SlackChannel string // SlackChannel is the channel to send alerts to SlackWebhookURL string // SlackWebhookURL is the URL to send alerts to AlertsTags map[string]string // AlertsTags is the tags to map with notification policy AlertsFilters string // AlertsFilters is the filters to apply to alerts Tested bool // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.