Commit Graph

15 Commits

Author SHA1 Message Date
Srikanth Chekuri 5888d4ef95
Enable lint on CI and update deps (#2067)
* Fix black an isort

* change bootstrap_gen to use a list instead of dict

* Bunch of updates

* Fix build

* fix lint

* Fix docs

* Fix lint

* More fixes

* Fix lint

* fix stupid mistake

---------

Co-authored-by: Christian Hartung <christian.hartung@olist.com>
2023-11-21 10:25:11 +02:00
(Eliseo) Nathaniel Ruiz Nowell 224780f38d
Move AWS X-Ray Propagator into its own package (#720)
Co-authored-by: Owais Lone <owais@users.noreply.github.com>
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
2021-10-12 15:44:03 +00:00
Mario Jonke 3a7eb5364c
Make propagators conform to spec (#488)
* Make propagators conform to spec

* do not modify / set an invalid span in the passed context in case
  a propagator did not manage to extract
* in case no context is passed to propagator.extract assume the root
  context as default so that a new trace is started instead of continung
  the current active trace in case extraction fails
* fix also ot-trace propagator which compared int with str trace/span ids
  when checking for validity in extract
2021-05-31 09:35:28 -07:00
Diego Hurtado d89f865221
Sync with Make setters and getters optional (#372) 2021-03-26 10:20:01 -07:00
alrex 10a448ee75
move textmap propagators to opentelemetry.propagators (#355) 2021-03-02 16:47:29 -08:00
Leighton Chen 79809976d5
Rename DefaultSpan to NonRecordingSpan (#354) 2021-03-02 10:30:52 -08:00
Leighton Chen 1c8852f99e
Rename IdsGenerator to IdGenerator (#350) 2021-02-26 14:56:30 -08:00
Srikanth Chekuri b3aa7a79d3
Update TraceState (#276) 2021-01-20 12:13:12 -08:00
Diego Hurtado e5a0153794
Add test case for DataDog fields and AWS SDK Extension (#231) 2020-12-11 12:48:01 -08:00
(Eliseo) Nathaniel Ruiz Nowell 70b425a588
Add test to validate propagator fields method (#228) 2020-12-03 16:53:06 -08:00
Nathaniel Ruiz Nowell c0a3ea96d9 Expose AWS Progagator variables and update readme 2020-11-09 15:01:17 -08:00
Nathaniel Ruiz Nowell ea0988a26a Make AWS Propagator tests more readable 2020-11-09 14:51:32 -08:00
Nathaniel Ruiz Nowell 26db369ec9 Use an exception to catch inability to parse 2020-11-09 14:51:32 -08:00
Nathaniel Ruiz Nowell ccb7a83922 More pythonic propagator + package clean up 2020-11-09 14:51:32 -08:00
Nathaniel Ruiz Nowell c81995d0ce Add SDK Extension for Compatibility with AWS X-Ray 2020-11-09 14:51:30 -08:00