Digging into the measurements recording and reading the Datadog code, I see that it it will rendezvous before the timestamp is created. We need to change to have it set the timestamp at operation creation instead of at process time. Given how DD has multiple task threads it will rendezvous before the timestamp is set resulting in inaccurate measurement.
Digging into the measurements recording and reading the Datadog code, I see that it it will rendezvous before the timestamp is created. We need to change to have it set the timestamp at operation creation instead of at process time. Given how DD has multiple task threads it will rendezvous before the timestamp is set resulting in inaccurate measurement.