Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add native/firstParty flag to cpp and dotnet instrumentation #4855

Merged

Conversation

haidong
Copy link
Contributor

@haidong haidong commented Jul 21, 2024

To address #4795, this is a series of PRs that add native or first party flags to registries that lack them. This batch touches cpp and dotnet instrumentation registries.

Entries whose repo url returns 404 are deleted.

PR #4836 has more background.

@haidong haidong requested a review from a team July 21, 2024 21:50
Copy link
Member

@svrnm svrnm left a comment

Choose a reason for hiding this comment

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

All of these components are non first party, as they are not created by the same organisation that has created the underlying instrumented library, so can you switch from "true" to "false" whenever the lib lives in an otel repo

@@ -13,3 +13,4 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-cpp-contrib/tree/main/instrumentation/httpd
createdAt: 2021-11-11
isFirstParty: true
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
isFirstParty: true
isFirstParty: false

@@ -14,3 +14,4 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-cpp-contrib/tree/main/instrumentation/nginx
createdAt: 2021-11-11
isFirstParty: true
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
isFirstParty: true
isFirstParty: false

@svrnm
Copy link
Member

svrnm commented Jul 22, 2024

Entries whose repo url returns 404 are deleted.

Some of them have moved, and not been deleted, see this PR: #4822, I didn't merge this PR yet since I had limited availability last week, I will fix this now and then we can delete the ones remaining.

Thank you once again

@haidong haidong force-pushed the native-firstParty-flag-4-cpp-dotnet branch 2 times, most recently from 1319dca to 04c7fab Compare July 22, 2024 21:06
@haidong
Copy link
Contributor Author

haidong commented Jul 22, 2024

Some of them have moved, and not been deleted, see this PR: #4822, I didn't merge this PR yet since I had limited availability last week, I will fix this now and then we can delete the ones remaining.

I have rebased my branch using upstream/main. I've also made the changes requested. Please review again when convenient. Thanks!

@haidong haidong requested a review from svrnm July 22, 2024 21:24
To address open-telemetry#4795, this is a series of PRs that add native or first party
flags to registries that lack them. This batch touches cpp and dotnet
instrumentation registries.
@haidong haidong force-pushed the native-firstParty-flag-4-cpp-dotnet branch from 04c7fab to 5a9f5a4 Compare July 23, 2024 13:20
@haidong haidong requested a review from svrnm July 23, 2024 13:22
@svrnm svrnm merged commit 4b3e58f into open-telemetry:main Jul 29, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants