-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Repair Zipkin Micrometer Tracing #225
Repair Zipkin Micrometer Tracing #225
Conversation
|
||
|
||
--- | ||
management: |
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.
It looks like this common configuration may be moved to the https://github.com/spring-petclinic/spring-petclinic-microservices-config/blob/main/application.yml
Are you agree?
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.
@MarianConstantinMarica did you see my comment?
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.
I would add logging.pattern.level=%5p [${spring.application.name:},%X{traceId:-},%X{spanId:-}]
property so that the tracing information is there in the logs and as @arey suggested I would move this config to the config repo. Other than that LGTM.
Thanks for the review @marcingrzejszczak |
@arey I Moved the common configuration to server-config! |
Ok thank you @MarianConstantinMarica I saw the config PR spring-petclinic/spring-petclinic-microservices-config#19 and I posted a comment. I let you see. |
Thanks a lot @MarianConstantinMarica |
@MarianConstantinMarica with
I suspect the
Did you have any idea? |
@arey I don't know why this happen, I will check and I will come back with an answer. |
* Repair Zipkin Micrometer Tracing * Moving management tracing sampling probability to server-config
No description provided.