Plumb context through info endpoint#46444
Merged
vvoland merged 1 commit intomoby:masterfrom Nov 20, 2023
Merged
Conversation
39d385b to
1571255
Compare
vvoland
reviewed
Sep 11, 2023
5efd964 to
b0fc5d4
Compare
thaJeztah
reviewed
Sep 13, 2023
c2507a0 to
a53d3cd
Compare
Member
|
@vvoland if you have time to give this one another look ❤️ |
vvoland
reviewed
Sep 15, 2023
e622965 to
7189798
Compare
6cda16e to
b9adf03
Compare
Member
Author
|
Rebased and all green. |
thaJeztah
reviewed
Nov 10, 2023
I was trying to find out why `docker info` was sometimes slow so plumbing a context through to propagate trace data through. Signed-off-by: Brian Goff <cpuguy83@gmail.com>
b9adf03 to
677d41a
Compare
vvoland
approved these changes
Nov 20, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I was trying to find out why
docker infowas sometimes slow so plumbing a context through to propagate trace data through.