Potential performance issue with exception monitoring in .NET Monitor 8.0.0 #5747
Pinned
schmittjoseph
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We've recently become aware that if
InProcessFeaturesis enabled in .NET Monitor 8.0.0, then the default configuration may lead to potential performance issues in monitored applications in certain scenarios.Important
InProcessFeaturesis not enabled by default in 8.0.0 so this issue only applies if it has been manually enabled.For customers using 8.0.0 with
InProcessFeaturesenabled, you can mitigate this potential issue by toggling theDOTNETMONITOR_InProcessFeatures__Exceptions__Enabledconfiguration property tofalse.JSON Configuration
{ "InProcessFeatures": { "Enabled": true, "Exceptions": { "Enabled": false } } }Kubernetes Environment Variables
Beta Was this translation helpful? Give feedback.
All reactions