Compare commits

..

1 commit

Author SHA1 Message Date
7add159d23 metrics: Make metrics actually usable 2024-12-23 11:32:08 +01:00

View file

@ -2,7 +2,6 @@ from django.apps import apps
from prometheus_client.core import CounterMetricFamily, REGISTRY
from django.db.models import Case, Value, When, BooleanField, Count
from inventory.models import Item
import logging
class ItemCountCollector(object):