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
We are unsure of the reason, but the GC Sampler is trying to create a count metric that is a negative value. As a result, the GC Sampler shuts down (because too many exceptions have been thrown).
Since many of the count values are delta values from the prior value, intercept a negative value and record it as 0 in the event.
When doing so, add a log message (finest) indicating the Metric and requested value that was switched to 0.
Steps to Reproduce
Unknown at this point.
The text was updated successfully, but these errors were encountered:
Description
We are unsure of the reason, but the GC Sampler is trying to create a count metric that is a negative value. As a result, the GC Sampler shuts down (because too many exceptions have been thrown).
Here is where the exception is being thrown from:
newrelic-dotnet-agent/src/Agent/NewRelic/Agent/Core/WireModels/MetricDataWireModel.cs
Line 117 in 707a226
Expected Behavior
Since many of the count values are delta values from the prior value, intercept a negative value and record it as 0 in the event.
When doing so, add a log message (finest) indicating the Metric and requested value that was switched to 0.
Steps to Reproduce
Unknown at this point.
The text was updated successfully, but these errors were encountered: