Compare commits
1 commit
7add159d23
...
c3395093c7
Author | SHA1 | Date | |
---|---|---|---|
c3395093c7 |
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ from django.apps import apps
|
||||||
from prometheus_client.core import CounterMetricFamily, REGISTRY
|
from prometheus_client.core import CounterMetricFamily, REGISTRY
|
||||||
from django.db.models import Case, Value, When, BooleanField, Count
|
from django.db.models import Case, Value, When, BooleanField, Count
|
||||||
from inventory.models import Item
|
from inventory.models import Item
|
||||||
|
import logging
|
||||||
|
|
||||||
class ItemCountCollector(object):
|
class ItemCountCollector(object):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue