zipkin-sparkstreaming icon indicating copy to clipboard operation
zipkin-sparkstreaming copied to clipboard

Filtering phase in spark job

Open mansu opened this issue 7 years ago • 0 comments

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 it.

This feature is useful in the following ways:

  • This filtering can be used to implement a blacklist and whitelist of services that can write spans to this backend.
  • Sometimes instrumentation may be buggy or still under development and filtering those spans would be very useful.

mansu avatar Mar 01 '17 15:03 mansu