-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: Add Nginx support #22
base: main
Are you sure you want to change the base?
Conversation
86a6689
to
b729367
Compare
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.
Some questions
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.
so we are commenting both configs (istio sidecar and njs) and letting the users decide? Would it be better to use just two separate config files for each of these? Or make it configurable elsewhere?
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.
Would it be better to use just two separate config files for each of these? Or make it configurable elsewhere?
If we have n
integration sources, we'll need to maintain config files for each of those n
sources. That's why we have chosen to use a slice for the receivers.
Signed-off-by: Anurag Rajawat <[email protected]>
Signed-off-by: Anurag Rajawat <[email protected]>
b729367
to
970bcf5
Compare
Description
This PR
Additional information for reviewers
Docs are in #24