-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Highlight Legacy Stackdriver and New Stackdriver for GKE in documentation #3018
Highlight Legacy Stackdriver and New Stackdriver for GKE in documentation #3018
Conversation
Hello! I am a robot who works on Magic Modules PRs. I have detected that you are a community contributor, so your PR will be assigned to someone with a commit-bit on this repo for initial review. They will authorize it to run through our CI pipeline, which will generate downstream PRs. Thanks for your contribution! A human will be with you soon. @slevenick, please review this PR or find an appropriate assignee. |
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesNo diff detected in terraform-google-conversion. New Pull RequestsI built this PR into one or more new PRs on other repositories, and when those are closed, this PR will also be merged and closed. |
@@ -221,7 +221,7 @@ region are guaranteed to support the same version. | |||
Automatically send metrics from pods in the cluster to the Google Cloud Monitoring API. | |||
VM metrics will be collected by Google Compute Engine regardless of this setting | |||
Available options include | |||
`monitoring.googleapis.com`, `monitoring.googleapis.com/kubernetes`, and `none`. | |||
`monitoring.googleapis.com`(`Legacy Stackdriver`), `monitoring.googleapis.com/kubernetes`(`Stackdriver Kubernetes Engine Monitoring`), and `none`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`monitoring.googleapis.com`(`Legacy Stackdriver`), `monitoring.googleapis.com/kubernetes`(`Stackdriver Kubernetes Engine Monitoring`), and `none`. | |
`monitoring.googleapis.com` (Legacy Stackdriver), `monitoring.googleapis.com/kubernetes` (Stackdriver Kubernetes Engine Monitoring), and `none`. |
I think this is more clear if the names of the logging endpoints are unquoted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
write logs to. Available options include `logging.googleapis.com`, | ||
`logging.googleapis.com/kubernetes`, and `none`. Defaults to `logging.googleapis.com/kubernetes` | ||
write logs to. Available options include `logging.googleapis.com`(`Legacy Stackdriver`), | ||
`logging.googleapis.com/kubernetes`(`Stackdriver Kubernetes Engine Logging`), and `none`. Defaults to `logging.googleapis.com/kubernetes` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`logging.googleapis.com/kubernetes`(`Stackdriver Kubernetes Engine Logging`), and `none`. Defaults to `logging.googleapis.com/kubernetes` | |
`logging.googleapis.com/kubernetes` (Stackdriver Kubernetes Engine Logging), and `none`. Defaults to `logging.googleapis.com/kubernetes` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@slevenick - updated as per comment.
@@ -184,8 +184,8 @@ making the cluster VPC-native instead of routes-based. Structure is documented | |||
below. | |||
|
|||
* `logging_service` - (Optional) The logging service that the cluster should | |||
write logs to. Available options include `logging.googleapis.com`, | |||
`logging.googleapis.com/kubernetes`, and `none`. Defaults to `logging.googleapis.com/kubernetes` | |||
write logs to. Available options include `logging.googleapis.com`(`Legacy Stackdriver`), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
write logs to. Available options include `logging.googleapis.com`(`Legacy Stackdriver`), | |
write logs to. Available options include `logging.googleapis.com` (Legacy Stackdriver), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the addition!
…tion (GoogleCloudPlatform#3018) * Highlight Legacy Stackdriver and New Stackdriver for GKE in documentation * update formatting
No description provided.