docs: add internal/tracing/ and OpenTelemetry to CONTRIBUTING.md#3288
Merged
docs: add internal/tracing/ and OpenTelemetry to CONTRIBUTING.md#3288
Conversation
Agent-Logs-Url: https://github.com/github/gh-aw-mcpg/sessions/53e9e514-055a-4d8f-aea1-405c1f177fa3 Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix documentation discrepancies in contributing guidelines
docs: add internal/tracing/ and OpenTelemetry to CONTRIBUTING.md
Apr 6, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates contributor documentation to reflect the existing internal/tracing/ package and OpenTelemetry usage in the repository, keeping the project structure and dependency references current.
Changes:
- Added
internal/tracing/to the project structure tree and “Key Directories” list. - Added an OpenTelemetry dependency entry to the dependencies list.
Show a summary per file
| File | Description |
|---|---|
CONTRIBUTING.md |
Documents the internal/tracing/ package and adds OpenTelemetry to the listed dependencies. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/1 changed files
- Comments generated: 1
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.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.
CONTRIBUTING.mdwas missing theinternal/tracing/package entirely and omitted OpenTelemetry from the dependencies list, despite both being present in the codebase.Changes
tracing/entry (alphabetically betweentimeutil/andtty/)internal/tracing/with description: OpenTelemetry OTLP trace export helpers (HTTP handler wrapping, provider management)go.opentelemetry.io/otelentry covering OTLP export and span/trace management