Skip to content

Commit 6a5dec2

Browse files
authored
fix(): add grafana dashboard url (#36)
Signed-off-by: Rahul-D78 <rahul.kumar@aveshasystems.com>
1 parent a1db74a commit 6a5dec2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/controller/v1alpha1/cluster_types.go

+2
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ type GeoLocation struct {
9595

9696
// Monitoring defines the field of ClusterSpec
9797
type Monitoring struct {
98+
// GrafanaDashboardBaseURL is the base URL for the grafana dashboard
99+
GrafanaDashboardBaseURL string `json:"grafanaDashboardBaseURL,omitempty"`
98100
//KubernetesDashboard contains the information regarding Kubernetes Monitoring Dashboard
99101
KubernetesDashboard KubernetesDashboard `json:"kubernetesDashboard,omitempty"`
100102
}

0 commit comments

Comments
 (0)