1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/internal/global
Punya Biswal 9b242bc401
Organize API into Go modules based on stability and dependencies (#1528)
* Add a tool to auto-generate replace directives

* Auto-generated changes from previous commit

* Create new modules required for trace release

* otel/metric
* otel/trace
* otel/oteltest
* otel/sdk/export/metric
* otel/sdk/metric

Relates to #1467

* Move metric-related public API out of otel/ pkg

Move GetMeterProvider, Meter and SetMeterProvider to new package
otel/metric/global in the otel/metric module.

This will allow otel/ module to be released as v1.0.

* Include PR references in CHANGELOG

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>

* Check for root dir

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2021-02-12 08:23:51 -08:00
..
benchmark_test.go Organize API into Go modules based on stability and dependencies (#1528) 2021-02-12 08:23:51 -08:00
internal_test.go Rename internal/testing to internal/internaltest (#1449) 2021-01-12 08:56:16 -08:00
meter_test.go Organize API into Go modules based on stability and dependencies (#1528) 2021-02-12 08:23:51 -08:00
meter.go Move Version function and code from global to toplevel (#1330) 2020-11-16 09:30:54 -08:00
propagator_test.go Move Version function and code from global to toplevel (#1330) 2020-11-16 09:30:54 -08:00
propagator.go Move Version function and code from global to toplevel (#1330) 2020-11-16 09:30:54 -08:00
registry_test.go Move Version function and code from global to toplevel (#1330) 2020-11-16 09:30:54 -08:00
state_test.go Move Version function and code from global to toplevel (#1330) 2020-11-16 09:30:54 -08:00
state.go Move Version function and code from global to toplevel (#1330) 2020-11-16 09:30:54 -08:00
trace_test.go Pass options to configured TracerProvider (#1329) 2020-11-17 10:02:21 -08:00
trace.go Pass options to configured TracerProvider (#1329) 2020-11-17 10:02:21 -08:00