1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-12 02:28:07 +02:00
opentelemetry-go/sdk
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
..
export Organize API into Go modules based on stability and dependencies (#1528) 2021-02-12 08:23:51 -08:00
instrumentation Update default branch name (#1505) 2021-02-04 11:13:25 -08:00
internal Move Version function and code from global to toplevel (#1330) 2020-11-16 09:30:54 -08:00
metric Organize API into Go modules based on stability and dependencies (#1528) 2021-02-12 08:23:51 -08:00
resource Reverse order of attribute precedence when merging two Resources (#1501) 2021-01-29 12:50:55 -08:00
trace Remove build flags for runtime/trace support (#1498) 2021-01-29 12:41:49 -08:00
go.mod Organize API into Go modules based on stability and dependencies (#1528) 2021-02-12 08:23:51 -08:00
go.sum Organize API into Go modules based on stability and dependencies (#1528) 2021-02-12 08:23:51 -08:00
README.md