You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating this ticket more to document this failure mode. Future versions should just return an error. For now, maybe its worth emitting an internal metric/log (or worst case panic in such cases).
The text was updated successfully, but these errors were encountered:
Whilst using Histograms in Tally, if you mix-match the type the bucket and the value reported. It results in silent failure.
For instance, if you create DurationBuckets and RecordValue (or ValueBuckets and RecordDuration), the code silently skips emitting metrics. Root cause: https://github.com/uber-go/tally/blob/master/stats.go#L369
Repro case:
Creating this ticket more to document this failure mode. Future versions should just return an error. For now, maybe its worth emitting an internal metric/log (or worst case panic in such cases).
The text was updated successfully, but these errors were encountered: