Skip to content

Commit 485ea5e

Browse files
stephentoubCopilotCopilot
authored
Remove outdated pre-TelemetryConfig OTel documentation (#855)
* Remove outdated pre-TelemetryConfig OTel documentation - Remove the large 'Application-Level Instrumentation' section from docs/observability/opentelemetry.md (614 lines) that described manual OTel setup which is now handled by the built-in TelemetryConfig - Replace --disable-telemetry CLI arg example in docs/setup/local-cli.md with --no-auto-update to avoid confusion with TelemetryConfig - Update link descriptions in getting-started.md and index.md to reflect the trimmed OTel doc scope Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 1dba08d commit 485ea5e

File tree

4 files changed

+5
-619
lines changed

4 files changed

+5
-619
lines changed

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1510,7 +1510,7 @@ Trace context is propagated automatically — no manual instrumentation is neede
15101510
- **SDK → CLI**: `traceparent` and `tracestate` headers from the current span/activity are included in `session.create`, `session.resume`, and `session.send` RPC calls.
15111511
- **CLI → SDK**: When the CLI invokes tool handlers, the trace context from the CLI's span is propagated so your tool code runs under the correct parent span.
15121512

1513-
📖 **[OpenTelemetry Instrumentation Guide →](./observability/opentelemetry.md)**detailed GenAI semantic conventions, event-to-attribute mapping, and complete examples.
1513+
📖 **[OpenTelemetry Instrumentation Guide →](./observability/opentelemetry.md)**TelemetryConfig options, trace context propagation, and per-language dependencies.
15141514

15151515
---
15161516

@@ -1525,7 +1525,7 @@ Trace context is propagated automatically — no manual instrumentation is neede
15251525
- [Using MCP Servers](./features/mcp.md) - Integrate external tools via Model Context Protocol
15261526
- [GitHub MCP Server Documentation](https://github.com/github/github-mcp-server)
15271527
- [MCP Servers Directory](https://github.com/modelcontextprotocol/servers) - Explore more MCP servers
1528-
- [OpenTelemetry Instrumentation](./observability/opentelemetry.md) - Add tracing to your SDK usage
1528+
- [OpenTelemetry Instrumentation](./observability/opentelemetry.md) - TelemetryConfig, trace context propagation, and per-language dependencies
15291529

15301530
---
15311531

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Detailed API reference for each session hook.
6767

6868
### [Observability](./observability/opentelemetry.md)
6969

70-
- [OpenTelemetry Instrumentation](./observability/opentelemetry.md) — built-in TelemetryConfig, trace context propagation, and application-level tracing
70+
- [OpenTelemetry Instrumentation](./observability/opentelemetry.md) — built-in TelemetryConfig and trace context propagation
7171

7272
### [Integrations](./integrations/microsoft-agent-framework.md)
7373

0 commit comments

Comments
 (0)