-
Notifications
You must be signed in to change notification settings - Fork 118
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
issue-5230 add traceid and spanid to decision log. #473
issue-5230 add traceid and spanid to decision log. #473
Conversation
ca830ae
to
6df710b
Compare
internal/internal_test.go
Outdated
@@ -49,6 +49,8 @@ const exampleAllowedRequest = `{ | |||
"x-b3-sampled": "1", | |||
"x-b3-spanid": "537f473f27475073", | |||
"x-b3-traceid": "537f473f27475073", | |||
"traceparent" : "00-0000000000000000f7bea0490c3cb268-b9543a567b0289f8-01", | |||
"tracestate" : "rojo=00f067aa0ba902b7", |
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.
If you're not using this, please remove.
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.
Hey @be-a-bee just one small comment. We can then merge this. Thanks!
f63ad51
to
9576408
Compare
@ashutosh-narkar , thank you. addressed your comment. please review |
var found bool | ||
|
||
for _, entry = range consoleLogger.Entries() { | ||
//t.Log(entry.Message) |
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.
Nit: We should remove this.
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.
The changes lgtm. Just one small comment. Thanks @be-a-bee!
9576408
to
ce1f034
Compare
@ashutosh-narkar , thank you for your prompt response. I addressed it. please take a look |
Signed-off-by: talip <47842333+be-a-bee@users.noreply.github.com> Signed-off-by: Praneeth Talishetti <47842333+be-a-bee@users.noreply.github.com>
ce1f034
to
e0f62a5
Compare
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.
Thanks for the contribution @be-a-bee!
No description provided.