Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dashboard ¶
type Dashboard struct {
Id string `json:"id"`
Name string `json:"name"`
Description string `json:"description"`
Config *db.DashboardConfig `json:"config,omitempty"`
}
type Dashboards ¶
type Dashboards struct {
}
func (*Dashboards) PanelData ¶
func (ds *Dashboards) PanelData(ctx context.Context, pc *prom.Client, config db.DashboardPanel, from, to timeseries.Time, step timeseries.Duration) (*PanelData, error)
Click to show internal directories.
Click to hide internal directories.