feat: member add logs, improve meta command
This commit is contained in:
parent
f0cb5a9d03
commit
8f39d85486
12 changed files with 73 additions and 15 deletions
|
|
@ -1,9 +1,12 @@
|
|||
using NodaTime;
|
||||
using Prometheus;
|
||||
|
||||
namespace Catalogger.Backend;
|
||||
|
||||
public static class CataloggerMetrics
|
||||
{
|
||||
public static Instant Startup { get; set; }
|
||||
|
||||
public static readonly Gauge MessagesReceived =
|
||||
Metrics.CreateGauge("catalogger_received_messages", "Number of messages Catalogger has received");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue