-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathnewrelic-install-php-cfg-mappings.php
138 lines (137 loc) · 10.8 KB
/
newrelic-install-php-cfg-mappings.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<?PHP
/*
* Copyright 2024 New Relic Corporation. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/
/* defines mappings of all INI directive names to env var names */
/* must be updated whenever newrelic.ini.template is updated */
define('INI_ENVVAR_MAP', array(
"newrelic.logfile"=>"NEW_RELIC_LOGFILE",
"newrelic.loglevel"=>"NEW_RELIC_LOGLEVEL",
"newrelic.high_security"=>"NEW_RELIC_HIGH_SECURITY",
"newrelic.feature_flag"=>"NEW_RELIC_FEATURE_FLAG",
"newrelic.preload_framework_library_detection"=>"NEW_RELIC_PRELOAD_FRAMEWORK_LIBRARY_DETECTION",
"newrelic.daemon.auditlog"=>"NEW_RELIC_DAEMON_AUDITLOG",
"newrelic.daemon.logfile"=>"NEW_RELIC_DAEMON_LOGFILE",
"newrelic.daemon.loglevel"=>"NEW_RELIC_DAEMON_LOGLEVEL",
"newrelic.daemon.port"=>"NEW_RELIC_DAEMON_PORT",
"newrelic.daemon.address"=>"NEW_RELIC_DAEMON_ADDRESS",
"newrelic.daemon.ssl_ca_bundle"=>"NEW_RELIC_DAEMON_SSL_CA_BUNDLE",
"newrelic.daemon.ssl_ca_path"=>"NEW_RELIC_DAEMON_SSL_CA_PATH",
"newrelic.daemon.collector_host"=>"NEW_RELIC_DAEMON_COLLECTOR_HOST",
"newrelic.daemon.proxy"=>"NEW_RELIC_DAEMON_PROXY",
"newrelic.daemon.location"=>"NEW_RELIC_DAEMON_LOCATION",
"newrelic.daemon.pidfile"=>"NEW_RELIC_DAEMON_PIDFILE",
"newrelic.daemon.dont_launch"=>"NEW_RELIC_DAEMON_DONT_LAUNCH",
"newrelic.daemon.app_timeout"=>"NEW_RELIC_DAEMON_APP_TIMEOUT",
"newrelic.daemon.app_connect_timeout"=>"NEW_RELIC_DAEMON_APP_CONNECT_TIMEOUT",
"newrelic.daemon.start_timeout"=>"NEW_RELIC_DAEMON_START_TIMEOUT",
"newrelic.daemon.utilization.detect_aws"=>"NEW_RELIC_DAEMON_UTILIZATION_DETECT_AWS",
"newrelic.daemon.utilization.detect_azure"=>"NEW_RELIC_DAEMON_UTILIZATION_DETECT_AZURE",
"newrelic.daemon.utilization.detect_gcp"=>"NEW_RELIC_DAEMON_UTILIZATION_DETECT_GCP",
"newrelic.daemon.utilization.detect_pcf"=>"NEW_RELIC_DAEMON_UTILIZATION_DETECT_PCF",
"newrelic.daemon.utilization.detect_docker"=>"NEW_RELIC_DAEMON_UTILIZATION_DETECT_DOCKER",
"newrelic.daemon.utilization.detect_kubernetes"=>"NEW_RELIC_DAEMON_UTILIZATION_DETECT_KUBERNETES",
"newrelic.daemon.special.integration"=>"NEW_RELIC_DAEMON_SPECIAL_INTEGRATION",
"newrelic.special"=>"NEW_RELIC_SPECIAL",
"newrelic.special.appinfo_timeout"=>"NEW_RELIC_SPECIAL_APPINFO_TIMEOUT",
"newrelic.special.disable_instrumentation"=>"NEW_RELIC_SPECIAL_DISABLE_INSTRUMENTATION",
"newrelic.special.expensive_node_min"=>"NEW_RELIC_SPECIAL_EXPENSIVE_NODE_MIN",
"newrelic.special.enable_extension_instrumentation"=>"NEW_RELIC_SPECIAL_ENABLE_EXTENSION_INSTRUMENTATION",
"newrelic.daemon.special.curl_verbose"=>"NEW_RELIC_DAEMON_SPECIAL_CURL_VERBOSE",
"newrelic.enabled"=>"NEW_RELIC_ENABLED",
"newrelic.license"=>"NEW_RELIC_LICENSE",
"newrelic.appname"=>"NEW_RELIC_APPNAME",
"newrelic.webtransaction.name.remove_trailing_path"=>"NEW_RELIC_WEBTRANSACTION_NAME_REMOVE_TRAILING_PATH",
"newrelic.framework.drupal.modules"=>"NEW_RELIC_FRAMEWORK_DRUPAL_MODULES",
"newrelic.framework.wordpress.hooks"=>"NEW_RELIC_FRAMEWORK_WORDPRESS_HOOKS",
"newrelic.framework.wordpress.hooks.options"=>"NEW_RELIC_FRAMEWORK_WORDPRESS_HOOKS_OPTIONS",
"newrelic.framework.wordpress.hooks.threshold"=>"NEW_RELIC_FRAMEWORK_WORDPRESS_HOOKS_THRESHOLD",
"newrelic.framework.wordpress.hooks_skip_filename"=>"NEW_RELIC_FRAMEWORK_WORDPRESS_HOOKS_SKIP_FILENAME",
"newrelic.framework"=>"NEW_RELIC_FRAMEWORK",
"newrelic.cross_application_tracer.enabled"=>"NEW_RELIC_CROSS_APPLICATION_TRACER_ENABLED",
"newrelic.special.max_nesting_level"=>"NEW_RELIC_SPECIAL_MAX_NESTING_LEVEL",
"newrelic.labels"=>"NEW_RELIC_LABELS",
"newrelic.process_host.display_name"=>"NEW_RELIC_PROCESS_HOST_DISPLAY_NAME",
"newrelic.webtransaction.name.files"=>"NEW_RELIC_WEBTRANSACTION_NAME_FILES",
"newrelic.guzzle.enabled"=>"NEW_RELIC_GUZZLE_ENABLED",
"newrelic.attributes.enabled"=>"NEW_RELIC_ATTRIBUTES_ENABLED",
"newrelic.attributes.include"=>"NEW_RELIC_ATTRIBUTES_INCLUDE",
"newrelic.attributes.exclude"=>"NEW_RELIC_ATTRIBUTES_EXCLUDE",
"newrelic.capture_params"=>"NEW_RELIC_CAPTURE_PARAMS",
"newrelic.ignored_params"=>"NEW_RELIC_IGNORED_PARAMS",
"newrelic.transaction_tracer.capture_attributes"=>"NEW_RELIC_TRANSACTION_TRACER_CAPTURE_ATTRIBUTES",
"newrelic.transaction_tracer.attributes.enabled"=>"NEW_RELIC_TRANSACTION_TRACER_ATTRIBUTES_ENABLED",
"newrelic.transaction_tracer.attributes.include"=>"NEW_RELIC_TRANSACTION_TRACER_ATTRIBUTES_INCLUDE",
"newrelic.transaction_tracer.attributes.exclude"=>"NEW_RELIC_TRANSACTION_TRACER_ATTRIBUTES_EXCLUDE",
"newrelic.transaction_tracer.enabled"=>"NEW_RELIC_TRANSACTION_TRACER_ENABLED",
"newrelic.transaction_tracer.explain_enabled"=>"NEW_RELIC_TRANSACTION_TRACER_EXPLAIN_ENABLED",
"newrelic.transaction_tracer.detail"=>"NEW_RELIC_TRANSACTION_TRACER_DETAIL",
"newrelic.transaction_tracer.max_segments_cli"=>"NEW_RELIC_TRANSACTION_TRACER_MAX_SEGMENTS_CLI",
"newrelic.transaction_tracer.max_segments_web"=>"NEW_RELIC_TRANSACTION_TRACER_MAX_SEGMENTS_WEB",
"newrelic.transaction_tracer.slow_sql"=>"NEW_RELIC_TRANSACTION_TRACER_SLOW_SQL",
"newrelic.transaction_tracer.threshold"=>"NEW_RELIC_TRANSACTION_TRACER_THRESHOLD",
"newrelic.transaction_tracer.explain_threshold"=>"NEW_RELIC_TRANSACTION_TRACER_EXPLAIN_THRESHOLD",
"newrelic.transaction_tracer.stack_trace_threshold"=>"NEW_RELIC_TRANSACTION_TRACER_STACK_TRACE_THRESHOLD",
"newrelic.transaction_tracer.record_sql"=>"NEW_RELIC_TRANSACTION_TRACER_RECORD_SQL",
"newrelic.transaction_tracer.gather_input_queries"=>"NEW_RELIC_TRANSACTION_TRACER_GATHER_INPUT_QUERIES",
"newrelic.transaction_tracer.internal_functions_enabled"=>"NEW_RELIC_TRANSACTION_TRACER_INTERNAL_FUNCTIONS_ENABLED",
"newrelic.error_collector.enabled"=>"NEW_RELIC_ERROR_COLLECTOR_ENABLED",
"newrelic.error_collector.ignore_user_exception_handler"=>"NEW_RELIC_ERROR_COLLECTOR_IGNORE_USER_EXCEPTION_HANDLER",
"newrelic.error_collector.ignore_errors"=>"NEW_RELIC_ERROR_COLLECTOR_IGNORE_ERRORS",
"newrelic.error_collector.ignore_exceptions"=>"NEW_RELIC_ERROR_COLLECTOR_IGNORE_EXCEPTIONS",
"newrelic.error_collector.record_database_errors"=>"NEW_RELIC_ERROR_COLLECTOR_RECORD_DATABASE_ERRORS",
"newrelic.error_collector.prioritize_api_errors"=>"NEW_RELIC_ERROR_COLLECTOR_PRIORITIZE_API_ERRORS",
"newrelic.error_collector.capture_attributes"=>"NEW_RELIC_ERROR_COLLECTOR_CAPTURE_ATTRIBUTES",
"newrelic.error_collector.attributes.enabled"=>"NEW_RELIC_ERROR_COLLECTOR_ATTRIBUTES_ENABLED",
"newrelic.error_collector.attributes.include"=>"NEW_RELIC_ERROR_COLLECTOR_ATTRIBUTES_INCLUDE",
"newrelic.error_collector.attributes.exclude"=>"NEW_RELIC_ERROR_COLLECTOR_ATTRIBUTES_EXCLUDE",
"newrelic.analytics_events.enabled"=>"NEW_RELIC_ANALYTICS_EVENTS_ENABLED",
"newrelic.analytics_events.capture_attributes"=>"NEW_RELIC_ANALYTICS_EVENTS_CAPTURE_ATTRIBUTES",
"newrelic.transaction_events.enabled"=>"NEW_RELIC_TRANSACTION_EVENTS_ENABLED",
"newrelic.error_collector.capture_events"=>"NEW_RELIC_ERROR_COLLECTOR_CAPTURE_EVENTS",
"newrelic.transaction_events.attributes.enabled"=>"NEW_RELIC_TRANSACTION_EVENTS_ATTRIBUTES_ENABLED",
"newrelic.transaction_events.attributes.include"=>"NEW_RELIC_TRANSACTION_EVENTS_ATTRIBUTES_INCLUDE",
"newrelic.transaction_events.attributes.exclude"=>"NEW_RELIC_TRANSACTION_EVENTS_ATTRIBUTES_EXCLUDE",
"newrelic.custom_insights_events.enabled"=>"NEW_RELIC_CUSTOM_INSIGHTS_EVENTS_ENABLED",
"newrelic.custom_events.max_samples_stored"=>"NEW_RELIC_CUSTOM_EVENTS_MAX_SAMPLES_STORED",
"newrelic.synthetics.enabled"=>"NEW_RELIC_SYNTHETICS_ENABLED",
"newrelic.datastore_tracer.instance_reporting.enabled"=>"NEW_RELIC_DATASTORE_TRACER_INSTANCE_REPORTING_ENABLED",
"newrelic.datastore_tracer.database_name_reporting.enabled"=>"NEW_RELIC_DATASTORE_TRACER_DATABASE_NAME_REPORTING_ENABLED",
"newrelic.phpunit_events.enabled"=>"NEW_RELIC_PHPUNIT_EVENTS_ENABLED",
"newrelic.browser_monitoring.auto_instrument"=>"NEW_RELIC_BROWSER_MONITORING_AUTO_INSTRUMENT",
"newrelic.browser_monitoring.debug"=>"NEW_RELIC_BROWSER_MONITORING_DEBUG",
"newrelic.browser_monitoring.loader"=>"NEW_RELIC_BROWSER_MONITORING_LOADER",
"newrelic.browser_monitoring.capture_attributes"=>"NEW_RELIC_BROWSER_MONITORING_CAPTURE_ATTRIBUTES",
"newrelic.browser_monitoring.attributes.enabled"=>"NEW_RELIC_BROWSER_MONITORING_ATTRIBUTES_ENABLED",
"newrelic.browser_monitoring.attributes.include"=>"NEW_RELIC_BROWSER_MONITORING_ATTRIBUTES_INCLUDE",
"newrelic.browser_monitoring.attributes.exclude"=>"NEW_RELIC_BROWSER_MONITORING_ATTRIBUTES_EXCLUDE",
"newrelic.webtransaction.name.functions"=>"NEW_RELIC_WEBTRANSACTION_NAME_FUNCTIONS",
"newrelic.transaction_tracer.custom"=>"NEW_RELIC_TRANSACTION_TRACER_CUSTOM",
"newrelic.security_policies_token"=>"NEW_RELIC_SECURITY_POLICIES_TOKEN",
"newrelic.allow_raw_exception_messages"=>"NEW_RELIC_ALLOW_RAW_EXCEPTION_MESSAGES",
"newrelic.custom_parameters_enabled"=>"NEW_RELIC_CUSTOM_PARAMETERS_ENABLED",
"newrelic.distributed_tracing_enabled"=>"NEW_RELIC_DISTRIBUTED_TRACING_ENABLED",
"newrelic.distributed_tracing_exclude_newrelic_header"=>"NEW_RELIC_DISTRIBUTED_TRACING_EXCLUDE_NEWRELIC_HEADER",
"newrelic.span_events_enabled"=>"NEW_RELIC_SPAN_EVENTS_ENABLED",
"newrelic.span_events.max_samples_stored"=>"NEW_RELIC_SPAN_EVENTS_MAX_SAMPLES_STORED",
"newrelic.span_events.attributes.enabled"=>"NEW_RELIC_SPAN_EVENTS_ATTRIBUTES_ENABLED",
"newrelic.span_events.attributes.include"=>"NEW_RELIC_SPAN_EVENTS_ATTRIBUTES_INCLUDE",
"newrelic.span_events.attributes.exclude"=>"NEW_RELIC_SPAN_EVENTS_ATTRIBUTES_EXCLUDE",
"newrelic.infinite_tracing.trace_observer.host"=>"NEW_RELIC_INFINITE_TRACING_TRACE_OBSERVER_HOST",
"newrelic.infinite_tracing.trace_observer.port"=>"NEW_RELIC_INFINITE_TRACING_TRACE_OBSERVER_PORT",
"newrelic.infinite_tracing.span_events.queue_size"=>"NEW_RELIC_INFINITE_TRACING_SPAN_EVENTS_QUEUE_SIZE",
"newrelic.infinite_tracing.span_events.agent_queue.size"=>"NEW_RELIC_INFINITE_TRACING_SPAN_EVENTS_AGENT_QUEUE_SIZE",
"newrelic.infinite_tracing.span_events.agent_queue.timeout"=>"NEW_RELIC_INFINITE_TRACING_SPAN_EVENTS_AGENT_QUEUE_TIMEOUT",
"newrelic.code_level_metrics.enabled"=>"NEW_RELIC_CODE_LEVEL_METRICS_ENABLED",
"newrelic.application_logging.enabled"=>"NEW_RELIC_APPLICATION_LOGGING_ENABLED",
"newrelic.application_logging.local_decorating.enabled"=>"NEW_RELIC_APPLICATION_LOGGING_LOCAL_DECORATING_ENABLED",
"newrelic.application_logging.forwarding.enabled"=>"NEW_RELIC_APPLICATION_LOGGING_FORWARDING_ENABLED",
"newrelic.application_logging.forwarding.max_samples_stored"=>"NEW_RELIC_APPLICATION_LOGGING_FORWARDING_MAX_SAMPLES_STORED",
"newrelic.application_logging.forwarding.log_level"=>"NEW_RELIC_APPLICATION_LOGGING_FORWARDING_LOG_LEVEL",
"newrelic.application_logging.metrics.enabled"=>"NEW_RELIC_APPLICATION_LOGGING_METRICS_ENABLED",
"newrelic.application_logging.forwarding.context_data.enabled"=>"NEW_RELIC_APPLICATION_LOGGING_FORWARDING_CONTEXT_DATA_ENABLED",
"newrelic.application_logging.forwarding.context_data.include"=>"NEW_RELIC_APPLICATION_LOGGING_FORWARDING_CONTEXT_DATA_INCLUDE",
"newrelic.application_logging.forwarding.context_data.exclude"=>"NEW_RELIC_APPLICATION_LOGGING_FORWARDING_CONTEXT_DATA_EXCLUDE",
"newrelic.vulnerability_management.package_detection.enabled"=>"NEW_RELIC_VULNERABILITY_MANAGEMENT_PACKAGE_DETECTION_ENABLED",
));