1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-03 22:52:30 +02:00
opentelemetry-go/api/trace
Vineeth Reddy a99f872759 Span interface should only allow LinkedTo at creation. (#349)
* Remove AddLink & Link from Span Interface

I have remove AddLink and Link from the interface and all it refereneces and replaced AddLink with addlink, Also Removed respective unit tests

Signed-off-by: vineeth <vineethpothulapati@outlook.com>

* removing the unused code from unit tests

Signed-off-by: VineethReddy02 <vineethpothulapati@outlook.com>
2019-11-26 16:03:07 -05:00
..
always_sampler_test.go Namespace import path under "/otel" (#274) 2019-11-01 11:40:29 -07:00
always_sampler.go Namespace import path under "/otel" (#274) 2019-11-01 11:40:29 -07:00
api.go Span interface should only allow LinkedTo at creation. (#349) 2019-11-26 16:03:07 -05:00
current_test.go Span interface should only allow LinkedTo at creation. (#349) 2019-11-26 16:03:07 -05:00
current.go Export NoopSpan and NoopTracer (#92) 2019-08-13 16:03:40 -07:00
doc.go Namespace import path under "/otel" (#274) 2019-11-01 11:40:29 -07:00
never_sampler_test.go Namespace import path under "/otel" (#274) 2019-11-01 11:40:29 -07:00
never_sampler.go Namespace import path under "/otel" (#274) 2019-11-01 11:40:29 -07:00
noop_span.go Span interface should only allow LinkedTo at creation. (#349) 2019-11-26 16:03:07 -05:00
noop_trace_provider.go Rename GetTracer to Tracer (#347) 2019-11-25 09:46:07 -08:00
noop_trace.go Clear NoopTracer implementation and improve Tracer argument names (#314) 2019-11-14 10:50:20 -08:00
sampler.go Namespace import path under "/otel" (#274) 2019-11-01 11:40:29 -07:00