Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Meta ¶
type Meta struct {
Type model.ProfileType `json:"type"`
Name string `json:"name"`
}
type Query ¶
type Query struct {
Type model.ProfileType `json:"type"`
From timeseries.Time `json:"from"`
To timeseries.Time `json:"to"`
Mode string `json:"mode"`
Instance string `json:"instance"`
}
type View ¶
type View struct {
Status model.Status `json:"status"`
Message string `json:"message"`
Services []Service `json:"services"`
Profiles []Meta `json:"profiles"`
Profile *model.Profile `json:"profile"`
Chart *model.Chart `json:"chart"`
Instances []string `json:"instances"`
}
func Render ¶
func Render(ctx context.Context, ch *clickhouse.Client, app *model.Application, query url.Values, wCtx timeseries.Context) *View
Click to show internal directories.
Click to hide internal directories.