1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-05 22:54:18 +02:00
opentelemetry-go/exporters/stdout
Tyler Yahn 7d71867644
Rename *Provider names (#1190)
* Rename *Provider names

There is overlap in naming with MeterProviders and TracerProviders. This
is means the specification is not implemented and these types can not
exist in the same package (#1179). This makes each type and related
functions and types explicit.

* Add changes to CHANGELOG
2020-09-23 18:16:13 -04:00
..
config.go Recommend use of initializers for config structs (#1163) 2020-09-11 14:14:25 -07:00
doc.go Unify trace and metric stdout exporters (#956) 2020-07-22 12:34:44 -07:00
example_test.go Rename global SetTraceProvider and TraceProvider (#1102) 2020-08-31 10:02:04 -07:00
exporter.go Rename *Provider names (#1190) 2020-09-23 18:16:13 -04:00
go.mod Bump google.golang.org/grpc from 1.31.1 to 1.32.0 in /exporters/stdout (#1148) 2020-09-09 13:02:31 -04:00
go.sum Bump google.golang.org/grpc from 1.31.1 to 1.32.0 in /sdk (#1145) 2020-09-09 13:25:27 -04:00
metric_test.go Unify api/label and api/kv in new label package (#1060) 2020-08-17 20:25:03 -07:00
metric.go Unify api/label and api/kv in new label package (#1060) 2020-08-17 20:25:03 -07:00
trace_test.go Correct SDK trace Exporter interface (#1078) 2020-09-09 10:19:03 -07:00
trace.go Correct SDK trace Exporter interface (#1078) 2020-09-09 10:19:03 -07:00