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 75b8ce9 commit ef102b5Copy full SHA for ef102b5
newrelic-agent/src/main/resources/newrelic.yml
@@ -452,6 +452,12 @@ common: &default_settings
452
# with every SlowTransaction event, if a large number of transaction exceed the threshold.
453
evaluate_completed_transactions: false
454
455
+ # Configuration settings for reporting external calls to/from message brokers
456
+ message_broker_tracer:
457
+ # Determines if the message broker endpoint (host & port) is reported. By default it is enabled.
458
+ instance_reporting:
459
+ enabled: true
460
+
461
# Application Environments
462
# ------------------------------------------
463
# Environment specific settings are in this section.
0 commit comments