Adrian Cole
Adrian Cole
cc @openzipkin/elasticsearch
appears http is already supported. we need to verify and look into aws https://github.com/openzipkin/zipkin-dependencies/blob/master/elasticsearch/src/main/java/zipkin/dependencies/elasticsearch/ElasticsearchDependenciesJob.java#L59
@faiq are you up to task to give this a try? Best to use the same environment variables as the server does.
I guess first step would be getting the thing to read AWS credentials in the first place. I wonder if elasticsearch-hadoop has progresed this at all (or if they would?)
It is hard to think elastic/elasticsearch-hadoop#626 is anything but intentionally not addressed. What options do we want to go forward on this? fork? use a java agent to patch the...
FWIW I think external (proxy) or patching is the only viable way as ES doesn't seem to progress this topic. Since it is not moving anyway, the code could more...
cc @adammichalik
#11 sets the baseline which this could explain further from
Sorry you are right we do not define in this spec malformed state handling. Things are mature enough that we can, though I wouldn't whip libraries in reverse too much...
X-B3-TraceId must be present with X-B3-SpanId to affect the trace identifiers. If they aren't specified together, whichever is present will be ignored and a new trace and span id will...