Opentelemetry_client.Generic_consumer_exporterA consumer that just calls another exporter.
This is useful to introduce queueing behavior using Exporter_queued, but simply forwarding to another (presumably non-queue) exporter.
It is generic because we need some sort of threading/concurrency to run the consumer.
module type IO = Generic_io.S_WITH_CONCURRENCY