opentelemetry-go/api
Krzesimir Nowak a776e95c61 Consolidate AddEvent and Event methods, add FinishOptions (#99)
* 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
2019-09-03 11:03:51 -07:00
..
core Add vanity import name (#107) 2019-08-26 09:41:15 -07:00
event Consolidate AddEvent and Event methods, add FinishOptions (#99) 2019-09-03 11:03:51 -07:00
key Add vanity import name (#107) 2019-08-26 09:41:15 -07:00
metric Add vanity import name (#107) 2019-08-26 09:41:15 -07:00
registry Add vanity import name (#107) 2019-08-26 09:41:15 -07:00
stats Add vanity import name (#107) 2019-08-26 09:41:15 -07:00
tag Add vanity import name (#107) 2019-08-26 09:41:15 -07:00
trace Consolidate AddEvent and Event methods, add FinishOptions (#99) 2019-09-03 11:03:51 -07:00
unit Add vanity import name (#107) 2019-08-26 09:41:15 -07:00