We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
rest: devServer: enabled: false telemetry: name: "xxx" endpoint: "http://127.0.0.1:14268/api/traces" sampler: 1.0 batcher: "jaeger" disabled: true
I hope to decide whether to send the trace to something like jaeger by disabled, but when disabled is true, the log print loses the trace
The text was updated successfully, but these errors were encountered:
We use otel for tracing. If you disable it, tracing will not work.
Sorry, something went wrong.
But I think telemetry config is used to determine whether to call the external trace interface, and should not affect the trace record of logx.
No branches or pull requests
I hope to decide whether to send the trace to something like jaeger by disabled, but when disabled is true, the log print loses the trace
The text was updated successfully, but these errors were encountered: