File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1369,6 +1369,16 @@ newrelic.daemon.logfile = "/var/log/newrelic/newrelic-daemon.log"
1369
1369
;
1370
1370
;newrelic.vulnerability_management.composer_api.enabled = true
1371
1371
1372
+ ; Setting: newrelic.vulnerability_management.composer_api.per_process_detection
1373
+ ; Type : boolean
1374
+ ; Scope : system
1375
+ ; Default: true
1376
+ ; Info : Controls the frequency at which Composer API samples the runtime environment
1377
+ ; for package data. When set to `true`, sampling will only occur once per process.
1378
+ ; If false, Composer will sample the environment every request.
1379
+ ;
1380
+ ;newrelic.vulnerability_management.composer_api.per_process_detection = true
1381
+
1372
1382
; Setting: newrelic.message_tracer.segment_parameters.enabled
1373
1383
; Type : boolean
1374
1384
; Scope : per-directory
You can’t perform that action at this time.
0 commit comments