census-instrumentation / opencensus-go

A stats collection and distributed tracing framework
http://opencensus.io
Apache License 2.0
2.06k stars 327 forks source link

clear min and max on every ExportView #1182

Open marwan-at-work opened 5 years ago

marwan-at-work commented 5 years ago

Fixes https://github.com/census-instrumentation/opencensus-go/issues/1181

Or at least I think so :)

I am not familiar with the code that much so would love some close eyes on this. I am not sure what kind of impact this one line of code would have on performance. However, it does seem to fix the behavior described in the issue above and all the unit tests did pass locally.