Documentation ¶
Overview ¶
Package mon helps cloud monitoring
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetGCFWidget ¶
GetGCFWidget assemble a monitoring widget for given widget type and microservice name
Types ¶
type DashboardDeployment ¶
type DashboardDeployment struct { Artifacts struct { Widgets []*monitoring.Widget } Core *deploy.Core Settings struct { Instance struct { MON DashboardParameters } } }
DashboardDeployment struct
func NewDashboardDeployment ¶
func NewDashboardDeployment() *DashboardDeployment
NewDashboardDeployment create deployment structure
func (DashboardDeployment) Deploy ¶
func (dashboardDeployment DashboardDeployment) Deploy() (err error)
Deploy dashboard
Click to show internal directories.
Click to hide internal directories.