Searched refs:DashboardClient (Results 1 – 5 of 5) sorted by relevance
74 DashboardClient string `json:"dashboard_client"` // Optional. member90 DashboardClient string `json:"dashboard_client"` member
37 if cfg.DashboardAddr != "" && cfg.DashboardClient != "" {38 jp.dash = dashapi.New(cfg.DashboardClient, cfg.DashboardAddr, cfg.DashboardKey)
79 if cfg.DashboardAddr != "" && mgrcfg.DashboardClient != "" {80 dash = dashapi.New(mgrcfg.DashboardClient, cfg.DashboardAddr, mgrcfg.DashboardKey)443 mgrcfg.DashboardClient = mgr.dash.Client
50 DashboardClient string `json:"dashboard_client"` member195 if cfg.DashboardClient != "" && (cfg.Name == "" ||
208 mgr.dash = dashapi.New(cfg.DashboardClient, cfg.DashboardAddr, cfg.DashboardKey)