-
Notifications
You must be signed in to change notification settings - Fork 139
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 log the parentSpanId? #18
Comments
why do you need parentSpanId? It isn't supported out of the box.
|
For log data analysis,also need to know the call chains. |
please file an issue in brave. If others want this too, we can change the
code to add this to the context.
In the mean time, you can copy/paste the code and add the parentId yourself.
…On Tue, Nov 21, 2017 at 2:09 PM, sstong123 ***@***.***> wrote:
For log data analysis,also need to know the call chains.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAD616tkAL8xkmWDf47cV4cgM3RmCTz0ks5s4ncegaJpZM4QZHLi>
.
|
1). I customized the brave example code to add the parentSpanId as below:
2). add the below line in log4j config file: 3). after I sent the request to the parent system,I got parentSpanId:""(blank) that is correct, |
filed in brave |
- Add Maven wrapper so that a user can start playing with the example even without local Maven installation. - Update Armeria from 0.96.0 to 0.97.0 - Update Brave from 5.9.0 to 5.9.1
seems below config parentSpanId doesn't work:
%d{ABSOLUTE} [%X{traceId}/%X{spanId}/%X{parentSpanId}] %-5p [%t] %C{2} - %m%n
The text was updated successfully, but these errors were encountered: