1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/api
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
..
correlation Avoid replacing existing correlation map data in context when correlation context extractor does not find any valid data (#923) 2020-07-09 12:02:49 -07:00
global Unify trace and metric stdout exporters (#956) 2020-07-22 12:34:44 -07:00
internal Move Number to api/metric package (#706) 2020-05-10 23:44:42 -07:00
kv supports marshaling values as json (#948) 2020-07-17 16:10:19 -04:00
label Tests pass 2020-05-21 00:36:17 -07:00
metric Eliminate Uint64NumberKind from API (#864) 2020-06-23 16:28:04 -07:00
oterror Update Handler comments 2020-05-29 15:53:42 -07:00
propagation Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
standard Add semantic conventions for OS process as resource attributes (#919) 2020-07-09 15:02:03 -07:00
testharness Move core and key to kv package (#720) 2020-05-13 16:06:03 -07:00
trace Fix B3 propagator and add tests (#882) 2020-07-07 16:38:52 -07:00
unit Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00