-
Notifications
You must be signed in to change notification settings - Fork 525
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 context.http.url to spans. #1037
Conversation
9658a6e
to
1d492eb
Compare
@@ -24,16 +24,18 @@ | |||
"unloadEventEnd": 32, | |||
"unloadEventStart": 32 | |||
}, | |||
"http": { | |||
"url": { | |||
"location": "http://localhost:8000/test/e2e/general-usecase/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@simitt , This is part of transaction context but the change was about span.context!
testdata/transaction/frontend.json
Outdated
"location": "http://localhost:8000/test/e2e/general-usecase/" | ||
"http": { | ||
"url": { | ||
"location": "http://localhost:8000/test/e2e/general-usecase/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@simitt , This is also part of transaction context!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes sorry, got the wrong one here, will change this, which automatically changes the approved test case.
implements elastic#777
1d492eb
to
6935453
Compare
There has been merge conflicts with master in the mean time, so I had to rebase to master, sorry for inconveniences. |
jenkins, retest this please. |
* Add context.http.url to spans. implements elastic#777
* Add context.http.url to spans. implements elastic#777
* Add context.http.url to spans. implements #777
implements #777
This PR defines
span.context.http.url
and stores it in ES, without indexing the field.cc @jahtalab