feat(bot): remove cluster-local DM channel cache

This commit is contained in:
spiral
2022-06-14 23:11:55 -04:00
parent f0b5749d5c
commit 65e2bb0234
2 changed files with 9 additions and 28 deletions

View File

@@ -22,13 +22,6 @@ public static class BotMetrics
Context = "Bot"
};
public static MeterOptions LocalDMCacheHits => new()
{
Name = "Cluster local DM Cache Hits",
MeasurementUnit = Unit.Calls,
Context = "Bot"
};
public static MeterOptions DatabaseDMCacheHits => new()
{
Name = "Database DM Cache Hits",