You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
If not defined, the httpRequest field in LogEntry should be auto-populated when writing log entries to backend
Describe the solution you'd like
Provide a method to define an Http context that can be used by a Web server application to publish info about the request context and also to remove the published context.
The method should support multi-threading. It should be available from any thread of the application process.
Is your feature request related to a problem? Please describe.
If not defined, the httpRequest field in LogEntry should be auto-populated when writing log entries to backend
Describe the solution you'd like
Provide a method to define an Http context that can be used by a Web server application to publish info about the request context and also to remove the published context.
The method should support multi-threading. It should be available from any thread of the application process.