Jaana Dogan

Results 154 comments of Jaana Dogan

OpenCensus doesn't provide a common format for tag propagation over HTTP at this point, we need to discuss this issue at https://github.com/census-instrumentation/opencensus-specs.

There is not a good argument why a user should care about int64 vs float64 measures for the sum aggregation. Precision might be the only thing and we fail to...

To give more context, @bogdandrutu was debating whether we should support int64 measures for sum aggregation. If the answer is yes, I think it is expected to aggregate int64 measures...

More context is at https://github.com/census-instrumentation/opencensus-specs/issues/83.

@ramonza, yes.

We shouldn't generalize the signature. It is very un-Go to provide an inline interface to provide either this or that. The proper solution is to export the handlers. If users...

I think we need a global Flush function that reports all the collected points.

Flush function I was suggesting is not stopping the worker, it only flushes the unprocessed data points. Exporting a function that stops the worker might need more thinking because we...

/cc @bogdandrutu to decide on this topic.