Joshua MacDonald
                                            Joshua MacDonald
                                        
                                    The current process is: 1. In `Makefile.copyFromAdapter` ``` SOURCE_DIR := ../otel-arrow-adapter/collector/gen GO_FILES := $(shell cd $(SOURCE_DIR) && find . -name '*.go') # Function to execute a command. Note the empty...
Note the code introduced in https://github.com/f5/otel-arrow-adapter/pull/185 and https://github.com/f5/otel-arrow-adapter/pull/184 will require attention during the next branch-synchronization. @moh-osman3
I will update the Arrow Collector components in three steps. 1. https://github.com/open-telemetry/experimental-arrow-collector/pull/56 copies changes from this repo since the last time this process was done back into that repository. 2....
Updating to v0.83.0 here: https://github.com/open-telemetry/otel-arrow-collector/pull/61
Thanks - I like this proposal.
I see the value of Proposal 1 and 4. Not sure about 2 -- I'm not aware of what, if any, other flags or fields may be under consideration. There...
On a related note, https://github.com/open-telemetry/oteps/pull/247 was a proposal in OpenTelemetry. If you are inserting details about yourself and mean them to propagate only once, then the TraceState field should not...
@moh-osman3 and I studied the same problem -- we want to avoid use of a queue_sender but we want concurrency in the batcher. I reason that another user will come...
I am more-or-less requesting a feature that I would expect from the batchprocessor. As we expect to move batchprocessor functionality into the exporterhelper, I expect queue will be a place...
I will put this another way. I believe the batching facility should be independent of the facility for backpressure. When the exporterhelper has the backpressure option I'm looking for and...