Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Michael Nitschinger
Michael NitschingerReporter
Michael Nitschinger
Michael NitschingerStory Points
1
Fix versions
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
Sentry
Sentry
Zendesk Support
Zendesk Support
Created February 26, 2021 at 7:44 AM
Updated February 26, 2021 at 4:49 PM
Resolved February 26, 2021 at 4:49 PM
The following time units are wrongly calculated:
OrphanReporter:
encode_us is actually nanos (so older versions should divide this value by 1000)
total_server_us is actually millis (older versions might report 0 since it is divided by 1000 by accident)
ThresholdRequestTracer
encode_us is actually nanos (so older versions should divide this value by 1000)
server_us and total_server_us is actually millis (older versions might report 0 since it is divided by 1000 by accident)