opentracing-tutorial icon indicating copy to clipboard operation
opentracing-tutorial copied to clipboard

A collection of tutorials for the OpenTracing API

Results 28 opentracing-tutorial issues
Sort by recently updated
recently updated
newest added

In this section of the repo documentation https://github.com/yurishkuro/opentracing-tutorial/tree/master/java/src/main/java/lesson03#extract-the-span-context-from-the-incoming-request-using-tracerextract It suggests using the `TextMapAdapter` while on this section of opentracing.io documentation https://opentracing.io/guides/java/inject-extract/#extracting-the-span-s-context-from-incoming-request It suggests using the `TextMapExtractAdapter` I believe the documentation...

now the log like "Reporting span 38654ac2051332e4:38654ac2051332e4:0000000000000000:1" will print to stderr, how can I print this kind of log to stdout instead of stderr

OpenTracing Tutorial - Node.js Lesson 3 RPC not updated yet ? I am more interested in rpc call, can you update it?

After lesson 1 I see no changes in yaeger UI. I think it is because we don't set environment variables that are taken by tracer - JAEGER_SAMPLER_TYPE, JAEGER_SAMPLER_PARAM, JAEGER_SAMPLER_MANAGER_HOST_PORT and...

Hello dear authors: I'm a TA from the University of Sydney. I had already read the Python part of this tutorial and run all of the codes. I think this...

https://github.com/opentracing/opentracing-csharp AsyncLocal storage allows tracing to follow across async/await and other async boundaries.

Update Jaeger NuGet dependencies for `Lesson3.Server` and` Lesson4.Server` so they don't conflict with `Library` project. I've updated them from `0.0.10` to `0.1.0` both. Build errors: ![image](https://user-images.githubusercontent.com/11834902/48984092-f276d180-f0ff-11e8-88e1-d0a9a18fe3af.png) ![image](https://user-images.githubusercontent.com/11834902/48984093-f6a2ef00-f0ff-11e8-8eb0-63b3c167d638.png) Another way to...

Trace is by itself a directional acrylic graph of spans. But if I have a main processes that spawns off a goroutine that periodic pull data from say AWS? The...

In your c# tutorials you are instructing readers to use opentracing.tutorial.library that no longer exists, and there are many steps missing, and the explanation is not detailed enough to be...