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

Add Tracing DisableReport config item #737

Merged
merged 3 commits into from
Aug 2, 2022

Conversation

jthann
Copy link
Collaborator

@jthann jthann commented Aug 1, 2022

Issue735 enhancement
Notes: Cannot pass nil parameter to NewTracer function,because internally it will set t.noop = 1
and disable all zipkin function including generating TraceId,we just disable report function,so we need to create zipkin reporter.NewNoopReporter() manually and pass to NewTracer function

@localvar
Copy link
Collaborator

localvar commented Aug 2, 2022

hi @jthann , thanks for the pr, I'm fine with the code changes, please also help update the documentation to include the new option: https://github.com/megaease/easegress/blob/main/doc/reference/controllers.md#zipkinspec

@localvar localvar merged commit bc3a06c into easegress-io:main Aug 2, 2022
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.

None yet

3 participants