File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3022,7 +3022,7 @@ STD_PHP_INI_ENTRY_EX(
3022
3022
* Code Level Metrics
3023
3023
*/
3024
3024
STD_PHP_INI_ENTRY_EX ("newrelic.code_level_metrics.enabled" ,
3025
- "1 " ,
3025
+ "0 " ,
3026
3026
NR_PHP_REQUEST ,
3027
3027
nr_boolean_mh ,
3028
3028
code_level_metrics_enabled ,
Original file line number Diff line number Diff line change @@ -1335,7 +1335,7 @@ newrelic.daemon.logfile = "/var/log/newrelic/newrelic-daemon.log"
1335
1335
; Setting: newrelic.code_level_metrics.enabled
1336
1336
; Type : boolean
1337
1337
; Scope : per-directory
1338
- ; Default: true
1338
+ ; Default: false
1339
1339
; Info : Toggles whether the agent provides function name, function
1340
1340
; filepath, function namespace, and function lineno as
1341
1341
; attributes on reported spans
@@ -1349,7 +1349,7 @@ newrelic.daemon.logfile = "/var/log/newrelic/newrelic-daemon.log"
1349
1349
; entirely
1350
1350
; c) lower the value for newrelic.span_events.max_samples_stored
1351
1351
;
1352
- ;newrelic.code_level_metrics.enabled = true
1352
+ ;newrelic.code_level_metrics.enabled = false
1353
1353
1354
1354
; Setting: newrelic.vulnerability_management.package_detection.enabled
1355
1355
; Type : boolean
You can’t perform that action at this time.
0 commit comments