opencensus-service icon indicating copy to clipboard operation
opencensus-service copied to clipboard

Multiple Kafka Exporters

Open ledor473 opened this issue 6 years ago • 0 comments

The "Intelligent Sampling" looks like a very promising feature, but I think it would be valuable to have a way to export all the data to Kafka.

Use cases:

  • Archiving to everything to something like S3
  • Data Pipeline
  • Send the sampled data to one backend and the unsampled elsewhere

I think that having a topic for what is sampled and another topic for what is not sampled would be a great addition.

I'm not entirely sure, but it might relate to https://github.com/census-instrumentation/opencensus-service/issues/533

ledor473 avatar Apr 29 '19 14:04 ledor473