Skip to content
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: supports subpath routing #2026

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

KayzzzZ
Copy link
Collaborator

@KayzzzZ KayzzzZ commented Jan 8, 2025

No description provided.

core/plugin/flusher/sls/SLSClientManager.h Show resolved Hide resolved
core/plugin/flusher/sls/SLSClientManager.cpp Outdated Show resolved Hide resolved
core/plugin/flusher/sls/SLSClientManager.cpp Outdated Show resolved Hide resolved
core/plugin/flusher/sls/FlusherSLS.h Outdated Show resolved Hide resolved
core/plugin/flusher/sls/FlusherSLS.cpp Outdated Show resolved Hide resolved
core/plugin/flusher/sls/FlusherSLS.cpp Outdated Show resolved Hide resolved
core/plugin/flusher/sls/FlusherSLS.cpp Show resolved Hide resolved
core/plugin/flusher/sls/DiskBufferWriter.cpp Outdated Show resolved Hide resolved
core/plugin/flusher/sls/FlusherSLS.cpp Outdated Show resolved Hide resolved
core/plugin/flusher/sls/SLSClientManager.cpp Outdated Show resolved Hide resolved
core/plugin/flusher/sls/FlusherSLS.cpp Outdated Show resolved Hide resolved
core/plugin/flusher/sls/FlusherSLS.cpp Outdated Show resolved Hide resolved
core/unittest/flusher/FlusherSLSUnittest.cpp Outdated Show resolved Hide resolved
core/unittest/flusher/FlusherSLSUnittest.cpp Outdated Show resolved Hide resolved
core/plugin/flusher/sls/DiskBufferWriter.cpp Outdated Show resolved Hide resolved
header);
HttpResponse response;
SendHttpRequest(
make_unique<HttpRequest>(HTTP_POST, httpsFlag, host, httpsFlag ? 443 : 80, subpath, "", header, body),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https也需要测试下

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我手动测试过商业版和开源版,上报都是没问题的。HTTPS 这个也是要加到 e2e 测试里面吗

core/plugin/flusher/sls/FlusherSLS.cpp Outdated Show resolved Hide resolved
core/plugin/flusher/sls/FlusherSLS.cpp Outdated Show resolved Hide resolved
@KayzzzZ KayzzzZ force-pushed the ql/support-subpath-route branch from 55befac to ede9029 Compare January 14, 2025 06:55
core/plugin/flusher/sls/FlusherSLS.cpp Outdated Show resolved Hide resolved
core/plugin/flusher/sls/SLSClientManager.cpp Outdated Show resolved Hide resolved
core/plugin/flusher/sls/FlusherSLS.cpp Show resolved Hide resolved
@KayzzzZ KayzzzZ changed the title 支持 subpath 路由 feat: supports subpath routing Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants