Bogdan Drutu
Bogdan Drutu
@chiaqi we do not encourage this behavior of sharing spans between process, and we suggest to have 2 different spans: 1. Process_A starts a root spans and end the span...
please rebase :)
Can you point me to the data model that Zipkin uses? Should this be treated as a first class citizen or we can use attributes as @SergeyKanzhelev proposed?
Do you suggest to remove any limitation on the runtime implementation and allow exporters to do whatever they consider?
> Reduce the number of metrics captured by default. Today we capture about twelve and we should reduce this to just latency and errors. The remaining ones (response size, queue...
Changing the default is a breaking change which we may not be able to do that easily. I understand the problem and I think the current best solution is to...
Hi @axw and everyone. First: Sorry that I am late in this discussion. Second: The current design of the library assumes that SpanContext is the "propagated" between processes (client to...
I have a proposal in my mind, which works only with some backends (Stackdriver I know supports this). The proposal is to export "deltas" for cumulative metrics, which means the...
Related to this, we also need to define the hooks and places where Tracestate can be modified. https://github.com/census-instrumentation/opencensus-java/issues/1465?
@caniszczyk any update on this?