We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d1ce7 commit 9cc9c01Copy full SHA for 9cc9c01
clickhouse/datadog_checks/clickhouse/clickhouse.py
@@ -2,7 +2,6 @@
2
# All rights reserved
3
# Licensed under a 3-clause BSD style license (see LICENSE)
4
import clickhouse_connect
5
-
6
from datadog_checks.base import AgentCheck, ConfigurationError, is_affirmative
7
from datadog_checks.base.utils.db import QueryManager
8
@@ -120,6 +119,7 @@ def connect(self):
120
119
compress=self._compression,
121
ca_cert=self._tls_ca_cert,
122
verify=self._verify,
+ # https://clickhouse.com/docs/integrations/language-clients/python/driver-api#multi-threaded-applications
123
autogenerate_session_id=False,
124
# https://clickhouse.com/docs/integrations/python#settings-argument
125
settings={},
0 commit comments