v3.3.3
- Changes
instrument.Call
to emit latency metrics in case of success and error events, callers can opt to emit metrics themselves if they wish to separate success vs error latencies. This will help mask errors resulting in timeouts which do affect overall latency to callers of a instrumented method. - Removes unnecessary
github.com/facebookgo/clock
dependency.