-
Notifications
You must be signed in to change notification settings - Fork 197
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
change tracing default to otlp #6351
Comments
So, after a lot of debugging and discussions, we decided to redo the tracing setup following these notes:
|
@ainmosni Thanks for the proposal. I think we are pretty much aligned on the general approach. We should always put ourselves in the POV of our support engineers. Examples
|
New tasks
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
jaeger now recommends using plain otlp so we should change our default config to the otlp endpoint
localhost:4317
.For that we need to
to enable otlp tracing we can thens configure:
Then we can go further:
I recommend using signoz to check the insights and metrics that can be deduced from the traces.
Further reading: https://opentelemetry.io/docs/concepts/instrumenting-library/
The text was updated successfully, but these errors were encountered: