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

Prepare for releasing v0.6.1 #57

Merged
merged 1 commit into from
Jun 8, 2020

Conversation

evantorrie
Copy link
Contributor

This is a quick fix to differentiate the go.opentelemetry.io/contrib version from the go.opentelemetry.io/otel version. The tags on this repository should reflect the go.opentelemetry.io/contrib version which is referenced inside the contributed instrumentation plugins.

The version of go.opentelemetry.io/otel that is used is usually, but not always in sync with this same version of go.opentelemetry.io/contrib

@evantorrie evantorrie mentioned this pull request Jun 8, 2020
@MrAlias MrAlias merged commit 0de142a into open-telemetry:master Jun 8, 2020
@evantorrie evantorrie deleted the pre_release_v0.6.1 branch June 9, 2020 19:41
plantfansam referenced this pull request in plantfansam/opentelemetry-go-contrib Mar 18, 2022
* Merge two event methods in span API

There was an agreement to get rid of the Event interface and
consolidate the two methods for adding events into one. See #57.

* Eliminate the use of the Event interface

There is no need for the SDK to provide the implementation of the
Event interface - it is used nowhere.

* Drop the Event interface

It's dead code now.

* Make it possible to override a finish timestamp through options

Opentracing to opentelemetry bridge will certainly use this feature.

* Obey the start time option

* Add tests for events and custom start/end times
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.

4 participants