-
Notifications
You must be signed in to change notification settings - Fork 1.6k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Operating memory research #1839
Comments
For more lucky hunting I would say you could add more logger points... |
Does our lovely Bla-bla gateway have some metrics/indicators or monitoring features? |
Our experience with metrics is currently limited to measuring response times, the number of active requests (requests but not yet responses), the number of requests per second and error counts. |
@RaynaldM Intresting, how you are measuring these graphs? Is it something on Production with azure/aws, which tool it is? What about just finding through visual studio profilers, is it effective enough (Cause it will not be able to replicate high traffic cases)? Just gone through statement and trying to understand, what approach you are following. https://learn.microsoft.com/en-us/visualstudio/profiling/profiling-feature-tour?view=vs-2022 |
.Net 8 have new feature for realtime GC monitoring, https://learn.microsoft.com/en-us/dotnet/aspire/get-started/aspire-overview Can we give user option to integrate? |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
We regularly have a few Out Of Memory, which are very difficult to track down.
We have found 2 probable causes.
It's not much, but in a high-traffic context, small streams make big rivers.
Take a look at our PR to see the little fixes we've made.
But the hunt is not finish... 😃
The text was updated successfully, but these errors were encountered: