lib/new_relic/agent/instrumentation/redis.rb in newrelic_rpm-7.0.0 vs lib/new_relic/agent/instrumentation/redis.rb in newrelic_rpm-7.1.0
- old
+ new
@@ -16,9 +16,13 @@
depends_on do
defined?(::Redis) && defined?(::Redis::VERSION)
end
+ conflicts_with_prepend do
+ defined?(::PrometheusExporter)
+ end
+
depends_on do
NewRelic::Agent::Datastores::Redis.is_supported_version? &&
NewRelic::Agent::Datastores::Redis.safe_from_third_party_gem?
end