-
Notifications
You must be signed in to change notification settings - Fork 803
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
feat(plugin): add http plugin #161
feat(plugin): add http plugin #161
Conversation
@OlivierAlbertini If you want some help don't hesitate to ping me on gitter (specially about the scopeManager use). I also speak french if you want |
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.
There seem to be quite a few public methods. Is this intended? How is the plugin meant to be used?
I created a separate static class |
I think you should add .DS_Store in .gitignore. |
This is great start 💯 Added a few comments (first iteration). Please fix the build and rebase with master. |
0b98274
to
284aaeb
Compare
|
0e2d03f
to
272b4b8
Compare
yes, I got an issue where one package was on the gts 1.0.0 version instead of 1.1.0... EDIT: I don't know what going on with my mac but I have clearly an issue with gts... I will check a bit more why the issue is on my machine but my workaround is to do: |
272b4b8
to
7e77c66
Compare
We are using Also, I would suggest not to upgrade |
bfbf65d
to
bec4e2c
Compare
Codecov Report
@@ Coverage Diff @@
## master #161 +/- ##
==========================================
- Coverage 94.59% 94.42% -0.17%
==========================================
Files 51 51
Lines 1906 1849 -57
Branches 128 128
==========================================
- Hits 1803 1746 -57
Misses 103 103
|
bec4e2c
to
710a491
Compare
Closes open-telemetry#157 Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>
Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>
Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>
Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>
Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>
Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>
test: increase coverage fix: attributes requirements from the spec. Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>
test: rename some tests fix: copy/paste tests Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>
fix parentSpanId instead of parentId from rebase add workaround with got and node12+ (real http call) improve args passed to function (url, options, cb) Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>
Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>
Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>
fix: add Flarna recommendations fix: tests fix: OC bugs in OT only test: add assertions Allow options object as second argument Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>
Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>
Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>
Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>
Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>
Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>
7312f03
to
23f745b
Compare
refactor: make integration tests mandatory for ci only remove duplicate tests remove dead comments Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>
23f745b
to
5b5dced
Compare
UPDATE:
UPDATE 2:
Closes #157
Signed-off-by: Olivier Albertini olivier.albertini@montreal.ca
Thanks in advance for your feedback!