Skip to content

Conversation

@jaydeluca
Copy link
Member

@jaydeluca jaydeluca commented Sep 10, 2025

Related to #13468

Closes #14233

Referenced the links used in the Supported Libraries page

I will continue populating the remaining metadata files in followup PRs as to not bloat this changeset too much more

@jaydeluca jaydeluca requested a review from a team as a code owner September 10, 2025 12:11
InstrumentationMetaData internalMetadata =
new InstrumentationMetaData(
null, InstrumentationClassification.INTERNAL.toString(), null, null);
null, InstrumentationClassification.INTERNAL.toString(), null, null, null);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[minor] in a follow-up PR, switching to a builder pattern might help to make it more readable as there is now 5 parameters.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i agree, created #14623 to track that work in a followup

@trask trask merged commit a26a32a into open-telemetry:main Sep 10, 2025
89 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support adding links to libraries in metadata.yaml

3 participants