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
Methods like histogram, meter, etc., are described like Creates a new {@link Histogram} and registers it under the given name.. This is incorrect, I believe, because in fact, if a Histogram already existed with the same ID, the existing one will be returned.
Methods like
histogram,meter, etc., are described likeCreates a new {@link Histogram} and registers it under the given name.. This is incorrect, I believe, because in fact, if aHistogramalready existed with the same ID, the existing one will be returned.