Add TypeScript OpenTelemetry integration docs#245
Open
donald-pinckney wants to merge 1 commit into
Open
Conversation
Split out from the OpenTelemetry plugins topic (PR #243) so the TypeScript material can be finalized separately. Adds the TS OTel integration reference, the Distributed Tracing section in TS observability, and the TS row in the integrations catalog. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Split out from #243 (OpenTelemetry plugins topic) so the TypeScript material can be finalized independently of the Python docs.
What's here
references/typescript/integrations/opentelemetry.md— TS OpenTelemetry integration reference (OpenTelemetryPlugin, self-contained worker+client setup usingConsoleSpanExporter, propagator note, common mistakes)references/typescript/observability.md— adds the Distributed Tracing (OpenTelemetry) sectionreferences/integrations.md— adds the TypeScript OpenTelemetry catalog rowStill to resolve
get_tracer(...).start_as_current_span(...)), the TS SDK does not expose a workflow-side tracer — the workflowgetTracer()is module-internal and the official sample only auto-creates lifecycle spans via interceptors. The doc currently shows the auto-span setup only; we should decide how (or whether) to document custom workflow spans.Notes
references/integrations.md(one OTel catalog row each), so a trivial one-line rebase may be needed depending on merge order.🤖 Generated with Claude Code