1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-14 10:13:10 +02:00
opentelemetry-go/exporters/otlp/otlptrace/otlptracehttp
Anthony Mirabella c30cd1d0fd
Split stdout exporter into stdouttrace and stdoutmetric (#2005)
* Split stdout exporter into stdouttrace and stdoutmetric

Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>

* Remove unused options from stdouttrace and stdoutmetric exporters

Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>

* Update stdout exporter references in website docs

Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>

* Update docs to include correct import paths, properly describe exporter scope

Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>

* Remove pointless options to disable signals from what are now single-signal exporters

Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
2021-06-16 11:32:42 -04:00
..
certificate_test.go add otlp trace http exporter (#1963) 2021-06-07 07:57:58 -07:00
client_test.go Refactor exporter creation functions (#1985) 2021-06-10 09:22:47 -07:00
client.go add otlp trace http exporter (#1963) 2021-06-07 07:57:58 -07:00
doc.go add otlp trace http exporter (#1963) 2021-06-07 07:57:58 -07:00
exporter.go Refactor exporter creation functions (#1985) 2021-06-10 09:22:47 -07:00
go.mod Split stdout exporter into stdouttrace and stdoutmetric (#2005) 2021-06-16 11:32:42 -04:00
go.sum Bump github.com/cenkalti/backoff/v4 from 4.1.0 to 4.1.1 in /exporters/otlp/otlptrace (#1972) 2021-06-07 09:28:36 -07:00
mock_collector_test.go add otlp trace http exporter (#1963) 2021-06-07 07:57:58 -07:00
options.go remove WithTrace* options from otlptrace exporters (#1997) 2021-06-11 18:27:38 -04:00