Joshua MacDonald
Joshua MacDonald
I ran into a slight obstacle while trying to generate the v0.19 release. Recording this so no one else spends time on it https://github.com/open-telemetry/build-tools/issues/115
This repository will continue to hold the complete version history of the collector and its OTLP Exporter/Receiver with Arrow changes included. Development done in https://github.com/f5/otel-arrow-adapter will be copied back into...
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...
#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...
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....
**Describe the bug** We cannot distinguish Arrow and non-Arrow in the `obsreport` metrics, because both use the tag `otlp`. **Steps to reproduce** Using Arrow or not? Hard to tell.