Searched refs:DashboardAddr (Results 1 – 5 of 5) sorted by relevance
51 DashboardAddr string `json:"dashboard_addr"` member196 cfg.DashboardAddr == "" ||
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)444 mgrcfg.DashboardAddr = mgr.dash.Addr
73 DashboardAddr string `json:"dashboard_addr"` // Optional. member
207 if cfg.DashboardAddr != "" {208 mgr.dash = dashapi.New(cfg.DashboardClient, cfg.DashboardAddr, cfg.DashboardKey)