Are there any ways to export Jaeger reported latencies for API calls made between microservices to an xml or a json file?
--
You received this message because you are subscribed to the Google Groups "Jaeger Tracing" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jaeger-tracin...@googlegroups.com.
To post to this group, send email to jaeger-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jaeger-tracing/a7b34539-805f-4321-9026-9464a83e7926%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
This doesn't exist at the moment. Can you let us know what you're attempting to do and we can provide assistance. Are you interested in only the network latency?
On Tue, Sep 4, 2018 at 1:28 PM Aditi Ghag <aditi...@gmail.com> wrote:
Are there any ways to export Jaeger reported latencies for API calls made between microservices to an xml or a json file?--
You received this message because you are subscribed to the Google Groups "Jaeger Tracing" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jaeger-tracing+unsubscribe@googlegroups.com.
To post to this group, send email to jaeger-tracing@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jaeger-tracing/a7b34539-805f-4321-9026-9464a83e7926%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Jaeger Tracing" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/jaeger-tracing/CAHdEcWyNrUm3%3DMEgycEhQY8X5Kpd-7et_LTCnKt_RP8VEK407A%40mail.gmail.com.To unsubscribe from this group and stop receiving emails from it, send an email to jaeger-tracing+unsubscribe@googlegroups.com.
To post to this group, send email to jaeger-tracing@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to jaeger-tracing+unsubscribe@googlegroups.com.
To post to this group, send email to jaeger-tracing@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jaeger-tracing/f130344d-10e7-44c4-8697-0724256b1f9b%40googlegroups.com.
> This doesn't exist at the moment.well, once the trace is saved in the Jaeger backend, you can get its JSON representation from the query service.
On Tue, Sep 4, 2018 at 2:05 PM, 'Won Jun Jang' via Jaeger Tracing <jaeger-...@googlegroups.com> wrote:
This doesn't exist at the moment. Can you let us know what you're attempting to do and we can provide assistance. Are you interested in only the network latency?
On Tue, Sep 4, 2018 at 1:28 PM Aditi Ghag <aditi...@gmail.com> wrote:
Are there any ways to export Jaeger reported latencies for API calls made between microservices to an xml or a json file?--
You received this message because you are subscribed to the Google Groups "Jaeger Tracing" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jaeger-tracin...@googlegroups.com.
To post to this group, send email to jaeger-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jaeger-tracing/a7b34539-805f-4321-9026-9464a83e7926%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Jaeger Tracing" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jaeger-tracin...@googlegroups.com.
To post to this group, send email to jaeger-...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to jaeger-tracing+unsubscribe@googlegroups.com.
To post to this group, send email to jaeger-tracing@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jaeger-tracing/21de728a-5713-4007-b4a9-8dd541620afe%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to jaeger-tracing+unsubscribe@googlegroups.com.
To post to this group, send email to jaeger-tracing@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jaeger-tracing/60e6e180-08c8-4325-b392-7e5fc80e2f47%40googlegroups.com.
If you plan to analyze the latency in the context of a complete call graph, then yes, it's better done with tracing data.> It's not straight forward to tag the traces, the load test can generate thousands of calls to the microservices.why not? what do you use to generate the load? you can either start the trace from the load generator and tag the trace with some metadata or if the generator is external then perhaps you can add an HTTP header like jaeger-debug-id, which will still tag the traces (but also force sampling).
To unsubscribe from this group and stop receiving emails from it, send an email to jaeger-tracing+unsubscribe@googlegroups.com.
To post to this group, send email to jaeger-tracing@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jaeger-tracing/eb3458b0-335a-4a79-a988-d6746b9e09f0%40googlegroups.com.