mirror of
https://github.com/run-llama/workflows-ts.git
synced 2026-07-20 10:03:31 -04:00
[PR #157] [MERGED] feat: add OpenTelemetry tracing for workflow handlers #161
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/workflows-ts/pull/157
Author: @thucpn
Created: 8/28/2025
Status: ✅ Merged
Merged: 9/4/2025
Merged by: @marcusschiesser
Base:
main← Head:tp/add-trace📝 Commits (10+)
9d6154efeat: add OpenTelemetry tracing for workflow handlers4272b27add open-telemetry example1fdfb57add run-once examplefc768e6add tests18ec6d1add changeset1ae363aadd doc6f8d24dMerge branch 'main' into tp/add-trace12a0600fix format05d7776support optional @opentelemetry/api6cd9ca2add doc📊 Changes
16 files changed (+1099 additions, -7 deletions)
View changed files
➕
.changeset/true-hands-roll.md(+7 -0)➕
demo/trace-events/README.md(+44 -0)➕
demo/trace-events/open-telemetry.ts(+44 -0)➕
demo/trace-events/package.json(+17 -0)📝
docs/workflows/common_patterns/branching.mdx(+2 -2)📝
docs/workflows/common_patterns/meta.json(+8 -1)➕
docs/workflows/common_patterns/tracing.mdx(+166 -0)📝
packages/core/src/middleware/trace-events.ts(+28 -2)➕
packages/otel/package.json(+55 -0)➕
packages/otel/src/decorator.test.ts(+77 -0)➕
packages/otel/src/decorator.ts(+41 -0)➕
packages/otel/src/index.ts(+1 -0)➕
packages/otel/tsconfig.json(+11 -0)➕
packages/otel/vitest.config.ts(+9 -0)📝
pnpm-lock.yaml(+588 -2)📝
pnpm-workspace.yaml(+1 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.