opencensus-service
opencensus-service copied to clipboard
Multiple Kafka Exporters
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