1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-18 16:47:18 +02:00
opentelemetry-go/exporters/otlp/otlpmetric
Tyler Yahn 931266483d
Fix per-signal endpoint parsing in OTLP exporters (#2433)
* Fix per-signal endpoint parsing in otlptrace

* Add distinguishing non-per-signal env var value

* Fix per-signal endpoint parsing in otlpmetric

* Add changes to changelog

* Use else if to prevent unnecessary work

* Add spec link to otlptrace README
2021-12-09 10:40:30 -08:00
..
internal Fix per-signal endpoint parsing in OTLP exporters (#2433) 2021-12-09 10:40:30 -08:00
otlpmetricgrpc Use host root CA set by default for OTLP exporter (#2432) 2021-12-09 08:44:20 -08:00
otlpmetrichttp Fix per-signal endpoint parsing in OTLP exporters (#2433) 2021-12-09 10:40:30 -08:00
clients.go OTLP metrics gRPC exporter (#1991) 2021-06-11 13:25:56 -07:00
exporter_test.go Metrics: Rename sdk/export/metric.ExportKind to aggregation.Temporality (#2274) 2021-10-15 11:18:36 -07:00
exporter.go Metrics: Rename sdk/export/metric.ExportKind to aggregation.Temporality (#2274) 2021-10-15 11:18:36 -07:00
go.mod Remove metric MinMaxSumCount kind aggregation (#2423) 2021-12-06 11:47:40 -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
options.go Metrics: Rename sdk/export/metric.ExportKind to aggregation.Temporality (#2274) 2021-10-15 11:18:36 -07:00