1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-07 23:02:15 +02:00
opentelemetry-go/sdk
Tyler Yahn 0fec28040d
Update trace API TracerOption (#1109)
* Update Tracer configuration.

Conform to API option design outlined in #536.

Add tests to validate new TracerConfigure function

Drop the `instrumentation` prefix.

* Stick with instrumentationVersion for now

* Propagate changes

* Add changes to Changelog
2020-09-02 07:20:52 -07:00
..
export Unify api/label and api/kv in new label package (#1060) 2020-08-17 20:25:03 -07:00
instrumentation
internal Remove google.golang.org/grpc/codes dependency from API by adding an equivalent codes package (#1046) 2020-08-10 09:17:09 -07:00
metric #872 Make metric test helpers public (#1040) 2020-08-27 13:03:56 -07:00
resource Unify api/label and api/kv in new label package (#1060) 2020-08-17 20:25:03 -07:00
trace Update trace API TracerOption (#1109) 2020-09-02 07:20:52 -07:00
go.mod Bump google.golang.org/grpc from 1.31.0 to 1.31.1 in /sdk (#1105) 2020-08-27 12:19:01 -07:00
go.sum Bump google.golang.org/grpc from 1.31.0 to 1.31.1 in /sdk (#1105) 2020-08-27 12:19:01 -07:00
opentelemetry.go Release v0.11.0 (#1089) 2020-08-24 22:38:37 -04:00
README.md