1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-16 10:19:23 +02:00
opentelemetry-go/experimental/streaming/sdk
Edward Muller 9f03360a84 Enable golint & gofmt, resolve issues (#214)
* Add golint to linters and resolve issues.

I decided to remove constructors for some of the propagation types
because the constructors can be reduced to either using the zero value
or a single, non optional member.

* Enable gofmt and commit fixes
2019-10-16 10:24:38 -07:00
..
internal Remove experimental/streaming globals, add streaming example (#135) 2019-09-23 14:39:10 -07:00
metric.go Some metrics followup (#177) 2019-10-15 09:28:36 -07:00
package.go Golang metrics prototype (#100) 2019-10-08 15:45:49 -07:00
span_test.go Enable golint & gofmt, resolve issues (#214) 2019-10-16 10:24:38 -07:00
span.go Rename IsRecordingEvents and WithRecordEvents (#188) 2019-10-10 18:07:35 -07:00
trace.go Enable golint & gofmt, resolve issues (#214) 2019-10-16 10:24:38 -07:00