You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the exporter converts arbitrary OpenTelemetry data into an Arrow record batch.
60
59
The Arrow record batch is a block of memory, with a standardized layout, making
61
60
it possible to exchange data across address spaces and virtual process
@@ -224,7 +223,7 @@ giving them an opportunity to retry on another connection, and it gives the
224
223
service operator a chance to auto-scale the number of instances to handle the
225
224
increase in load based on memory utilization.
226
225
227
-
See the
226
+
For details, see the
228
227
[documentation on batching and back-pressure](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/exporter/otelarrowexporter/README.md#batching-configuration)
229
228
for the OTel-Arrow exporter.
230
229
@@ -246,7 +245,7 @@ the OpenTelemetry standard OTLP over gRPC, with round-robin load balancing. The
246
245
gateway collectors apply a variety of processors, including the concurrent batch
247
246
processor described above, followed by the OTel-Arrow exporter.
248
247
249
-

248
+

250
249
251
250
On the other side of the bridge, a pool of Envoy load balancers distributes the
252
251
streams across a pool of collectors running the OTel-Arrow receiver, after
0 commit comments