Skip to content

Commit fc0cb75

Browse files
committed
add composer per process to the ini template
1 parent 9c1d019 commit fc0cb75

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

agent/scripts/newrelic.ini.template

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,6 +1369,16 @@ newrelic.daemon.logfile = "/var/log/newrelic/newrelic-daemon.log"
13691369
;
13701370
;newrelic.vulnerability_management.composer_api.enabled = true
13711371

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+
13721382
; Setting: newrelic.message_tracer.segment_parameters.enabled
13731383
; Type : boolean
13741384
; Scope : per-directory

0 commit comments

Comments
 (0)