1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/api/global/internal
Tyler Yahn 452256cbf4
Unify trace and metric stdout exporters (#956)
* Consolidate stdout exporter

* Move config to own file and match project standard

* Abstract Exporter into unified struct

* Rename trace part of the exporter

* Update import paths and configuration

* Update tests

* Update InstallNewPipeline to not return traceProvider

It is a registered global, access it that way.

* Update example_test

* Update docs

* Update example to be for whole package

* Update metric output

Closer match the span output.

* Clean up span output

Print as a batch and cleanup marshaling.

* Correct spelling error in doc

* Add Exporters README

* Update Changelog

* Propagate changes to rest of project

* Lint fixes

* Fix example test in metric SDK

* Add disable config options for trace and metric

Co-authored-by: Liz Fong-Jones <lizf@honeycomb.io>
2020-07-22 12:34:44 -07:00
..
benchmark_test.go Rename Integrator to Processor (#863) 2020-06-23 12:00:15 -07:00
internal_test.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
meter_test.go Unify trace and metric stdout exporters (#956) 2020-07-22 12:34:44 -07:00
meter.go Metrics instrumentation version (#811) 2020-06-12 09:11:17 -07:00
registry_test.go Rename Register* to New* (#761) 2020-05-21 15:42:14 -07:00
state.go Unique instrument checking (#580) 2020-03-24 10:54:08 -07:00
trace_test.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
trace.go Update Tracer API with instrumentation version (#802) 2020-06-09 11:47:54 -07:00