File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ module "gke" {
108
108
monitoring_service = var.monitoring_service
109
109
110
110
monitoring_enable_managed_prometheus = var.monitoring_enable_managed_prometheus
111
+ monitoring_enable_observability_metrics = var.monitoring_enable_observability_metrics
111
112
112
113
// We never use the default service account for the cluster. The default
113
114
// project/editor permissions can create problems if nodes were to be ever
Original file line number Diff line number Diff line change @@ -280,6 +280,12 @@ variable "monitoring_enable_managed_prometheus" {
280
280
default = false
281
281
}
282
282
283
+ variable "monitoring_enable_observability_metrics" {
284
+ type = bool
285
+ description = "Whether or not the advanced datapath metrics are enabled."
286
+ default = false
287
+ }
288
+
283
289
variable "grant_registry_access" {
284
290
type = bool
285
291
description = "Grants created cluster-specific service account storage.objectViewer role."
You can’t perform that action at this time.
0 commit comments