1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-10 00:29:12 +02:00
opentelemetry-go/internal
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
..
baggage Add Baggage API and move Baggage propagator (#1217) 2020-10-05 11:25:09 -04:00
global Organize API into Go modules based on stability and dependencies (#1528) 2021-02-12 08:23:51 -08:00
internaltest Rename internal/testing to internal/internaltest (#1449) 2021-01-12 08:56:16 -08:00
matchers Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
metric Move Version function and code from global to toplevel (#1330) 2020-11-16 09:30:54 -08:00
tools Organize API into Go modules based on stability and dependencies (#1528) 2021-02-12 08:23:51 -08:00
trace Move tracing code to trace package (#1307) 2020-11-06 17:13:31 -05:00
rawhelpers.go Unify api/label and api/kv in new label package (#1060) 2020-08-17 20:25:03 -07:00