I have a scenario where there's one host with OpenTelemetry collector (primary) that could potentially be allowed to communicate with multiple other collectors (secondary).
Im able to push (exporter) to other collectors but I was curious if there was a way possible for all secondary collectors to add the primary collector as the receiver and get the data. These secondary ones would then export to other vendors/apps as needed. Since the list of secondary collectors are dynamic, we want to avoid a push and rather they be able to receive the data from the primary collector.
I was able to push OpenTelemetry to other collectors, curious if pull based option is a possibility.