Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(plugin): add http plugin (open-telemetry#161)
* feat(plugin): add http plugin Closes open-telemetry#157 Signed-off-by: Olivier Albertini <[email protected]> * fix: integrate vmarchaud recommandations Signed-off-by: Olivier Albertini <[email protected]> * fix: wip revert - gts fix issue on all packages Signed-off-by: Olivier Albertini <[email protected]> * fix: integrate mayurkale22 recommendations Signed-off-by: Olivier Albertini <[email protected]> * ci: gts fix for ci build Signed-off-by: Olivier Albertini <[email protected]> * refactor: add mayurkale22 recommendations Signed-off-by: Olivier Albertini <[email protected]> * fix: integrate bg451 recommendations test: increase coverage fix: attributes requirements from the spec. Signed-off-by: Olivier Albertini <[email protected]> * fix: add missing header and revert scopeManager to private field test: rename some tests fix: copy/paste tests Signed-off-by: Olivier Albertini <[email protected]> * fix: add tests and improve attributes from spec 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 <[email protected]> * fix: add mayurkale22 recommendations Signed-off-by: Olivier Albertini <[email protected]> * fix: rebase and remove/replace wrapEmitter to bind Signed-off-by: Olivier Albertini <[email protected]> * fix: add Flarna recommendations 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 <[email protected]> * refactor: simplify propagation usage Signed-off-by: Olivier Albertini <[email protected]> * fix: add Flarna recommandations Signed-off-by: Olivier Albertini <[email protected]> * refactor(test): use ReadableSpan Signed-off-by: Olivier Albertini <[email protected]> * feat: export class/enums for https module Signed-off-by: Olivier Albertini <[email protected]> * refactor: plugin.enable has logger param Signed-off-by: Olivier Albertini <[email protected]> * fix: add license header, rename enum files and refactoring refactor: make integration tests mandatory for ci only remove duplicate tests remove dead comments Signed-off-by: Olivier Albertini <[email protected]>
- Loading branch information