Marc Pichler
544c409847
feat(sdk-trace-base)!: remove BasicTracerProvider#register() to improve tree-shaking ( #5503 )
2025-02-24 16:27:52 +00:00
Aaron Abbott
7d2c4aaeb0
fix!: remove 'Http' from W3C propagator names ( #2429 )
2021-08-30 16:19:20 -04:00
Valentin Marchaud
a8d39317b5
chore: rename sdks to better represent what they are [ #2146 ] ( #2340 )
...
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2021-08-05 21:13:18 +02: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
Bartlomiej Obecny
25c205aaff
chore: adding sufix propagator to http baggage and http trace context ( #2149 )
...
* chore: adding sufix propagator to http baggage and http trace context
* chore: readme
* chore: fixes after merge
2021-04-30 22:45:13 +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
Gerhard Stöbich
5701473fcb
chore: requires user to pass context to propagation APIs ( #1734 )
...
* chore: requires user to pass context to propagation APIs
At least for extract() using the current active context is often a bad
choice because usually a plugin wants to use an extracted span instead
the current active.
Change propagation APIs to require context as first argument instead of
using active context on default. This ensures that plugin developers
have to be explicit instead of relying on a potential wrong default.
* (chore) fix lint
* add test
* Adapt http instrumentation
* fix: update integration testserver
2020-12-14 16:21:15 +01:00
srjames90
87a049a150
feat: add the w3c test script and server ( #1380 )
...
* feat: add the w3c test script and server
* fix: manually instrument
* fix: dependencies and propagator
* fix: increase timeout
* fix: package and script issues
* refactor: move files into integration-tests
* refactor: use extract defaults
* fix: remove unneeded dependency
* refactor: use AsyncHooksContextManager
* fix: BasicTracerProvider instantiation
Co-authored-by: Mayur Kale <mayurkale@google.com>
Co-authored-by: Mayur Kale <mayurkale@google.com>
2020-08-10 20:18:30 +02:00