mirror of
https://github.com/RPCS3/discord-bot.git
synced 2025-03-03 15:29:22 +00:00
change metric names and add ws tracking
This commit is contained in:
parent
7d21c4a1cd
commit
c081e45419
@ -99,8 +99,9 @@ namespace CompatBot
|
||||
{
|
||||
tc.TrackMetric("gw-latency", client.Ping);
|
||||
tc.TrackMetric("time-since-last-incoming-message", TimeSinceLastIncomingMessage.ElapsedMilliseconds);
|
||||
tc.TrackMetric("gc-total-memory", GC.GetTotalMemory(false));
|
||||
tc.TrackMetric("process-total-memory", process.PrivateMemorySize64);
|
||||
tc.TrackMetric("memory-gc-total", GC.GetTotalMemory(false));
|
||||
tc.TrackMetric("memory-process-private", process.PrivateMemorySize64);
|
||||
tc.TrackMetric("memory-process-ws", process.WorkingSet64);
|
||||
tc.TrackMetric("github-limit-remaining", GithubClient.Client.RateLimitRemaining);
|
||||
tc.Flush();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user