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
The Record method of class Histogram now must have a context param, but in the Add method of class Counter it is optional. This brings confusion to users.
The text was updated successfully, but these errors were encountered:
xieyuguang
changed the title
[Metrics API]the Record method of class Histogram now must have a context param, but in the Add method of class Counter it is optional
[Metrics API] The Record method of class Histogram now must have a context param, but in the Add method of class Counter it is optional
May 24, 2023
Yes agree, Histogram should have overload method without Context, to be consistent with other instruments. This can be accommodate as part a ABI breaking release whenever planned.
The Record method of class Histogram now must have a context param, but in the Add method of class Counter it is optional. This brings confusion to users.
The text was updated successfully, but these errors were encountered: