Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Add x-request-id header to outbound requests. #16

Open
a-feld opened this issue Jul 14, 2020 · 2 comments · May be fixed by #21
Open

Add x-request-id header to outbound requests. #16

a-feld opened this issue Jul 14, 2020 · 2 comments · May be fixed by #21

Comments

@a-feld
Copy link
Contributor

a-feld commented Jul 14, 2020

A new header named x-request-id with a uuid4 value should be sent on every request

Header Name Header Value Code Example
x-request-id A version 4 UUID string str(uuid.uuid4())

See newrelic/newrelic-telemetry-sdk-specs#17 for details.

@jthurman42 jthurman42 linked a pull request Aug 7, 2020 that will close this issue
@jodeev jodeev added this to To Do in Go Engineering Board Jan 14, 2021
@jodeev
Copy link

jodeev commented Mar 11, 2021

@a-feld has this been done? can we close this?

@a-feld
Copy link
Contributor Author

a-feld commented Mar 11, 2021

not done yet 😄

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

2 participants