feat: emoji update event
This commit is contained in:
parent
f1c75124a8
commit
4f718cde20
7 changed files with 174 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue