feat: emoji update event

This commit is contained in:
sam 2024-10-14 17:09:12 +02:00
parent f1c75124a8
commit 4f718cde20
Signed by: sam
GPG key ID: 5F3C3C1B3166639D
7 changed files with 174 additions and 2 deletions

View file

@ -44,6 +44,11 @@ public static class CataloggerMetrics
"Number of users in the cache"
);
public static readonly Gauge EmojiCached = Metrics.CreateGauge(
"catalogger_cache_emoji",
"Number of custom emoji in the cache"
);
public static readonly Gauge MessagesStored = Metrics.CreateGauge(
"catalogger_stored_messages",
"Number of users in the cache"