Documentation
¶
Index ¶
- Variables
- func AWS(w *model.World) *aws.View
- func Alert(w *model.World, a *model.Alert, app *model.Application, ...) alert.Alert
- func Alerts(w *model.World, result *db.AlertsResult, rules []*model.AlertingRule, ...) *alert.AlertsListView
- func Application(p *db.Project, w *model.World, app *model.Application) *application.View
- func CustomApplications(p *db.Project) *applications.CustomApplicationsView
- func Incident(w *model.World, app *model.Application, i *model.ApplicationIncident) *incident.View
- func Incidents(w *model.World, incidents []*model.ApplicationIncident) []incident.Incident
- func Inspections(checkConfigs model.CheckConfigs) *inspections.View
- func Logs(ctx context.Context, ch *clickhouse.Client, app *model.Application, ...) *logs.View
- func Overview(ctx context.Context, chs clickhouse.Clients, p *db.Project, w *model.World, ...) *overview.Overview
- func Profiling(ctx context.Context, ch *clickhouse.Client, app *model.Application, ...) *profiling.View
- func Roles(rs []rbac.Role) *roles.View
- func Tracing(ctx context.Context, ch *clickhouse.Client, app *model.Application, ...) *tracing.View
- func User(u *db.User, projects map[db.ProjectId]string, viewonly bool) *users.User
- func Users(us []*db.User, rs []rbac.Role) *users.Users
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Dashboards = &dashboards.Dashboards{}
)
Functions ¶
func Alert ¶ added in v1.18.0
func Alert(w *model.World, a *model.Alert, app *model.Application, rules []*model.AlertingRule, notifications []db.AlertNotification, chs clickhouse.Clients) alert.Alert
func Alerts ¶ added in v1.18.0
func Alerts(w *model.World, result *db.AlertsResult, rules []*model.AlertingRule, notifications map[string][]db.AlertNotification) *alert.AlertsListView
func Application ¶
func Application(p *db.Project, w *model.World, app *model.Application) *application.View
func CustomApplications ¶ added in v1.4.0
func CustomApplications(p *db.Project) *applications.CustomApplicationsView
func Incident ¶ added in v1.5.0
func Incident(w *model.World, app *model.Application, i *model.ApplicationIncident) *incident.View
func Inspections ¶ added in v1.5.0
func Inspections(checkConfigs model.CheckConfigs) *inspections.View
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.