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

JitStatsCollector throwing errors under load #8

Open
djluck opened this issue Jul 25, 2019 · 1 comment
Open

JitStatsCollector throwing errors under load #8

djluck opened this issue Jul 25, 2019 · 1 comment
Labels
bug Something isn't working .net core 2.2 bug

Comments

@djluck
Copy link
Owner

djluck commented Jul 25, 2019

System.ArgumentOutOfRangeException: Counter value cannot decrease.
Parameter name: increment
   at Prometheus.Counter.Child.Inc(Double increment) in d:\a\1\s\Prometheus.NetStandard\Counter.cs:line 29
   at Prometheus.DotNetRuntime.StatsCollectors.JitStatsCollector.ProcessEvent(EventWrittenEventArgs e) in C:\dev\prometheus-net.DotNetRuntime\src\prometheus-net.DotNetRuntime\StatsCollectors\JitStatsCollector.cs:line 71
   at Prometheus.DotNetRuntime.DotNetEventListener.OnEventWritten(EventWrittenEventArgs eventData) in C:\dev\prometheus-net.DotNetRuntime\src\prometheus-net.DotNetRuntime\DotNetEventListener.cs:line 41
@djluck djluck added the bug Something isn't working label Jul 25, 2019
@djluck
Copy link
Owner Author

djluck commented Aug 4, 2019

Will be resolved by fixes in .NET core 3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working .net core 2.2 bug
Projects
None yet
Development

No branches or pull requests

1 participant