-
Notifications
You must be signed in to change notification settings - Fork 183
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
Add common configuration and troubleshooting tasks #408
Conversation
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.
Ah cool, you added these! Thanks for taking care of this. LGTM :)
@@ -4,149 +4,7 @@ | |||
clusterName: "kubernetes" | |||
}, | |||
sumologicCollector:: { | |||
remoteWriteConfigs+: [ |
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.
Why did this file change? Something in the CI?
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.
weird, good catch Frank. @vsinghal13 can you take a look please?
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.
hmm.. looks like something in the CI. will take a look.
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.
The build.sh
copies the remote write section from the prometheus-overrides.yaml
to this file and then does a git diff
to generate new files, but there is no change in the remote write config in this PR.
…oLogic/sumologic-kubernetes-collection into vsinghal-troubleshooting-doc
Description
This PR add common configuration and troubleshooting tasks which will help the customer
to customize the solution as per their needs.
Configs added:
Testing performed