1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-02 08:52:21 +02:00
opentelemetry-go/api/trace
Joshua MacDonald 961121698b Eliminate Scope/ScopeID, separate API from SDK for metrics/stats (#48)
* Move scope.Active to trace.CurrentSpan

* Remove scope / does not build

* Global tracer

* Checkpoint

* Checkpoint

* Add key/key.go for key.New

* Comments

* Remove more EventID and ScopeID

* Use Handle to describe static objects

* TODOs

* Remove empty file

* Remove singletons

* Update TODOs

* TODO about map update

* Make stats package option aliases (like key has)

* Rename experimental/streaming

* streaming SDK builds w/ many TODOs

* Get the examples building

* Tidy up metric API / add interface check

* Remove logic from the registry; this is now a placeholder
2019-07-11 15:28:38 -07:00
..
api_test.go Add Circle ci (#41) 2019-07-02 16:21:24 -07:00
api.go Eliminate Scope/ScopeID, separate API from SDK for metrics/stats (#48) 2019-07-11 15:28:38 -07:00
current.go Eliminate Scope/ScopeID, separate API from SDK for metrics/stats (#48) 2019-07-11 15:28:38 -07:00
global.go Eliminate Scope/ScopeID, separate API from SDK for metrics/stats (#48) 2019-07-11 15:28:38 -07:00
noop_span.go Eliminate Scope/ScopeID, separate API from SDK for metrics/stats (#48) 2019-07-11 15:28:38 -07:00
noop_trace.go Eliminate Scope/ScopeID, separate API from SDK for metrics/stats (#48) 2019-07-11 15:28:38 -07:00