otel-arrow
otel-arrow copied to clipboard
Protocol and libraries for sending and receiving OpenTelemetry data using Apache Arrow
Currently, OTel-Arrow exporter will add a small jitter to the stream lifetime. However, it re-evaluates the jitter on every stream, which cancels the effect of this logic. The jitter should...
After https://github.com/open-telemetry/otel-arrow/pull/181 is merged there is a potential vulnerability where clients can misuse the `otlp-pdata-size` header that the otelarrowexporter adds to outgoing requests. This header is meant to allow the...
Implement a memorylimiter extension that can replace the behavior of the concurrentbatchprocessor's inflight memory limiter. Instead of waiting until the concurrentbatchprocessor to apply an in flight byte limits, we should...
#139 added spans and trace context propagation, but does not set the Span status according to the response or make any other annotations. This issue is to remind us that...
**Is your feature request related to a problem? Please describe.** The discussion on https://github.com/open-telemetry/oteps/pull/171 included some comments ([example](https://github.com/open-telemetry/oteps/pull/171#issuecomment-929595327)) about potentially needing to define a new signal type in the collector,...
During review of #93 the topic of test coverage came up. The PR in its original state did not cover a tricky code path, and it GH makes it easy...
There are some broken links in our markdown. We should setup an automated process to keep them in working order.
**Is your feature request related to a problem? Please describe.** Request statement: https://github.com/open-telemetry/oteps/pull/171/files/8e65c10c78dc44fea72b47b272282979943f9d3d#r1071566034 **Describe the solution you'd like** Signal the healthy streams when downgrade occurs for them to also downgrade,...
**Describe the solution you'd like** When the stream auth is failing, especially when DisableDowngrade is set, the stream creation will be retried very frequently. The logs are spammed with retries....