diff --git a/anjani/core/metrics.py b/anjani/core/metrics.py index d2f37269f..265233530 100644 --- a/anjani/core/metrics.py +++ b/anjani/core/metrics.py @@ -16,7 +16,7 @@ labelnames=["type"], ) CommandCount = Counter("anjani_command_stats", "Number of coomand", labelnames=["name"]) -UnhandledError = Counter("anjani_unhandled_error", "Number of unhandled error") +UnhandledError = Counter("anjani_unhandled_error", "Number of unhandled error", labelnames=["type"]) EventLatencySecond = Gauge( "anjani_event_latency",