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 @@ -3046,7 +3046,7 @@ STD_PHP_INI_ENTRY_EX(
3046
3046
* Code Level Metrics
3047
3047
*/
3048
3048
STD_PHP_INI_ENTRY_EX ("newrelic.code_level_metrics.enabled" ,
3049
- "1 " ,
3049
+ "0 " ,
3050
3050
NR_PHP_REQUEST ,
3051
3051
nr_boolean_mh ,
3052
3052
code_level_metrics_enabled ,
Original file line number Diff line number Diff line change @@ -1334,7 +1334,7 @@ newrelic.daemon.logfile = "/var/log/newrelic/newrelic-daemon.log"
1334
1334
; Setting: newrelic.code_level_metrics.enabled
1335
1335
; Type : boolean
1336
1336
; Scope : per-directory
1337
- ; Default: true
1337
+ ; Default: false
1338
1338
; Info : Toggles whether the agent provides function name, function
1339
1339
; filepath, function namespace, and function lineno as
1340
1340
; attributes on reported spans
@@ -1348,7 +1348,7 @@ newrelic.daemon.logfile = "/var/log/newrelic/newrelic-daemon.log"
1348
1348
; entirely
1349
1349
; c) lower the value for newrelic.span_events.max_samples_stored
1350
1350
;
1351
- ;newrelic.code_level_metrics.enabled = true
1351
+ ;newrelic.code_level_metrics.enabled = false
1352
1352
1353
1353
; Setting: newrelic.vulnerability_management.package_detection.enabled
1354
1354
; Type : boolean
You can’t perform that action at this time.
0 commit comments