Skip to content

fix unexpected TimeSeriesLimitReached after HistogramLimitReached(#60752) - #61199

Merged
tarekgh merged 2 commits into
dotnet:mainfrom
itn3000:fix-unexpected-currenttimeseries-exhausion
Nov 5, 2021
Merged

fix unexpected TimeSeriesLimitReached after HistogramLimitReached(#60752)#61199
tarekgh merged 2 commits into
dotnet:mainfrom
itn3000:fix-unexpected-currenttimeseries-exhausion

Conversation

@itn3000

Copy link
Copy Markdown
Contributor

The problem is from which _currentTimeSeries is always added even if _currentHistograms reaches MaxHistograms.

@ghostghost added community-contribution Indicates that the PR has been added by a community member area-System.Diagnostics.Tracing labels Nov 4, 2021
@ghost

ghost commented Nov 4, 2021

Copy link
Copy Markdown

Tagging subscribers to this area: @tarekgh, @tommcdon, @pjanotti
See info in area-owners.md if you want to be subscribed.

Issue Details

The problem is from which _currentTimeSeries is always added even if _currentHistograms reaches MaxHistograms.

Author:itn3000
Assignees:-
Labels:

area-System.Diagnostics.Tracing, community-contribution

Milestone:-

@noahfalknoahfalk left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @itn3000!

@stephentoub

Copy link
Copy Markdown
Member

Are we missing tests that should have flagged this?

@tarekgh

Copy link
Copy Markdown
Member

I am merging this as the CI is green.

@itn3000 thanks for the fix. Could you please try to add a test for the case we are fixing here?

@tarekgh
tarekgh merged commit 17fa0c8 into dotnet:mainNov 5, 2021
@itn3000

itn3000 commented Nov 8, 2021

Copy link
Copy Markdown
ContributorAuthor

Thank you for merging, I will try to create another PR for tests.

Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-System.Diagnostics.Tracingcommunity-contributionIndicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@itn3000@stephentoub@tarekgh@noahfalk