1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-12 02:28:07 +02:00
opentelemetry-go/exporters/stdout
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
..
config.go Remove Quantile aggregation, DDSketch aggregator; add Exact timestamps (#1412) 2021-01-12 10:19:13 -08:00
doc.go Update README and documentation to better communicate pre-GA state (#1281) 2020-10-29 09:23:13 -07:00
example_test.go Organize API into Go modules based on stability and dependencies (#1528) 2021-02-12 08:23:51 -08:00
exporter.go Organize API into Go modules based on stability and dependencies (#1528) 2021-02-12 08:23:51 -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 Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 (#1453) 2021-01-14 12:52:19 -08:00
metric_test.go Remove Quantile aggregation, DDSketch aggregator; add Exact timestamps (#1412) 2021-01-12 10:19:13 -08:00
metric.go Remove Quantile aggregation, DDSketch aggregator; add Exact timestamps (#1412) 2021-01-12 10:19:13 -08:00
trace_test.go Move Span Event to API (#1452) 2021-01-14 09:07:25 -08:00
trace.go Add RO/RW span interfaces (#1360) 2020-12-10 21:15:44 -08:00