1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-16 10:19:23 +02:00
opentelemetry-go/exporters/otlp
Tyler Yahn b5b685249c
Do not handle empty partial OTLP successes (#3438)
* Do not handle empty partial OTLP successes

Fix #3432.

The OTLP server will respond with empty partial success responses (i.e.
empty messages and 0 count). Treat these as equivalent to it not being
set/present like the documentation specifies in the proto:
724e427879/opentelemetry/proto/collector/trace/v1/trace_service.proto (L58)

* Fix tests

* Add changes to changelog
2022-11-03 09:02:39 -07:00
..
internal Do not handle empty partial OTLP successes (#3438) 2022-11-03 09:02:39 -07:00
otlpmetric Move Aggregation/Temporality selection to the Exporter interface (#3260) 2022-11-01 07:56:18 -07:00
otlptrace Do not handle empty partial OTLP successes (#3438) 2022-11-03 09:02:39 -07:00