Benoit Delbosc
Benoit Delbosc
After more investigation, by logging span's timestamp sent by open census, they are correct, but Jaeger renders the span with wrong times (like if the child_of relation means in the...
I guess my problem is either related to the following Jaeger in-memory bug: https://github.com/jaegertracing/jaeger/issues/787 either because the span relationship is translated into `childOf` instead `followsFrom`
So according to Jaeger such relationship between span must be of type `followsFrom`, I have a working solution with this code: ``` spanContext = binaryFormat.fromByteArray(traceContext); Link link = Link.fromSpanContext(spanContext, Link.Type.PARENT_LINKED_SPAN);...
It is always good to have some test title and description but I am ok to not make them mandatory.
oups wrong commit comment
Hi, yes reporting works only on bench result file, this is reported in the above error message. Anyway you are right the test result output is not XML and should...
It is working for me right now, may be a network pb from our or your side ?
Hi, yes I am fine with wildcard support, the pattern can be expanded first before choosing the report type to generate. @LuboVarga concatenates all files will not generate a trend...
Hi, Yes adding support to python 3 will be an interesting feature. ben
Hi, you don't need to install virtualenv on the slave, only install virtualenv and paramiko on the master as described in the doc: sudo aptitude install python-paramiko, python-virtualenv I will...