Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix unexpected TimeSeriesLimitReached after HistogramLimitReached(#60752) #61199

Merged

Conversation

itn3000
Copy link
Contributor

@itn3000 itn3000 commented Nov 4, 2021

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

@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Nov 4, 2021
@ghost
Copy link

ghost commented Nov 4, 2021

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: -

Copy link
Member

@noahfalk noahfalk left a comment

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
Member

Are we missing tests that should have flagged this?

@tarekgh
Copy link
Member

tarekgh commented Nov 5, 2021

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:main Nov 5, 2021
@itn3000
Copy link
Contributor Author

itn3000 commented Nov 8, 2021

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Diagnostics.Tracing community-contribution Indicates 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