1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-03 22:52:30 +02:00
opentelemetry-go/sdk
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
..
export Dogstatsd metrics exporter (#326) 2019-11-21 20:46:05 -08:00
internal Namespace import path under "/otel" (#274) 2019-11-01 11:40:29 -07:00
metric Prometheus exporter (#334) 2019-11-26 11:47:15 -08:00
trace Span interface should only allow LinkedTo at creation. (#349) 2019-11-26 16:03:07 -05:00
opentelemetry.go Namespace import path under "/otel" (#274) 2019-11-01 11:40:29 -07:00
README.md Trace sdk (#65) 2019-08-02 13:52:55 -07:00