-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[Bug] skywalking-showcase docker deployment has some incorrect parts #12077
Comments
@kezhenxu94 Could you guide @yswdqz about this? We may need to polish showcase. |
Nice catch! I think we can fix this by simply removing the OAP section in this docker compose file.
This is not mandatory as we have a loadgen to trigger traffic, however, if users want to manually trigger traffic, they can open this port in their browser.
Can you elaborate? OAP is required to be up and running for those components that need to talk to OAP, in your screenshot, the vm exporter needs to send data to OAP so it needs to wait for OAP's readiness.
Good catch, this can be replace with the env var Will you file a pull request @yswdqz ? |
Yes, but I might not have much time recently. I'll submit the PR over the weekend. |
Maybe we just need VM-monitor feature, and I just want run with "make deploy.docker FEATURE_FLAGS=vm"(not FEATURE_FLAGS=vm,single-node) |
This doesn't make sense as this is a "skywalking" showcase, we don't bother to make it work without skywalking |
Sorry, my expression was not very clear. |
That is not showcase. We don't need to consider that. |
Search before asking
Apache SkyWalking Component
Showcase (apache/skywalking-showcase)
What happened
and also, some config files use oap as host:
so we can't easily edit Makefile to change oap address.
Are you willing to submit a pull request to fix on your own?
Code of Conduct
The text was updated successfully, but these errors were encountered: