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 859c8be commit dbabb11Copy full SHA for dbabb11
redis_enterprise_prometheus/datadog_checks/redis_enterprise_prometheus/check.py
@@ -6,12 +6,10 @@
6
7
8
class RedisEnterprisePrometheusCheck(OpenMetricsBaseCheckV2):
9
-
10
# This will be the prefix of every metric and service check the integration sends
11
__NAMESPACE__ = "rdse2"
12
13
def __init__(self, name, init_config, instances):
14
15
super(RedisEnterprisePrometheusCheck, self).__init__(name, init_config, instances)
16
self.instance.setdefault("tls_verify", False)
17
self.check_initializations.appendleft(self._parse_config)
@@ -53,7 +51,6 @@ def _parse_config(self):
53
51
self.scraper_configs.append(config)
54
52
55
def get_default_config(self):
56
57
metrics = []
58
for dm in DEFAULT_METRICS:
59
metrics.append(dm)
0 commit comments