Skip to content

Commit

Permalink
Container_cluster: enables GKE workload metrics (#5292) (#10321)
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Suarez <[email protected]>
Signed-off-by: Modular Magician <[email protected]>

Co-authored-by: Scott Suarez <[email protected]>
  • Loading branch information
modular-magician and ScottSuarez authored Oct 13, 2021
1 parent e0b97b8 commit 3cb03b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/5292.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
container_cluster: Updated `monitoring_config` to accept `WORKLOAD`
```
3 changes: 1 addition & 2 deletions website/docs/r/container_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -470,8 +470,7 @@ The `logging_config` block supports:

The `monitoring_config` block supports:

* `enable_components` - (Required) The GKE components exposing logs. Only `SYSTEM_COMPONENTS`
is supported.
* `enable_components` - (Required) The GKE components exposing logs. `SYSTEM_COMPONENTS` and in beta provider, both `SYSTEM_COMPONENTS` and `WORKLOADS` are supported.

The `maintenance_policy` block supports:
* `daily_maintenance_window` - (Optional) structure documented below.
Expand Down

0 comments on commit 3cb03b0

Please sign in to comment.