Skip to content
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

Add a filter to generate a request id #18

Closed
lmineiro opened this issue Oct 13, 2015 · 0 comments · Fixed by #23
Closed

Add a filter to generate a request id #18

lmineiro opened this issue Oct 13, 2015 · 0 comments · Fixed by #23
Assignees

Comments

@lmineiro
Copy link
Contributor

Often there is a flow id that helps gather events and log entries from multiple systems originated for the same customer request.

Such flow id needs to be generated at the earliest and sent down the request path so that the following systems can use it for those purposes.

I suggest we use a common HTTP header X-Flow-Id that is created for every request. Generation of this id should favor performance and relax on collision probability since the time window where this is relevant is limited

@lmineiro lmineiro assigned aryszka and lmineiro and unassigned aryszka Oct 13, 2015
lmineiro pushed a commit that referenced this issue Oct 15, 2015
lmineiro pushed a commit that referenced this issue Oct 15, 2015
aryszka added a commit that referenced this issue Oct 19, 2015
aryszka pushed a commit that referenced this issue Mar 4, 2016
aryszka pushed a commit that referenced this issue Mar 4, 2016
aryszka added a commit that referenced this issue Mar 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants