-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Unable to trace requests though logs #1547
Labels
triaged
The maintainers have seen this issue
Comments
paulaldridge
added a commit
to paulaldridge/clair
that referenced
this issue
Apr 11, 2022
this allows requests to be traced through the logs Fixes quay#1547
paulaldridge
added a commit
to paulaldridge/clair
that referenced
this issue
Apr 11, 2022
this allows requests to be traced through the logs Fixes quay#1547 Signed-off-by: Paul Aldridge <paulaldridge@uk.ibm.com>
crozzy
pushed a commit
to paulaldridge/clair
that referenced
this issue
May 18, 2022
this allows requests to be traced through the logs Fixes quay#1547 Signed-off-by: Paul Aldridge <paulaldridge@uk.ibm.com>
hdonnay
added a commit
to hdonnay/clair
that referenced
this issue
Dec 6, 2022
This re-uses any trace ID that OpenTelemetry supports, or generates a weakly random one based on some request features. Closes: quay#1547 Signed-off-by: Hank Donnay <hdonnay@redhat.com>
hdonnay
added a commit
to hdonnay/clair
that referenced
this issue
Dec 6, 2022
This re-uses any trace ID that OpenTelemetry supports, or generates a weakly random one based on some request features. Closes: quay#1547 Signed-off-by: Hank Donnay <hdonnay@redhat.com>
hdonnay
added a commit
to hdonnay/clair
that referenced
this issue
Dec 8, 2022
This re-uses any trace ID that OpenTelemetry supports, or generates a random one. Closes: quay#1547 Signed-off-by: Hank Donnay <hdonnay@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of Problem / Feature Request
Trying to debug problems using the logs is hard as there is no way to connect logs to specific requests. It would be great to have the request id (and possibly more info such as the request URI) included in the logger context so that requests are traceable.
Environment
The text was updated successfully, but these errors were encountered: