census-instrumentation / opencensus-csharp

Distributed tracing and stats collecting framework
https://opencensus.io
Apache License 2.0
139 stars 32 forks source link

Random is not thread safe and could not be used for trace id and span id generation #7

Closed lmolkova closed 6 years ago

lmolkova commented 6 years ago

Guid.NextGuid().GetBytes is a better alternative