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

OpenTracing shim should use core MinVerTagPrefix #5339

Closed

Conversation

alanwest
Copy link
Member

@alanwest alanwest commented Feb 9, 2024

The OpenTracing shim is similar to the prometheus exporter in that it is a core component (i.e., it is declared in the OpenTelemetry specification https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/compatibility/opentracing.md), but it is not yet ready for a stable release.

@alanwest alanwest requested a review from a team February 9, 2024 20:41
@@ -3,6 +3,7 @@
<TargetFrameworks>$(TargetFrameworksForLibraries)</TargetFrameworks>
<Description>OpenTracing shim for OpenTelemetry .NET</Description>
<PackageTags>$(PackageTags);distributed-tracing;OpenTracing</PackageTags>
<MinVerTagPrefix>core-</MinVerTagPrefix>
Copy link
Contributor

Choose a reason for hiding this comment

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

For this package, we had made a decision to only have beta releases as we previously considered it a non-core component. With this change, we would be redefining the stability readiness of this package as it would now begin to have alpha, beta, and rc releases (similar to Prometheus Exporter packages).

We even had an entry describing this decision in the CHANGELOG:

The pre-release identifier has also been changed from rc to beta as we believe this more accurately reflects the status of this package. We believe the rc identifier will be more appropriate as semantic conventions reach stability.

Do we want to change the above-mentioned expectation set for the users?

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 have thoughts and opinions, but let's discuss in our next SIG meeting. I do not plan on releasing a new version of this package today anyways.

Copy link
Contributor

This PR was marked stale due to lack of activity and will be closed in 7 days. Commenting or Pushing will instruct the bot to automatically remove the label. This bot runs once per day.

@github-actions github-actions bot added the Stale Issues and pull requests which have been flagged for closing due to inactivity label Feb 17, 2024
Copy link
Contributor

Closed as inactive. Feel free to reopen if this PR is still being worked on.

@github-actions github-actions bot closed this Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale Issues and pull requests which have been flagged for closing due to inactivity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants