diff --git a/src/django_clickhouse/storages.py b/src/django_clickhouse/storages.py index fc26f67..b2c8bc4 100644 --- a/src/django_clickhouse/storages.py +++ b/src/django_clickhouse/storages.py @@ -64,7 +64,7 @@ class Storage: :return: None """ key = "%s.sync.%s.queue" % (config.STATSD_PREFIX, import_key) - statsd.gauge(key, self.operations_count(import_key), delta=True) + statsd.gauge(key, self.operations_count(import_key)) def operations_count(self, import_key, **kwargs): # type: (str, **dict) -> int