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
Is your feature request related to a problem? Please describe.
Current logging practices do not include correlation IDs or sufficient contextual information, making it difficult to trace requests across distributed systems and understand the full context of log entries.
Describe the solution you'd like
Implement enhancements to the logging system to include correlation IDs for distributed tracing and enrich log messages with contextual information. This can be achieved by:
Generating a unique correlation ID for each request and propagating it across service boundaries.
Augmenting log entries with relevant context, such as user IDs, session information, and transaction details.
Utilizing structured logging formats like JSON to facilitate easier parsing and analysis.
Continuing with the current logging structure, but this limits the ability to trace and analyze logs effectively.
Using external APM tools, which may be costly and add complexity.
Additional context
Enhancing the logging with correlation IDs and context will improve observability, facilitate debugging, and optimize performance monitoring across distributed systems.
Feature Request
Is your feature request related to a problem? Please describe.
Current logging practices do not include correlation IDs or sufficient contextual information, making it difficult to trace requests across distributed systems and understand the full context of log entries.
Describe the solution you'd like
Implement enhancements to the logging system to include correlation IDs for distributed tracing and enrich log messages with contextual information. This can be achieved by:
Code Example
Describe alternatives you've considered
Additional context
Enhancing the logging with correlation IDs and context will improve observability, facilitate debugging, and optimize performance monitoring across distributed systems.
Related Issues
The text was updated successfully, but these errors were encountered: