openzipkin/zipkin-js

AWS Trace ID support

Open

#143 geöffnet am 29. Okt. 2017

Auf GitHub ansehen
 (2 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)JavaScript (167 Forks)auto 404
help wanted

Repository-Metriken

Stars
 (569 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Particularly as AWS lambda functions have tracing data impossible to access outside of X-Ray, we should at least make it possible to propagate their identifier such that we can correlate with it.

Brave, for example, has a feature that allows this called ExtraFieldPropagation https://github.com/openzipkin/brave-webmvc-example/blob/master/servlet3/src/main/java/brave/webmvc/TracingConfiguration.java#L50

cc @pbadenski in case you are interested

Contributor Guide