-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Introduce Distributed Context API (distributed http context) #31393
Comments
This change may include the following aspects:
Scopes must be enclosed and allow inheritance of key/value pairs. So child scope have all parent scope key/value pairs available. As well as child scopes may completely re-start the scope with no values or remove (hide) certain keys from the parent scope. |
Why not just take a dependency on the |
@Aaronontheweb .NET Libraries trying to not taking dependency on OOB packages because this create a lot of problems related to package versioning and security fixes. |
@tarekgh I found this one in https://themesof.net/?q=is:open%20kinds:teui as it was under a (closed) Epic. Do you believe it is properly part of the .NET 6 wave? I added it to the Cloud Native Epic instead so it is a sibling of your Metrics story, but I am not sure whether it is really part of .NET 6. If so we should remove its parenting or possibly close it. |
@danmosemsft No this issue is not part of 6.0 planning and I am not aware of anyone need it urgently. I'll close it. |
thanks! |
This issue tracking the work as the part of the issue #31372
Distributed context should support
The text was updated successfully, but these errors were encountered: