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
Tyler Yahn 818c7b14b3
Move metric api package into otel (#1252)
* Update metric Kind to InstrumentKind

* Update all the other modules with Kind rename

* Update metric Descriptor with instrument Kind rename

* Update other modules with Descriptor method rename

* Update OTLP exporter test field name

* Rename kind filenames

* Add changes to CHANGELOG

* Fix documentation for Grouping and PrecomputedSum

* Rename meter.go to metric.go

* Move descriptor.go into metric.go

* Move must.go into metric.go

* Move instruments into metric_instrument.go

* Rename metric api_test.go to metric_test.go

* Move instrumentkind_test.go into metric_test.go

* Rename sdkapi.go metric_sdkapi.go

* Move api/metric into otel

* Update to use moved packages

* Rename otel.go to error_handler.go

* Add changes to CHANGELOG

* Fix merge conflict resolution error
2020-10-17 09:48:21 -07: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 Move metric api package into otel (#1252) 2020-10-17 09:48:21 -07:00
exporter.go Move trace api package into otel (#1229) 2020-10-08 19:58:56 -07:00
go.mod Pre release v0.13.0 (#1231) 2020-10-08 18:18:50 -04:00
go.sum Update codes to match specification (#1214) 2020-10-05 11:36:03 -07:00
metric_test.go Move metric api package into otel (#1252) 2020-10-17 09:48:21 -07:00
metric.go Move metric api package into otel (#1252) 2020-10-17 09:48:21 -07:00
trace_test.go Move trace api package into otel (#1229) 2020-10-08 19:58:56 -07:00
trace.go Correct SDK trace Exporter interface (#1078) 2020-09-09 10:19:03 -07:00