-
Notifications
You must be signed in to change notification settings - Fork 104
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
Admission controller: add failure policy, change default apm and dsd socket #643
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.
Looks good for docs!
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.
one nit suggestion to be cleaner.
apmSocketHostPath = "/var/run/datadog/apm" | ||
apmSocketPath = "/var/run/datadog/apm/apm.sock" | ||
apmSocketHostPath = "/var/run/datadog" | ||
apmSocketPath = "/var/run/datadog/apm.sock" |
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.
These are not technically necessary - You should rename DogstatsdSocketVolumePath
in DogstatsdAPMSocketVolumePath
in apis/datadoghq/common/const.go and you have apmSocketPath
defined using DogstatsdAPMSocketVolumePath
and APMSocketName
too.
This is a test file so it's not the most important.
…socket (#643) * Add failure policy, change default apm and dsd socket
…socket (#643) * Add failure policy, change default apm and dsd socket
What does this PR do?
Motivation
What inspired you to submit this pull request?
Additional Notes
Anything else we should know when reviewing?
Describe your test plan
Write there any instructions and details you may have to test your PR.