zipkin-sparkstreaming
zipkin-sparkstreaming copied to clipboard
A streaming alternative to Zipkin's collector
There have been no code improvements beyond maintenance for over a year, and almost no activity. We haven't met most promises in the readme and lack of activity suggests that...
I don't think I know enough about this todo the work myself. I can potentially do enough to be able to update the kinesis streaming client
The motivation of this change is openzipkin/openzipkin.github.io#49 which tracks many, but not all libraries with regards to their ability to properly implement timestamp and duration as noted in our web...
I'll preface this by saying I have zero operational knowledge about spark so... In order to use this in AWS with EMR we will need to be able to connect...
Add a filtering phase to spark job to filter spans by service name. Currently, the task is marked as TODO in the code. Opening an issue so we can track...
To enable debug logs, we have to update logback.xml and rebuilding the code. We should be able to configure log levels through command line parameters.
The minimum viable deployment of spark-streaming is likely * an embedded http stream factory #23 * either a storage consumer (ex mysql) or a http consumer (ex reporter to a...
TL;DR; we could make a default http receiver. This reduces configuration to consumer only, which means elasticsearch, mysql or cassandra. There's been a lot of discussion about how to make...
Updated README explaining the steps to run the task as a local spark job.
Adding an adjuster should be as simple as the following.. 1. Set your classpath to zipkin-sparkstreaming-job in your classpath (laziest could use the all jar) 2. Create a java source...