Tobias Wochinger
|
41b93108c0
|
feat: allow content tracing (#7066)
* feat: implement content tracing capability
* feat: trace component input/output
* chore: extend type serialization to classes with `to_dict`
* docs: add option for content tracing
* style: remove unused import
* chore: add more tags
* style: ignore typing
* fix: fix tagging of types
|
2024-02-23 11:52:54 +01:00 |
|
Tobias Wochinger
|
bc8a48cc3c
|
feat: datadog tracer (#7058)
* feat: implement datadog tracer
* feat: autoenable for ddtrace
* docs: add release notes
* ci: add missing test dependency
* chore: use forward references
|
2024-02-23 09:18:32 +01:00 |
|
Tobias Wochinger
|
6d0d373def
|
feat: opentelemetry tracer (#7052)
* feat: add opentelemetry tracer
* feat: implement auto enable for `OpenTelemetry`
* docs: add release notes
* style: fix linting
* tests: more test coverage
* refactor: fix old method call
* docs: fix duplicate `the`
Co-authored-by: Massimiliano Pippi <mpippi@gmail.com>
---------
Co-authored-by: Massimiliano Pippi <mpippi@gmail.com>
|
2024-02-22 14:30:58 +01:00 |
|
Tobias Wochinger
|
6e580e4430
|
feat: implement pipeline tracing (#7046)
* feat: implement pipeline tracing
* tests: improve test setup for spying tracer
* feat: implement util for type coercion
* fix: trace a after checking pipeline output
* docs: add release notes
* docs: drop unused imports
* refactor: simplify getting raw span
* refactor: implement `ProxyTracer`
|
2024-02-22 12:52:04 +01:00 |
|