You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.
either a storage consumer (ex mysql) or a http consumer (ex reporter to a zipkin server)
In this case, the starter arch could be a single sparkstreaming process run in dev mode, pointed at a single in-memory zipkin server. you post spans to the spark job and view or download the json from the zipkin server,
either a storage consumer (ex mysql) or a http consumer (ex reporter to a zipkin server)
It think its a good idea to add zipkin server as a sparkstreaming consumer. I thought it's already part of zipkin-storage. Is there a reason we didn't built a storage module for zipkin server? or was it not needed before?
It think its a good idea to add zipkin server as a sparkstreaming
consumer. I thought it's already part of zipkin-storage
<https://github.com/openzipkin/zipkin/tree/master/zipkin-storage>. Is
there a reason we didn't built a storage module for zipkin server?
We have a different package for reporting to zipkin
or was it not needed before?
When we had a discussion before about an http "storage", it boiled down to
a proxy use case. A normal http proxy is simpler as it requires no code,
and is more flexible, too. The stackdriver storage module is http (well
grpc), but that's because its storage layer only has an http api.
At any rate, I think it is fair game to put a Reporter consumer, as that
would let us slap http or any other supported transport on the other side
of it. For example, this could be a way to accomplish more powerful
sampling, tee'ing off to vizceral, etc, as well the simple arch setup where
this snaps into a well understood basic zipkin deployment.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The minimum viable deployment of spark-streaming is likely
In this case, the starter arch could be a single sparkstreaming process run in dev mode, pointed at a single in-memory zipkin server. you post spans to the spark job and view or download the json from the zipkin server,
wdyt? cc @openzipkin/devops-tooling
The text was updated successfully, but these errors were encountered: