-
Notifications
You must be signed in to change notification settings - Fork 5.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
Respect path prefix in influx output uri #3224
Respect path prefix in influx output uri #3224
Conversation
Can you also add a unittest? |
@danielnelson I wasn't sure what kind of new unittest to add in order to properly test the path prefix support, so I chose running the |
I would write a new testcase that only tests the path handling, it can do both the write and query operations. The handler just needs to test that the path is correct and that's it. |
Basically reverts fb851ad. Since path prefixes for http urls are now supported, this clarification isn't needed.
d0682d7
to
c0047e2
Compare
c0047e2
to
d4d3c2d
Compare
@danielnelson I changed the tests as requested |
(cherry picked from commit 9c8f4af)
Fixes issues:
Duplicate of PR #2751, attempts to address #2751 (comment)
Required for all PRs: