Documentation ¶ Index ¶ func NewDashboard(props *Props) (*grafana.Dashboard, error) type Props Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewDashboard ¶ func NewDashboard(props *Props) (*grafana.Dashboard, error) Types ¶ type Props ¶ type Props struct { Name string // Name is the name of the dashboard MetricsDataSource *grafana.DataSource // MetricsDataSource is the datasource for querying metrics } Source Files ¶ View all Source files component.go Click to show internal directories. Click to hide internal directories.