Skip to content

Commit

Permalink
add comment abount fix(dotnet#60752)
Browse files Browse the repository at this point in the history
  • Loading branch information
itn3000 committed Nov 5, 2021
1 parent 3273e37 commit 473b717
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ private void RemoveInstrumentState(Instrument instrument, InstrumentState state)
{
lock (this)
{
// checking currentHistograms first because avoiding unexpected increment of TimeSeries count.
return (!CheckHistogramAllowed() || !CheckTimeSeriesAllowed()) ?
null :
new ExponentialHistogramAggregator(s_defaultHistogramConfig);
Expand Down

0 comments on commit 473b717

Please sign in to comment.