Ramon
Ramon
/cc @bogdandrutu
Well we have a well-defined mechanism for making breaking API changes in Go. It seems like we should also have a way to make breaking non-API changes like this. I...
Is this the same as RateLimit sampling described here: https://github.com/census-instrumentation/opencensus-specs/blob/master/trace/Sampling.md I agree that something like this is a better default.
Why not just add a new callback option and deprecate the old one? This approach seems like we are going to be carrying the complexity of having to downcast to...
any idea where these weird $-sign names are coming from? Is this a bug in Stackdriver UI?
I need this for Istio trace support. I will probably start working on it in the next day or so.
For now, it uses B3 as the propagation format. I might try to support other propagation formats as a follow up but it requires changes in a number of different...
We can use this to track implementation once the spec issue is accepted.
/cc @bogdandrutu
Thanks for the feedback. Tags are not related to traces, they are related to stats. For example they turn into Prometheus labels. Span attributes / Stackdriver trace labels are a...