-
Notifications
You must be signed in to change notification settings - Fork 27
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 request-id
response header
#54
Comments
Upon closer inspection, it appears these IDs are not ephemeral and are somehow tied to a session or somehow grouping requests from the same node: Here's a sample from RegisterDscAgent request:
Here's another for SendReport requests:
|
Still more puzzling, the ID is not specific to the calling Node, here's a RegisterDscAgent from a completely different Node:
Here's a GetModule call from still another Node:
|
This could actually act more like a Server ID, similar to the Agent ID which is generated every time a Node is put into pull mode. |
Yeah in all my traces I couldn't find anything consistent on that. Let me ask someone. |
The Classic DSC Pull Server always has a
request-id
header in all its responses. Presumably this is a way to tie back each request/response to some logging or tracing ability. This is a good idea and we should mimic this feature as well as message the ID in our logging and possible store it durably in any back-end store that we use to capture transactions, especially ones that produce errors.The text was updated successfully, but these errors were encountered: