feat: add OpenTelemetry v2 docs - #5146
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📖 Docs PR preview links
|
There was a problem hiding this comment.
Pull request overview
Adds pre-release OpenTelemetry v2 integration guidance for Go SDK tracing, metrics, and context propagation.
Changes:
- Adds a runnable integration guide with instrumentation examples.
- Adds navigation and integration-grid entries.
- Cross-links existing observability and context propagation guidance.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
docs/develop/go/integrations/opentelemetry-v2.mdx |
Adds the integration guide and samples. |
docs/develop/go/platform/observability.mdx |
Recommends OpenTelemetry v2 for new setups. |
docs/develop/go/best-practices/context-propagation.mdx |
Directs OpenTelemetry users to the plugin. |
docs/develop/go/index.mdx |
Lists the new integration. |
sidebars.js |
Adds the guide to Go navigation. |
src/components/IntegrationsGrid/integrations-data.json |
Adds the integration card. |
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
357686e to
c6496cf
Compare
flippedcoder
left a comment
There was a problem hiding this comment.
I made a few changes, but overall this was great!
xumaple
left a comment
There was a problem hiding this comment.
Take a look at the langsmith docs for inspiration. Documentation is supposed to point the reader towards how to use the package, not how to run the samples.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 31f53aaeb7
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 74fa2481e6
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
What does this PR do?