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
Tried in following two ways, did not work. I am not sure whether there is any error on the way I called it. Still now not able to send span to Zipkin server.
var Zipkin = require('zipkin-simple')
var traceData
Result:
http-batch.js : http://localhost:9411/api/v1/spans
Server returned an error: 400
<Buffer 43 61 6e 6e 6f 74 20 64 65 63 6f 64 65 20 73 70 61 6e 73>
Zipkin version I am tried with is zipkin-server-2.5.1-SNAPSHOT-exec.jar
Spans are reported to Zipkin when I changed the parth from ""/api/v1/spans" to ""/api/v2/spans" .
The text was updated successfully, but these errors were encountered:
debmalya
changed the title
Not able to report span to Zipkin server from node.js application
Not able to report span to Zipkin server from node.js application with /api/v1/spans
Mar 28, 2018
Tried in following two ways, did not work. I am not sure whether there is any error on the way I called it. Still now not able to send span to Zipkin server.
Result:
http-simple.js : http://localhost:9411/api/v1/spans
Server returned an error: 400
<Buffer 43 61 6e 6e 6f 74 20 64 65 63 6f 64 65 20 73 70 61 6e 73>
if converted to string it becomes 'Cannot decode spans'.
Result:
http-batch.js : http://localhost:9411/api/v1/spans
Server returned an error: 400
<Buffer 43 61 6e 6e 6f 74 20 64 65 63 6f 64 65 20 73 70 61 6e 73>
Zipkin version I am tried with is zipkin-server-2.5.1-SNAPSHOT-exec.jar
Spans are reported to Zipkin when I changed the parth from ""/api/v1/spans" to ""/api/v2/spans" .
The text was updated successfully, but these errors were encountered: