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 5d00397 commit 51fadb7Copy full SHA for 51fadb7
1 file changed
.fleetControl/schemaGeneration/reference-newrelic.yml
@@ -690,6 +690,11 @@ common: &default_settings
690
# Default: 10
691
gc_cpu_threshold: 10
692
693
+ # JDBC Statements are cached in a weak key map by default. Set enabled:false to use a vanilla ConcurrentHashMap instead.
694
+ # Users who set enabled:false MUST call Statement.close() on every JDBC Statement.
695
+ jdbc_statement_weak_key_caching:
696
+ enabled: true
697
+
698
# Class transformer can be used to disable all agent instrumentation or specific instrumentation modules.
699
# All instrumentation modules can be found here: https://github.com/newrelic/newrelic-java-agent/tree/main/instrumentation
700
class_transformer:
0 commit comments