-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add documentations for SkyWalking integration and task #11683
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
Conversation
😊 Welcome! This is either your first contribution to the Istio documentation repo, or
Thanks for contributing! Courtesy of your friendly welcome wagon. |
Hi @kezhenxu94. Thanks for your PR. I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
preview is here https://deploy-preview-11683--preliminary-istio.netlify.app/ |
/ok-to-test |
content/en/docs/tasks/observability/distributed-tracing/skywalking/index.md
Show resolved
Hide resolved
a59d5a3
to
fa2d92c
Compare
/test doc.test.profile_default_istio.io |
@kezhenxu94 can you add doc test for this? like zipkin https://github.com/istio/istio.io/tree/master/content/en/docs/tasks/observability/distributed-tracing/zipkin here is the guide doc. |
content/en/docs/tasks/observability/distributed-tracing/skywalking/test.sh
Outdated
Show resolved
Hide resolved
would you please temp update the go.mod with |
Could be a flake; just /retest |
/test doc.test.profile_default |
Finally, tests passed. @zirain can you take a look? |
|
||
Consult the [SkyWalking documentation](http://skywalking.apache.org) to get started. No special changes are needed for SkyWalking to work with Istio. | ||
|
||
Once SkyWalking is installed, remember to modify the option `--set meshConfig.extensionProviders[0].skywalking.service` to point to the oap deployment. |
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.
What's an oap?
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.
What's an oap?
It's the collector of skywalking, I'll modify it to skywalking-oap
because this is the deployment name
content/en/docs/tasks/observability/distributed-tracing/skywalking/index.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/observability/distributed-tracing/skywalking/index.md
Outdated
Show resolved
Hide resolved
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.
overall, lgtm
kindly ping @ericvn |
content/en/docs/tasks/observability/distributed-tracing/skywalking/index.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/observability/distributed-tracing/skywalking/index.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/observability/distributed-tracing/skywalking/index.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/observability/distributed-tracing/skywalking/index.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/observability/distributed-tracing/skywalking/index.md
Outdated
Show resolved
Hide resolved
[Apache SkyWalking](http://skywalking.apache.org) is an application performance monitoring (APM) system, especially designed for | ||
microservices, cloud native and container-based architectures. |
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.
could you quickly add a sentence why someone would consider using this over the existing observability tools Istio support?
content/en/docs/tasks/observability/distributed-tracing/skywalking/index.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/observability/distributed-tracing/skywalking/index.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/observability/distributed-tracing/skywalking/index.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/observability/distributed-tracing/skywalking/index.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/observability/distributed-tracing/skywalking/index.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/observability/distributed-tracing/skywalking/index.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/observability/distributed-tracing/skywalking/index.md
Outdated
Show resolved
Hide resolved
Remove the 1.15 cherry-pick as the samples are not in that branch. |
content/en/docs/tasks/observability/distributed-tracing/skywalking/index.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
@ericvn thanks for reviewing, comments are addressed |
* Add documentations for SkyWalking integration and task * Add script to undeploy skywalking * Clean up istio namespace * Update index.md * Address review comments * Apply suggestions from code review Co-authored-by: Eric Van Norman <ericvn@us.ibm.com> Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
Please provide a description for what this PR is for.
This patch adds integration guide for Apache SkyWalking and task tutorial for SkyWalking.
And to help us figure out who should review this PR, please
put an X in all the areas that this PR affects.
Closes #11681
Depends on istio/istio#40296