1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/exporters
Tyler Yahn 0a9e861549
Update the OTLP exporter batching of traces (#623)
Instead of batching based on the Resource pointer which is not guaranteed
to uniquely identify common Resources, use the `String` method which is.

Renames the external test package to be identified as the integration
testing. This testing structure (the mock exporter) batches exported
resources transmitted from the resource. This is needed as there is no
guarantees that a batch will be exported in a single payload, therefore,
it is not an ideal place to add resource batch testing for the exporter
itself.

Add unit tests to ensure the Exporter is correctly batching spans by
resource.
2020-04-08 16:49:53 -07:00
..
metric prometheus: check return value from CheckpointSet.ForEach (#622) 2020-04-07 10:58:49 -07:00
otlp Update the OTLP exporter batching of traces (#623) 2020-04-08 16:49:53 -07:00
trace Prepare for releasing v0.4.2 (#608) 2020-03-31 12:57:37 -07:00