Application Insights Go SDK 0.4.1
Pre-release
Pre-release
This version fixes minor bugs in 0.4:
- Increase precision of telemetry timestamps to nanoseconds. It was previously seconds. This caused events sent closely together to appear out of order on the portal.
- Remove
Measurements
field from telemetry types that do not support it (Measurements, Traces). These fields were previously ignored and always nil. - Add
SetTime()
toTelemetry
interface.