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/otlpmetric/otlpmetricgrpc
Tyler Yahn b177541239
Use host root CA set by default for OTLP exporter (#2432)
* Use host CA set by default for otlptrace

* Remove test for invalid default certs

* Default to host CA for otlpmetric

* Add changes to changelog

* Update CHANGELOG.md

Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>

Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
2021-12-09 08:44:20 -08:00
..
client_test.go Use host root CA set by default for OTLP exporter (#2432) 2021-12-09 08:44:20 -08:00
client_unit_test.go Use gRPC ClientConn for otlpmetricgrpc client connection handling (#2425) 2021-12-03 13:59:07 -08:00
client.go Centralize the retry package for the otlp exporters (#2427) 2021-12-06 07:47:49 -08:00
example_test.go Remove exact aggregator for histogram instruments (#2348) 2021-11-15 10:05:14 -08:00
exporter.go OTLP metrics gRPC exporter (#1991) 2021-06-11 13:25:56 -07:00
go.mod Centralize the retry package for the otlp exporters (#2427) 2021-12-06 07:47:49 -08:00
go.sum Bump github.com/go-logr/logr from 1.2.0 to 1.2.1 (#2428) 2021-12-06 07:59:58 -08:00
mock_collector_test.go Use gRPC ClientConn for otlpmetricgrpc client connection handling (#2425) 2021-12-03 13:59:07 -08:00
options.go Centralize the retry package for the otlp exporters (#2427) 2021-12-06 07:47:49 -08:00