Commit Graph

8 Commits

Author SHA1 Message Date
Jamie Danielson 4a4484a910
chore: update http example (#3651)
* update versions in http example

* use newer active span methods for http example

* fix(changelog): add changelog entry

* Add http example to lerna

---------

Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2023-03-02 09:36:24 -05:00
Jaryk 65fbb2f65b
chore(eslint): remove airbnb package (#2955)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2022-05-12 23:52:16 +08:00
Bartlomiej Obecny ac81e17c68
chore: upgrading to api ver. 0.20.0 (#2225)
* chore: upgrading to api ver. 0.20.0
2021-05-25 23:32:54 +02:00
legendecas 1218a3c7e0
fix: remove redundant try-catch from http/https server examples (#2195) 2021-05-10 17:13:16 +02:00
Gerhard Stöbich a2304c9a82
chore: remove tracer apis not part of spec (#1764)
Co-authored-by: Mayur Kale <mayurkale@google.com>
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2020-12-21 17:12:42 -05:00
Naseem d7f4fe29db feat: lint examples (#649)
* refactor: use a single eslintrc for all examples folders

furthermore, override the strict rule that ships with airbnb

* fix: turn off no-use-before-define

* fix: install eslint in ci container

Co-Authored-By: Daniel Dyla <dyladan@users.noreply.github.com>

* fix: ignore uninstalled packages lint errors

We will not want to install all examples in CI

Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
Co-authored-by: Mayur Kale <mayurkale@google.com>
2020-01-24 08:03:04 -05:00
Daniel Dyla 18c6aa4f19 Named Tracers / Tracer Registry (#582)
* feat: spike of named tracer registry

* chore: mysql/mongo tracer registry support

* fix: lint

* chore: add getTracer back

* chore: change default tracer name to empty string

* fix: lint

* chore: update examples for registry

* chore(tracer-registry): make name required

* chore: lint

* chore: update examples for required tracer name

* chore: remove unused tracer delegate

* chore: remove references to basic tracer

* chore: remove references to NodeTracer

* chore: update xhr for tracer registry

* chore: update tracer names to match package names

* chore: add version script to all packages

* chore: update plugins to use version script

* chore: add jsdoc to noop tracer registry

* chore: update ioredis for tracer registry

* chore: update pg pool for tracer registry

* fix: lint

* chore: fix tests

* chore: lint

* chore: lint

Co-authored-by: Mayur Kale <mayurkale@google.com>
2020-01-09 08:29:38 -08:00
Olivier Albertini af06a2da60 feat(plugin-http): add example (#318)
* feat(plugin-http): add example

closes #245

Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>

* refactor: removes duplicated code

Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>

* fix: exporter variable

Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>

* docs: add image for jaeger

Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>

* chore: remove todo
2019-09-25 13:36:28 -07:00