I was looking for information around how OpenCensus metrics handles the problem of "coordinated omission".
As far as I saw Micrometer from http://micrometer.io uses the LatencyUtils http://latencyutils.github.io/LatencyUtils/ by Gil Tene to solve this issue, but I couldn't find anything like that for OpenCensus.
If anyone could point me in the right direction that would be helpful.