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 ad71cdd commit d8fc81eCopy full SHA for d8fc81e
tests/datastore_redis/test_multiple_dbs.py
@@ -72,7 +72,7 @@
72
instance_metric_name_1 = f"Datastore/instance/Redis/{host_1}/{port_1}"
73
instance_metric_name_2 = f"Datastore/instance/Redis/{host_2}/{port_2}"
74
75
- instance_metric_name_1_count = 2 if REDIS_PY_VERSION >= (5, 0) else 2
+ instance_metric_name_1_count = 2
76
instance_metric_name_2_count = 3 if REDIS_PY_VERSION >= (5, 0) else 1
77
78
_enable_rollup_metrics = _base_rollup_metrics.extend(
0 commit comments