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

How to skip kafka tracing? #5927

Closed
3 tasks
justforstudy-A opened this issue Dec 1, 2020 · 4 comments
Closed
3 tasks

How to skip kafka tracing? #5927

justforstudy-A opened this issue Dec 1, 2020 · 4 comments
Labels
question End user question and discussion.
Milestone

Comments

@justforstudy-A
Copy link

Please answer these questions before submitting your issue.

  • Why do you submit this issue?
  • [X ] Question or discussion
  • Bug
  • Requirement
  • Feature or performance improvement

Question

  • What do you want to know?
    I'm coding a plugin which use kafka to produce metric,but it will be traced by apm-kafka-plugin.I want to know whether is there a way to avoid it?

Bug

  • Which version of SkyWalking, OS and JRE?

  • Which company or project?

  • What happened?
    If possible, provide a way to reproduce the error. e.g. demo application, component version.


Requirement or improvement

  • Please describe your requirements or improvement suggestions.
@wu-sheng
Copy link
Member

wu-sheng commented Dec 1, 2020

Ignore yours or ignore all tracing of the Kafka plugin?

@wu-sheng wu-sheng added the question End user question and discussion. label Dec 1, 2020
@justforstudy-A
Copy link
Author

Ignore yours or ignore all tracing of the Kafka plugin?

Just for the plugin of mine,not for all tracing

@wu-sheng
Copy link
Member

wu-sheng commented Dec 1, 2020

No, there is no such mechanism. Tracing means tracing all related. You can't partial OFF, because they are the same at the instrumentation level. The plugin can't tell who is using it.

@wu-sheng wu-sheng closed this as completed Dec 1, 2020
@wu-sheng wu-sheng added this to the 8.4.0 milestone Dec 1, 2020
@justforstudy-A
Copy link
Author

No, there is no such mechanism. Tracing means tracing all related. You can't partial OFF, because they are the same at the instrumentation level. The plugin can't tell who is using it.

Understand,thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question End user question and discussion.
Projects
None yet
Development

No branches or pull requests

2 participants